Forum Discussion
nmrao
7 years agoCommunity Hero
Could not go thru the code posted. Does it work with above? or what is the exact issue?
- ankush7 years agoOccasional Contributor
basically i need a way to insert or clone an existing test step to another test case programmatically.
CloneTestStepAction cloneTS = new CloneTestStepAction();
cloneTS.perform((WsdlTestStep) step, new String(step.getName()));The code above ia m trying is not working . any ideas here?