Alex_Hager17 years agoHow 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 ReplyReplies sorted by Most LikedSmartBear_SuppoAlumni17 years agoHello,Does the code that you posted not work? What errors are you getting? I'm not sure I fully understand your problem.Regards,Daineviware support
SmartBear_SuppoAlumni17 years agoHello,Does the code that you posted not work? What errors are you getting? I'm not sure I fully understand your problem.Regards,Daineviware support
Recent DiscussionsOS SoapUI: Can it connect and use Cosmos DB"Clone interface" between projects not workingSOAPUI not responding to soap11 requests
Related ContentProperty transfer version 5.7.2 not removing double quotes.Transferring a property within a "Run TestCase" step is successful but is not stored anywhere?"Run TestCase" and use properties of target TestSuite