Solved
Forum Discussion
Hi 678
1) I think this topic will be useful for you: https://community.smartbear.com/t5/SoapUI-Open-Source/How-to-find-a-test-step-is-enabled-or-disabled/td-p/34866
Integer counter = 0 project.testSuiteList.each { it.testCaseList.each { if (it.disabled == false) { counter = counter + 1 } } } log.info counter.toString()
2) You can use this command: runner.getTimeTaken()
- TanyaYatskovskaSmartBear Alumni (Retired)
Hi 678,
It looks like this is not a very generic task. Could you please refer your question to our ReadyAPI Support Team? You can reach out to them here:
Related Content
- 6 years ago
- 8 years ago
Recent Discussions
- 2 days ago
- 5 days ago
- 16 days ago