New Product Planning Integration Question:
Explain What is White-box testing?
Answer:
White-box testing is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality. In white-box testing an internal perspective of the system, as well as programming skills, are used to design test cases. The tester chooses inputs to exercise paths through the code and determine the appropriate outputs. This is analogous to testing nodes in a circuit, e.g. in-circuit testing (ICT).
Previous Question | Next Question |
Whose responsibility in SDLC to accept or reject the submitted plan | Explain What is Black-box Testing? |