Is there any way to report back the total number of validations passed and failed?
By default the reports return the total number of test cases passed and failed but I would like to break this down further to reflect the number of validations passed and failed.
Thanks
How to count total number of validations passed
Re: How to count total number of validations passed
Not sure if there exists any functionality to return this value.
But there are many solutions to achive this.
1) Adding counters to validation steps and saving them into global variables to be displayed later
2) Going through the report data file post build
etc
But there are many solutions to achive this.
1) Adding counters to validation steps and saving them into global variables to be displayed later
2) Going through the report data file post build
etc