New Product Planning Integration Question:
Explain What is Black-box Testing?
Answer:
Black-box testing is a method of software testing that tests the functionality of an application as opposed to its internal structures or workings. This method of test can be applied to all levels of software testing: unit, integration, system and acceptance. It typically comprises most if not all testing at higher levels, but can also dominate unit testing as well.
Previous Question | Next Question |
Explain What is White-box testing? | What is Non-functional testing? |