Page 1 of 1

How to count total number of validations passed

Posted: Tue Jun 21, 2016 3:27 pm
by Peter546
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

Re: How to count total number of validations passed

Posted: Wed Jun 22, 2016 10:26 am
by Martin
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