What is the diffrenece b/t regression and integration
testing????
Answers were Sorted based on User's Feedback
Answer / vinod
Regression testing is nothing but once the bug is fixed we
need to test wheather that fix can make anyother problem
elsewhere.
Integration testing is nothing but checking the interface
between the modules.
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / sudhakar8
Regression Testing:
To check the new functionalities have been incorporated
correctly with out failing the existing functionalites.
Integration Testing:
Testing of combined parts of an application to determine if
they function together correctly. The 'parts' can be code
modules, individual applications, client and server
applications on a network,
| Is This Answer Correct ? | 8 Yes | 0 No |
Regresion Testing:
re testing the modified build to check that it has any
effect on the other functionalities and this is done by the
Testing Team
Intergration Testing:
this is the testing which is done by development team to
combine all the modules to one entire application.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / pravin
Regression TEsting:- retest on a modified build is called
regression testing.
Integration TEsting:- testing the interaction between the
module is called Integration testing
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / vicky
Regression testing
it is a testing to check whether any defect is occurred in
unchanged area of software by fixing different defect
it is mostly done by Automation tool e. g capture and replay
normally complete Regression testing is not possible
Integration Testing
It is testing in which we check the interaction between two
or more components is proper or not
it is 1 of the test level
it is incremental test activity
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vikas
regression:--retest the application again;;;;
integration:--check the functionality of each module
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / niranjan123
Vinod...what you tell is absolutely correct....but in
practicle scenario ..when u used integration testing and
how....what i know as a functional tester...this is not
very much our cup of tea...it is much more ...development
side testing>>>>>But when a new module is integrated in you
present application, then what you do as a blackbox
tester...Integration or regression.....?
| Is This Answer Correct ? | 3 Yes | 3 No |
What is Cause and Effect Diagram, how it helps in software testing?.
What if the application has functionality that was not in the requirements?
what is defect density
6 Answers Accenture, Ness Technologies, Thatavarti Technologies,
1. What is the most critical bug you found 2. Consider a moblie phone : when you save the number, the number gets saved under a different name . What is the priority and severity of the bug 3. Write code for binary search
at any application or software where the data will be stored at server side or at client side kindly answer it in detail?
what is diff between 32 / 64 bit web browser ??
plzz tell me the test cases for Bank Application Security
can any body tell what are the roles of QA clearly plzzzz
When to start qa in a project?
in a team, how do u involve/test when ur modules are integrated to other modules of ur team.
I'm in search of a test management system that can handle the tasks for instance of a manager or a tester equally well Can anyone help you in this?
How do you define a format of writing a good test case?