What is Pair-Wise Test Coverage? Following is a definition for pair-wise test coverage:“A value from each block for each characteristic must be combined with a value from ever block for Read More
Minimal Path Coverage
To calculate the number of test cases required at minimum for path coverage, you need to cover all paths in the program considering one decision at a time. Best approach Read More
What are daughter bugs?
Daughter bugs are the bugs introduced as a result of fixing another bug. Example:Consider that Anna is testing requirement A and found a bug. She created a bug report and Read More
Cost of Risk Exposure
Cost of Risk exposure is calculated to measure the impact of a risk in financial terms. If the cost of exposure is less, organizations may ignore or accept the risk Read More
Positive and Negative Testing
Positive Testing: Positive testing is testing the expected outcome by providing the expected inputs for an application. Consider the following requirement: Requirement: Application A is accepting two(2) positive numbers and Read More