Forum Discussion
_ivanovich_
7 years agoFrequent Contributor
The code returns error because i'm soapui open source?
Will it work in soapui pro?
Thank you
nmrao
7 years agoCommunity Hero
Because the testCase property is not available in the class.
- _ivanovich_7 years agoFrequent Contributor
The testCase property is not available in the class.
How can we resolve this probleme? Should i add some librairies?
Did i miss something in my code? or is it because i'm not using the pro version?
- _ivanovich_7 years agoFrequent Contributor
Found solution with adding this:
this.testRunner = testRunnerIn
this.context = contextIn
within the class.
And it works well.
Now i call put all my test code in one place and call any of them from another class.