Setting soapUI testCaseproperties from a groovy script running in another soapui project
Hi to all, I have this scenario, in which TEST_PROJECT1 and TEST_PROJECT2 are similar test project but must remain two separate projects. What I am trying to implement is a unique external script (in ENV_PROJECT) that is called from inside each test project, and it shoul be able to change testCase properties inside the test project itself. For example: - ENV_PROJECT TestSuite TestCase groovySetPropStep - TEST_PROJECT1 TestSuite1 TestCase1 groovyScript1 SoapRequestStep1A SoapRequestSte1B .... - TEST_PROJECT2 TestSuite2 TestCase2 groovyScript2 SoapRequestStep2A SoapRequestStep2B ..... Now when I execute dor example TestSuite1, groovyScript1 should be able to run groovySetPropStep (passing the TestSuite1 context) so that groovySetPropStep can set testCase properties of TestSuite1. Is it possible? Or is there an alternative way to reach my target? Thanks in advance. UgoSolved1.6KViews0likes3Comments