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

what is the difference between Test-bed, Test-lab & Test-environment ? explain it briefly ?

4 Answers   Persistent, TCS,


What are the diff types of integration testing?

3 Answers   Tech Mahindra,


For a Password field, we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test case

2 Answers  


What happens if we access a website that has cookies once the browser cookies are disabled?Does the website will be accessed?Though accessed, does the session will be tracked?

1 Answers  


Is there any testing named as Comprehensive testing

1 Answers  






Q. 21: Given the following decision table: Which of the following test cases and expected results is VALID? Rule 1 Rule 2 Rule 3 Rule 4 Conditions Age <21 yrs 21-29 yrs 30-50yrs > 50yrs Insurance Class A A or B B, C or D C or D Actions Premium £100 £90 £70 £70 Excess £2,500 £2,500 £500 £1000 options: A. 23 year old in insurance class A Premium is 0 and excess is,500. B. 51 year old in insurance class C Premium is 0 and excess is 00. C. 31 year old in insurance class B Premium is 0 and excess is ,500. D. 43 year old in insurance class C Premium is 0 and excess is ,000.

3 Answers   ISTQB,


What is CMM-1,2,3,4,5 Level Company? How much levels are there like CMM?

3 Answers  


What type of risk analysis u did in a banking projects...? Give an example...?

4 Answers   HCL,


WHAT IS SECURITY TESTING.HOW TO DO SECURITY TESTING.IS THERE ANY FRAMEWORK AVAILABLE

2 Answers  


How and when can the Testing Organization detect software defects?

0 Answers  


At Evening 6'o clock they will release the new build to you.what will u do on that time.

7 Answers   QA,


what is agile testing, explain with example

9 Answers   Mastek, Wipro,


Categories