rajs2020
5 years agoFrequent Contributor
It would be nice to have this feature. But, I wonder if you could use a variable flag to tell other tests to fail. A groovy script could be used to check the flag and act on it.
Side note - The java library TestNG has Assert.fail() which allows you to do this. Unfortunately, you'll have to write all tests in programming language.
https://sqa.stackexchange.com/questions/2044/testng-mark-a-test-as-failed-if-a-particular-path-is-used
Related Content
- 2 years ago