Add new scenario to Test Sequence block
sltest.testsequence.addScenario(
adds a new scenario with the name specified by blockPath
,scenarioName
)scenarioName
to the Test
Sequence block specified by blockPath
. The specified Test Sequence
block must be in scenario mode and the name of the new scenario cannot already exist in the
block. The new scenario is added after the last scenario in the block.