Solved
Forum Discussion
2 Replies
Sort By
- avidCoderSuper Contributor
If you have groovy testStep then try below code :-
def testStep = context.getProperty( "#TestSuiteDetails#" ) if( testStep != null ) { testStep.cancel( "Your message" ) }
And in script assertion, try this :-
context.testRunner.cancel()