Difference Between Black box and White box Testing
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.
|
White-Box Testing 1- White-Box testing is also known as clear box testing, glass box testing, transparent box testing, and structural testing. 2- White-Box testing deals with the internal structure and the internal working rather than only functionality. 3- For White-Box testing, programming background is must because this helps in creating test cases for white-box testing. 4- White-box testing is applied for Unit testing, integration testing and sometime in it is also used for system testing. 5- These are few techniques that are used in white box testing
6- Through White-Box testing, tester detects all logical errors, design error and Typographical error. |
Pingback: Difference Between Test Case and Test Scenario | Abode QA
Pingback: Re-testing vs. Regression Testing | Abode QA
Pingback: Difference Between Smoke and Sanity Testing | Abode QA
Pingback: Priority Vs Severity | Abode QA
Pingback: Difference between Quality Assurance and Quality Control | Abode QA
Pingback: Download free software testing books written by India’s most popular tester and mentor | Abode QA
Pingback: Mac Beginner’s tutorial | Abode QA
Explain very nice in simple language, we can understand easily thanks
Thanks Sunita, we are happy that this article helps you!!
Pingback: Why Functional Testing is so important