Explain how to start Black-box testing and discuss with regards to Unit testing and Functional testing.


Explain how to start Black-box testing and discuss with regards to Unit testing and Functional testing.


Answer: Black-box testing starts in the Unit testing where the programmer tests a single unit of the system in isolation.  Once a group of units that all serve a functional purpose have been unit tested then a functional test is done of the group with the black box methodology.