Forum Discussion
1 Reply
- Hi!
Sure.. just get hold of the testCase and run it;
def testCase = mockOperation.mockService.project.testSuites[".."].testCases[".."]
def runner = testCase.run( null, false )
log.info( runner.status )
regards!
/Ole
eviware.com