how to get test coverage

Solutions on MaxInterview for how to get test coverage by the best coders in the world

showing results for - "how to get test coverage"
Esperanza
20 Jan 2020
1There are many techniques I use to
2make my test coverage better
3-In my project we track test 
4coverage with xray
5-As a team we first focus on each
6acceptence criteria making
7sure all have been covered
8-Depending on time I have and also
9priority and business demand
10We add negative scenarios
11-When story is done if needed end 
12to end scenarios are added
13Also lastly we do reviews with 
14peer testers and
15at the end we review and present
16as a team. This helps me
17to get best test coverage