Forum Discussion
HimanshuTayal
5 years agoCommunity Hero
What error are you getting, could you please share soapUI error log so that it will be easier to look into the issue. ๐
durgapatro1
5 years agoNew Contributor
Thanks for your reply Himanshu. Basically we are storing the transaction ID in test suite property which we capture from the response of first test. This will be used in the second test. This works fine when I run the tests from Soap Ui tool. But when I call them from eclipse, the second test fails with error transaction ID can't be blank. The issue seems to be, first test does store the transaction ID in test suite property but the value is not being retained. Once the first test gets executed, the value in test suite property also gets lost.