Test Manager Question:

Download Job Interview Questions and Answers PDF

Tell me what is white box testing?

Test Manager Interview Question
Test Manager Interview Question

Answer:

Testing based on an analysis of internal workings and structure of a piece of software. Includes techniques such as Branch Testing and Path Testing. Also known as Structural Testing and Glass Box Testing. Contrast with Black Box Testing.
White box testing is used to test the internal logic of the code.for ex checking whether the path has been executed once, checking whether the branches has been executed at least once. Used to check the structure of the code.

Download Test Manager Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is compatibility testing?Tell me what kinds of testing should be considered?