SmartBear / soapui

SoapUI is a free and open source cross-platform functional testing solution for APIs and web services.
http://www.soapui.org
Other
1.56k stars 607 forks source link

SoapUI Project Properties are Not Being Set When Called outside of test case #783

Open tiflynn opened 12 months ago

tiflynn commented 12 months ago

I have 2 Test Cases. TC1 and TC2. TC2 calls TC1. TC1 sets some project properties. When I run TC1, the project properties are set accordingly. When I run TC2 ( which calls TC1 and thus should have the same affect), the project properties are not set.

I tried calling a project.save in TC1, still did not work.

cryptton2004 commented 10 months ago

I have an 'Initialization' test case. In each other test case, I check if the value of the initialization property is expired, and if it is, I run the Initialization again and overwrite the property (which I set and get from the project level). So I'm pretty sure that the scenario that you're mentioning, works. Can you provide some sample?