Solved
Forum Discussion
nmrao
9 years agoCommunity Hero
It is not mentioned if you have any inputs to "Run Test Case". So, at the moment it is not handled.
Anyways, please see if the below groovy script helps.
https://github.com/nmrao/soapUIGroovyScripts/blob/master/groovy/ChangeRunTestCaseDynamically.groovy
IvanB
9 years agoOccasional Contributor
Hi nmrao,
If I run your script in debug mode as a Groovy step in Ready API, case and step objects have null reference and nothing happens.
- nmrao9 years agoCommunity HeroWhat if you run directly?
By the way, have you put this groovy script before Run test case step?