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);
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
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 DiscussionsHow To Change Seats On Xiamen Airlines: A Step-By-Step Guideunable to resolve class com...SOAPUI 5.8.0 breaking charset of project file
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