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 DiscussionsMissing wsi-test-tools in SoapUI 5.9.0How to escape ampersand in Property Expansion?No Fluff, Just Real Stuff - DevRel Newsletter July edition here!
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