Difference Between Black box and White box Testing
Black-Box Testing 1- Black Box means opaque object or box where we can’t see the internal structure.In Black box testing we only concentrate on Input and output.2- Black-box test design is usually described as focusing on testing functional requirements. So we normally test the functionality of software without going deep in to its code and structure3- Techniques that is used in Black Box testing
4- Best example of Black box testing is Search on Google. User just enters keywords and get the expected results in turn.
|
Leave a Reply