Page 2 of 8 Assume that you are asked to test the interoperability of an applica
ID: 3731506 • Letter: P
Question
Page 2 of 8 Assume that you are asked to test the interoperability of an application in various environments. The application must run on any configuration of Protocol, DBMS and CPU. We limit the possible input variables as below: 2. Protocol = {IPv4, IPv6) DBMS (MySQL, Oracle, Sybase) CPU = {Intel, AMD) sting vs In the given example, compare the number of test cases required for exhaustive te pair-wise combinatorial testing (3 points). a) b) For the given example above, write down complete set of test cases required for pair-wise combinatorial testing (3 points).Explanation / Answer
a) In case of cobinational testing there are 3 pair will form (protocol,DBMS),(protocol,CPU),(DBMS,CPU)
PAIR Variable vale TOTAL
(protocol,DBMS) protocol DBMS CPU
2 3 6
(protocol,CPU) 3 2 6
(DBMS,CPU) 3 2 6
--------------------------------------------------------------------------------------------------------------------------------------
Toatal test case required=18
But in case of Exhaustive Testing all permutation will be considered
b)
PAIR Variable vale TOTAL
(protocol,DBMS) protocol DBMS CPU
2 3 6
(protocol,CPU) 3 2 6
(DBMS,CPU) 3 2 6
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.