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?
ankush
7 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()));
cloneTS.perform((WsdlTestStep) step, new String(step.getName()));