1.

Do U Know About Integration Testing, How Does U Integrate Different Modules?

Answer»

Integration testing MEANS testing an APPLICATION to verify the data FLOWS between the modules. For example, when you are testing a bank application, in ACCOUNT balance it shows the 100$as the available balance. but in DATABASE it shows the 120$. Main thing is “integration done by the developers and integration testing done by the testers.”

Integration testing means testing an application to verify the data flows between the modules. For example, when you are testing a bank application, in account balance it shows the 100$as the available balance. but in database it shows the 120$. Main thing is “integration done by the developers and integration testing done by the testers.”



Discussion

No Comment Found