Best Practice - Enviroments coverage in Reports
We run all our test cases against OS (windows and linux), http and HTTPS, and Browser (Edge and Chrome). (the test is the same for each option) One way to keep track is to set up environment pick list that contains the permutations - like: Windows-http-Edge, Windows-http-Chrome, Windows-HTTPS-Edge, Windows-HTTPS-Chrome, Linux-http-Edge... etc. Another option is to put custom fields in the test case execution for OS, http, and browser. Which way works best to see what has been covered (or filter) in Reports?
Hi Rick,
If you were to go with the option of naming the cycles by the environment, you can use the Cycles page itself as a high level dashboard/report - I've attached an example of how I used it in my last project. There's a lot of useful information in the Cycles page:
- Total tests to execute
- Issues reported
- Progress % (with status breakdown when you hover)
- Cycle status (you can add your own custom statuses such as 'Blocked')
- And you'll see I included a custom field (Blockage) that I used to report at a high level any issues with the cycle (or environment in your case).
I found it very useful for managing the various test cycles at a glance.
Hope it helps.
Best, Andy