corkiContributor17 years agoHOW TO moveUp or moveDown testStep position in testCase.Hi all, Is there some way how to reorder / resort, or just change position of one testStep. I think something like: myTestStep.moveUp();or. myTestStep.moveDown(4);
1 ReplyReplies sorted by Most LikedSmartBear_SuppoAlumni17 years agoHi,Sure, the method is in WsdlTestCase; moveTestStep( indexOfTestStep, offsetToMove), for exampletestRunner.testCase.moveTestStep( 2, -1 )moved the 3rd teststep one step "upwards".regards!/Oleeviware.com
SmartBear_SuppoAlumni17 years agoHi,Sure, the method is in WsdlTestCase; moveTestStep( indexOfTestStep, offsetToMove), for exampletestRunner.testCase.moveTestStep( 2, -1 )moved the 3rd teststep one step "upwards".regards!/Oleeviware.com
Recent DiscussionsSignature\Encryption tags missing in Security HeaderCVE-2024-7565 and CVE-2017-16670 vulnabilitiesVulnerabilities found in SoapUI 5.9.1
Related ContentCreating TestCases and TestSteps dynamically in a Groovy stepTestStep "Run TestCase" works different in 1.5.0 (Snapshot)Add headers to a teststep in rest testcase using the java api