Forum Discussion
Have you checked the test case basic options for your test case that contains the test step in question? In particular the "Fail Test Case on Error" option.
Yes that one is unchecked
- smadji9 years agoContributor
I have a similar case and this is what I do:
The groovy starts by calling the rest call (in my case its 3 steps on their own test suite at the end of my suite). They run and validate whatever they validate - for example that the company is in the DB. the last step returns a global property (at the project level) with value 1 or 0
Now back to the groovy, after it executes the rest calls suite it has a delay to let them run (they go to 3rd party)
Following that - I have an assertion that the value in the global property is '1'. If its 0 - I output that the company doesn't exists. If its 1 I get success and move on to the following step
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 3 hours ago
- 17 days ago