Search This Blog

Thursday, February 12, 2015

What are the different types of testing?

  
1.    Unit Testing - Testing activity that each developer does on his own code.
2.    Integration Testing - Testing in which software components are combined and tested to evaluate the interaction between them.
3.    System Testing - Testing of the system module in conjunction with the other elements of             the system.
4.    Random Testing - Testing the unit / module /system taking into consideration only some of the total test cases.
5.    Regression Testing - Re-test on the tested module whenever a tested code undergoes change after unit / integration / system testing.
6.    User Acceptance Testing - Testing of the complete system in client /simulated client environment. The customer will usually perform user Acceptance Testing (UAT).


No comments:

Post a Comment