Difference between integration and regression testing?
Answers were Sorted based on User's Feedback
Answer / vimala
Testing the data flow or interface between the modules is
called as integration testing.This testing is done by test
engineers.
Testing the unchanged features to make sure that changes
are not introducing defects in unchanged feature called
regression testing. Here changes means addition,
deletion,modification or defect fixing.Here also testing is
done by test engineers.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / n@n!
integration testing was done by developers.
in integration testing developers test the connection
between the modules,data flow between the modules and
control flow between the modules e.t.c....
regression testing was done by test engineers
testing the core functionalities and dependency variables
in the application is called regression testing
| Is This Answer Correct ? | 6 Yes | 3 No |
In an organisation practically how we can implement the Compatability testing(web based applications and windows based applications)
What is the difference between test case, test suite, test script, test scenario & test plan?
What are release notes and what it contents?
3. What Web sites do you use to learn about Web accessibility?How often do you use them?
What is the main theme of doing Regression Testing
11 Answers HCL, vCentric Technologies,
What are the different Testing methodologies?
How to write test cases for testing databases,especially for testing and writing test cases for stored procedures.
What is Matrix in testing?
what is entry criteria for testing?
What test metrics do you provide to your client?
How to test login page or web login page? are they difference?
Principles of testing?