Forum Discussion
- KarelHusaSuper Contributor
where do you need to place the text, in the Expected Result within Manual TestStep?
If so, you can simply use a Property Transfer and use Manual TestStep / Expected Result as a target.
Best regards,
Karel
- meghana_panduNew Contributor
I have tried this, but it doesn't work, rather transfers null, as you can see in the image (excuse for redacted image).
Also, data exists in Insert* column from which I'm trying to transfer data to Delete Script.
- KarelHusaSuper Contributor
I assume there might be an issue in the source of the transfer, I would recommend to double-check.
In SoapUI 5.7.0 the transfer into Manual TestStep works fine, see picture bellow:
You can also use the Groovy way:
context.testCase.getTestStepByName("ManualStepFilledByGroovy").setPropertyValue("ExpectedResult", "MyValue")
log.info context.testCase.getTestStepByName("ManualStepFilledByGroovy").getPropertyValue("ExpectedResult")Both are working fine in SoapUI 5.7.0. I can see you are using ReadyAPI.
Best regards,
Karel
Related Content
- 2 years ago
- 8 years ago
Recent Discussions
- 5 hours ago