What kinds of testing do you know? What is it system testing? What is it integration testing? What is a unit testing? What is a regression testing?
You theoretical background and home work may shine in this question. System testing is a testing of the entire system as a whole. This is what user see and feels about the product you provide. Integration testing is the testing of integration of different modules of the system. Usually, the integration process is quite painful and this testing is the most serious one of all. Integration testing comes before system testing. Unit testing is a testing of a single unit (module) of within system. It's conducted before integration testing. Regression testing is a "backward check" testing. The idea to ensure that new functionality added to the system did not break old, checked, functionality of the system.
-
Interview Candidate
- Aug 22nd, 2005
- 37
- 4827
Showing Answers 1 - 37 of 37 Answers
Related Answered Questions
Related Open Questions
What kinds of testing do you know? What is it system testing? What is it integration testing? What is a unit testing? What is a regression testing?
Related Answered Questions
Related Open Questions