How to implement a progress bar while testing

Best practices, code snippets for common functionality, examples, and guidelines.
tclaxton
Posts: 2
Joined: Fri Jan 27, 2017 3:51 pm

How to implement a progress bar while testing

Post by tclaxton » Fri Jan 27, 2017 4:37 pm

How do you implement a progress bar to show how many test cases in total remain?

User avatar
qwertzu
Posts: 284
Joined: Wed Jan 25, 2017 11:08 am

Re: How to implement a progress bar while testing

Post by qwertzu » Mon Jan 30, 2017 9:30 am

Hi tclaxton,
I think this is not possible. You can only activate the common progress dialogue box in the test suite properties. There is currently no way to modify the progress bar.