Forum Discussion

Alex_Hager's avatar
17 years ago

How can I add a "Property Transfer" step using Java API?

I have created a list of "Test Request" and need to transfer properties between these

...

PropertyTransfersStepFactory propertyTransfersStepFactory = new PropertyTransfersStepFactory();

TestStepConfig stepConfig = propertyTransfersStepFactory.createNewTestStep(wsdlTestCase, name);

step = testCase.addTestStep(stepConfig);

1 Reply

  • Hello,

    Does the code that you posted not work? What errors are you getting? I'm not sure I fully understand your problem.

    Regards,
    Dain
    eviware support