Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi Peter,
you can use testCase.insertTestStep( type, name, index ) to set the position of the TestStep, alternatively you can use testCase.moveTestStep( index, offset ) to move the TestStep at index by offset steps, for example moveTestStep( 2, -1 ) moves the third TestStep "up" one position..
All others sorted out?
regards!
/Ole
eviware.com
you can use testCase.insertTestStep( type, name, index ) to set the position of the TestStep, alternatively you can use testCase.moveTestStep( index, offset ) to move the TestStep at index by offset steps, for example moveTestStep( 2, -1 ) moves the third TestStep "up" one position..
All others sorted out?
regards!
/Ole
eviware.com