Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi,
Retrieve a test case from a test suite like this:
Then you'll need to run the test case runner:
That should help.
The upcoming soapUI 3.0 will have a nicer API to run tests.
Cheers!
/Nenad Nikolic a.k.a. Shonzilla
Retrieve a test case from a test suite like this:
def testCase = testSuite["get_id"]
Then you'll need to run the test case runner:
def runner = new WsdlTestCaseRunner( testCase, new StringToObjectMap() );
runner.start(false)
That should help.
The upcoming soapUI 3.0 will have a nicer API to run tests.
Cheers!
/Nenad Nikolic a.k.a. Shonzilla