Forum Discussion
sanj
9 years agoSuper Contributor
Not what I was looking for but its still a good article
will give you kudos for trying!
nmrao
9 years agoCommunity Hero
Thanks for that.
Appreciate if you can clarify what exactly you wanted?
Appreciate if you can clarify what exactly you wanted?
- sanj9 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.
- nmrao9 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.- testhrishi9 years agoFrequent Contributor
The report already have access to pass and failed count. However the problem is it is not directly accessible to the user. I had raise this question before. There are other ways to grab the count with scripting, but I wish it would be as simple as reading out a variable and printing the count.