what is difference between regression & retesting?

Answers were Sorted based on User's Feedback



what is difference between regression & retesting?..

Answer / anil nakhate

What is mean by Retesting-
Re testing is a testing process to test the previously failed test cases passed or not. after fixing of the defect we perform the first retesting then regression testing.

What is mean by Regression testing?
After fixing of any defect or new functionality added in application, then we perform the regression testing for existing functionality working as per requirement or not.

Is This Answer Correct ?    5 Yes 0 No

what is difference between regression & retesting?..

Answer / sripathi venkata ramesh

I am Sripathi Venkata Ramesh working as a software Test
engineer. For this question difference between Regression
and Retesting - different people have given different
answers......I confused so many times.............
So the correct answer is here...

Regression Testing: Regression Testing means to test the
entire application to ensure that the fixing of bug will be
affecting anywhere else in the application 

Retesting: Retesting means executing the same test case
after fixing bug to ensure the bug fixing.

Retesting and Regression Testing are slightly different in
the sense....they are to be executed on different test
cases...

For example, if there are 1000 test cases to be executed in
the first build....And of the 1000 test cases 100 fail and
900 pass....

Then after bug fixes and when the 2nd build is received
REGRESSION Testing has to be done on the 900 test cases and
the remaining 100 test cases are to be RETESTED

Is This Answer Correct ?    3 Yes 1 No

what is difference between regression & retesting?..

Answer / shilpa saraf

Regression testing:

Testing the application after changes in a modular part of
an application for testing that is the code change will
affect rest of the application.

Retesting :

Retesting meance we testing only certain part of an
application again and not considering how it will effect in
other part or in the whole application

Is This Answer Correct ?    4 Yes 3 No

what is difference between regression & retesting?..

Answer / priyan

Re-testing : it means testing a particular modified build or
application with multiple sets of data or by giving
different inputs,whether the bug is fixed or not..

after conformation, that the bug is fixed...we do

regression Testing : it means , testing the modified module
or application whether the application will show impact on
other application or not...!

IF UR NOT CLEAR....THEN GO ON VTH THIS BELOW LINK..

http://www.allinterview.com/showanswers/58585.html

PRIYAN
priyanonlyone@gmail.com

Is This Answer Correct ?    0 Yes 0 No

what is difference between regression & retesting?..

Answer / nandankumar

Regression Testing:
"It is a type of testing in which one will perform testing on already tested functionality again and again."

Usually we can do it in two scenarios
1. When ever raised the defects to developers team and next build is released to testing department..we will test the defect functionality as well as the related functionalities once again.

2.When ever some new features are added to the application, and next build is released, then all the related features of those new features will be tested once again

Even random functionality testing also falls under Regression testing..

Note : Regression Testing starts from 2nd build and continues up to the last build.


But where in Retesting :

Here one will perform testing on the same functionality again and again with multiple sets of values in order to come to a conclusion whether it is working fine or not.

Resting will start from 1st build and continues up to the last build.

Is This Answer Correct ?    0 Yes 1 No

what is difference between regression & retesting?..

Answer / suran

Regression testing -regression testing is nothing but
retesting software to detect faults introdued during the
modification .Like it verifies whether new bugs have been
introdued after after fixing prevoulsly idetified
bugs,without regression testing any changes introduced to
the code would go undetected.

Retesting: testing the functionality Number of times
whether its working according to BRS OR FRS.

Is This Answer Correct ?    0 Yes 2 No

what is difference between regression & retesting?..

Answer / psd

regression: Testing the already tested funcionality once
again that is known as regressin testing..
retesting: testing the same functionality onceagain with
multiple sets of data is known as retesting..

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More Manual Testing Interview Questions

Deep structure testing is not designed to Option 1 examine object behaviors Option 2 exercise communication mechanisms Option 3 exercise object dependencies Option 4 exercise structure observable

0 Answers  


Differentiate between severity and priority? who assign these parameters to a bug?

6 Answers   Satyam,


Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti

11 Answers   Accenture,


what are the mandatory fields when you rise a bug

5 Answers   QA,


A good url for testing concepts.....

0 Answers  


How do you write DEFECT REPORT?

0 Answers  


Is it Mandatory to use "ECP" & "BVA" Techniques for "LOGIN" Page???,Can any one tell me the correct answer ?,If Yes then why?

1 Answers  


diff b/w stress testing and load testing?

5 Answers   Accenture,


what is the test case for bank check leaf??

5 Answers   IBM,


why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent

1 Answers  


can u explain me v-model?I told him we will do parallely both devolpment and testing . frs------------useraccepatance testing \ / srs system testing \ / HLD integration testing \ / LLD--------------------- unit testing \ / CODING he asked me how ur frs is done parallel with useracceptence testing and srs is done parallel to system testing and HLD IS done parallel to integration testing and LLD is done parallel to unit testing.Give me a clear clarification for it?

1 Answers   IBM,


what is the testing process if water fall is the sdlc model

3 Answers   Wipro,


Categories