this is question about integration testingSolutionHiProvided
this is question about integration testing:
Solution
Hi,Provided information about Integration Testing.
Integration testing is kind of clubbing unit testing of all modules/sections of an application.
Basically , It is Large scale testing.
We can achieve this with below steps
a)Top-Down
b)Bottom-up
c)Bing-bang
Example:
If I want to test Youtube application.
Here We have login,Vedio upload, comments .etc modules.
