nim13Occasional Contributor13 years ago[SOLVED] how to set a groovy script to "passed"Hi,I know I can let a groovy script fail with testRunner.fail( STRING reason ). But how can I do the opposite? There is no testRunner.pass() or similar functionality. Any ideas?
2 RepliesReplies sorted by Most LikedSmartBear_SuppoAlumni13 years agoIf you do a simple "return", the test will pass.Regards,ArianSmartBear Supportnim13Occasional Contributor13 years agoworks...thanks!
SmartBear_SuppoAlumni13 years agoIf you do a simple "return", the test will pass.Regards,ArianSmartBear Support
Recent DiscussionsInvalid Content-Type for attachmentsMalfunction changing between multiple screensHow do I add a REST query string without the 'name='
Related Content"SystemError: NULL Object passed to Py_BuildValue" Delay() in PythonPassing "IObject" as an argument to native method failsTestComplete logs for "passed" test cases no longer generate with Azure DevOps pipeline execution