Forum Discussion
nmrao
8 years agoCommunity Hero
Could not understand the exact issue.
What do you mean by "metrics on test steps"?
Anyways, see below thread which I happened to write some time ago:
https://stackoverflow.com/questions/41700437/creating-a-test-report-from-project-level-tear-down-script/41759553#41759553
What do you mean by "metrics on test steps"?
Anyways, see below thread which I happened to write some time ago:
https://stackoverflow.com/questions/41700437/creating-a-test-report-from-project-level-tear-down-script/41759553#41759553
sanj
8 years agoSuper Contributor
Not what I was looking for but its still a good article
will give you kudos for trying!
- nmrao8 years agoCommunity HeroThanks for that.
Appreciate if you can clarify what exactly you wanted?- sanj8 years agoSuper Contributor
nmrao I need a count for test steps that have passed or failed when running a test case.
I found that READY API would provide that info when running a test suite but not when you run a test case.
- nmrao8 years agoCommunity HeroWhere (in the test case) do you need that info? in a groovy script of the same test case? or in tear down script?
What is your use case? that will help to understand and provide better solution if possible.