0 votes
in Testing by
How would you ensure that your testing is complete and has good coverage?

1 Answer

0 votes
by
Requirement Traceability Matrix and Test coverage matrices will help us to determine that our test cases have good coverage.

Requirement traceability matrix will help us to determine that the test conditions are enough so that all the requirements are covered. Coverage matrices will help us to determine that the test cases are enough to satisfy all the identified test conditions in RTM.

An RTM will look something like:

RTM

Similarly, Test coverage matrices will look like:

Test coverage matrices

Related questions

0 votes
asked Mar 29, 2021 in Testing by sharadyadav1986
0 votes
asked Mar 28, 2021 in Testing by rajeshsharma
...