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 DiscussionsSignature\Encryption tags missing in Security HeaderCVE-2024-7565 and CVE-2017-16670 vulnabilitiesVulnerabilities found in SoapUI 5.9.1
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