Question: 31
(Choose 1 answer)
Features of White Box Testing Technique:
i. We use explicit knowledge of the internal workings of the item being tested to select the
test data.
ii. Uses specific knowledge of programming code to examine outputs and assumes that the tester knows the
path of logic in a unit or a program.
iii. Checking for the performance of the application
iv. Also checks for functionality.
A. i, ii are true and iii and iv are false
B. iii is true and i,ii, iv are false
C. ii,iii is true and i,iv is false
D. iii and iv are true and i,ii are false