Question: SOFTWARE TESTING IMPORTANT: Replace GACC with CACC. Fragment P: if (A || B || C) {m();} return; fragment Q: if (A) {m(); return;} if (B)
SOFTWARE TESTING

IMPORTANT: Replace GACC with CACC.
Fragment P: if (A || B || C) {m();} return; fragment Q: if (A) {m(); return;} if (B) {m(); return;} if (C) {m(); Give a GACC test set for fragment P. (Note that GACC, CACC, and RACC yield identical test sets for this example.) Does the GACC test set for fragment P satisfy edge coverage on fragment Q? Write down an edge coverage test set for fragment Q. Make your test set include as few tests from the GACC test set as possible
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
