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 |
Difference Between Adhoc Testing & Exploratory Testing?
can you tell me high priority low severity defect?
What are the different types of testing u r doing in ur project
What a manual tester should know about web servers?what he tests in servers?
What is main difference between Testing Techiques and Testing Methodology. I need exact answer of it.
How to explain the Insurance project in the interview?
Could you please give me an example of test scenarios for online banking testing (like billing,payment,statements etc.) (like how to test the functionalities of Payment module, Billing module...etc.)?
Hi can anyone Explain smoke testing with real time examples
whatis test biuld manager?
in gmail.com when you enter username & password and try to copy and paste the password on notepad.will it copy and paste? what type of testing this is known as?
How many number of negative testcases we can write for "Search and Replace" functionality?
When do you go for integration testing?