Computer Science, asked by prasadanxian, 9 months ago

which one of the following is not a black box testing technique ?
a) boundary value test
b) cause effect(Decision Table) testing
c) combinatorial testing
d) Basic condition testing

Answers

Answered by ANMOLFOREVERBOY
19
Boundary value test will be correct nahi ab mat punch a
Answered by adventureisland
0

d) Basic condition testing is not a black box testing technique

Black-box testing Vs White-box testing :

  • Combinatorial software testing is a black-box testing approach that aims to uncover and test all possible software input combinations. Pairwise testing is an example of combinatorial software testing.
  • Decision Table testing is a popular black-box testing technique for evaluating two or more inputs with a logical relationship.
  • A black-box testing technique is used to check for problems at the input domain's borders.
  • White-box testing, not black-box testing, is the most basic type of condition testing.

Similar questions