Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

February 2019

Which selective retest technique selects every test case that causes a modified program to produce a different output than its original version?

Which selective retest technique selects every test case that causes a modified program to produce a different output than its original version?

A. Coverage
B. Minimization
C. Safe
D. Maximization

Explanation: Safe techniques do not focus on coverage criteria, instead they select every test case that cause a modified program to produce different output than its original version

Which selective retest technique selects every test case that causes a modified program to produce a different output than its original version? Read More »

Software Evolution

Which regression test selection technique exposes faults caused by modifications ?

Which regression test selection technique exposes faults caused by modifications ?

A. Efficiency
B. Precision
C. Generality
D. Inclusiveness

Explanation: Inclusiveness measures the extent to which a technique chooses test cases that will cause the modified program to produce different output than the original program, and thereby expose faults caused by modifications.

Which regression test selection technique exposes faults caused by modifications ? Read More »

Software Evolution