What is the diffrenece b/t regression and integration
testing????

Answers were Sorted based on User's Feedback



What is the diffrenece b/t regression and integration testing????..

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

What is the diffrenece b/t regression and integration testing????..

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

What is the diffrenece b/t regression and integration testing????..

Answer / sujit

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

What is the diffrenece b/t regression and integration testing????..

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

What is the diffrenece b/t regression and integration testing????..

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

What is the diffrenece b/t regression and integration testing????..

Answer / vikas

regression:--retest the application again;;;;

integration:--check the functionality of each module

Is This Answer Correct ?    3 Yes 2 No

What is the diffrenece b/t regression and integration testing????..

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

Post New Answer

More QA Concepts Interview Questions

What are the technical risks involved in Software testing project?

2 Answers   CTS,


Relationship between dynamic testing, coding fault and failure

1 Answers  


Mention what are the types of documents in sqa?

0 Answers  


How do you start your QA if there are no system requirements?

7 Answers   Lucent,


what is difference between smoke testing and sanity testing?

0 Answers  






Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?

0 Answers  


can anybody explain me the role of QA in every phase of SDLC (PHASE WISE) to privent from bug.with real life example.1)requirement analy.2)designing 3)coding 4)testing 5)implementation 6)maintenance. PHASE WISE

2 Answers   Aloha Technology,


What is the difference between the test plan and test strategy

0 Answers  


What is automated software quality (asq)?

0 Answers  


What is agile testing and what is the importance of agile testing?

0 Answers  


What types of documents would you need for QA, QC, and Testing?

1 Answers  


When does metrics validation occur? 1. Throughout the life cycle 2. During the test 3. After the test 4. During requirements definition 5. After the final software release Justify ur answer with simple explanation.

1 Answers   Olenick, Sigmar, Vidyanikethan,


Categories