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 |
How does the Internal QA Audit relates with the ISO Standards level ?
What is Database Testing? How will you do it?
What is Release Note and its contents?
1.what ia QA and QC? 2.how do you configure qtp and testdirector? 3.IN Online banking syatem project Which functionalities of QTP your using? 4.how do you test the money transform from one account to another account?
how many types of testing techniques are there and please clarify each technique in a detail way?
how we apply cmmi and iso in oyr testing or qa do it have some specifuc format
Hai Friends I am working as a Software Test Engineer in Bangalore. I am taking Classes at weekends on Testing Concepts. I will teach will all the real time examples and writing the Test cases, Document Management and also about what are all the duties of a real time Test Engineer at a company. Course Fee is very minimal and only in week ends. For who attended the class any time support through phone and job guidence. Intrested Friends mail me at vinodhanandhan@gmail.com
what is system specification ? what is functional specification?
Web 2.0 Style Software Testing Management System- any suggestions? I'm looking out for a Web2.0 based software with features which makes test management easy. The feature I expect to see are; dashboards, live updating, reporting and communication system.
what is PDCA?
I. Policymaker II. Technical specialist III. Project manager IV. Software development manager The personnel listed above represent a partial list of candidates for the configuration control board (CCB). In addition to software QA and software CM, which of these personnel should be included on the CCB? 1. II and IV 2. II 3. II and III 4. I and II 5. I, II, III, and IV
Describe bottom-up and top-down approach in testing?