Yes Integration Testing is White Box Testing
In the previous month’s blog, I wrote about integration testing….so now we are very clear about Integration testing….
In this blog, I am having a blog about Integration testing with White box testing…
So let’s learn ‘White Box’ testing….
Basically in Integration Testing, there are 2 types of Testing :
1. White Box Testing
2. Black box Testing
——————–
Let’s take description note for White box testing:
In White Box testing tester has deep knowledge of source code, technology, and architecture used in the system…
So while doing Integration testing with white box methodology..tester tests the system by combining the source code of 1-2-3 modules and tries to track the occurred errors…
Black Box Testing :
Where in black box testing tester does not know the system and he/she tests the system as an end-user….
Conclusion: Yes Integration Testing is White Box Testing.
Priyanka Kanthariya