What is the main diff. between Retesting and Regression
Testing ?

Answers were Sorted based on User's Feedback



What is the main diff. between Retesting and Regression Testing ?..

Answer / ramyab.mca@gmail.com

Hai...

Retesting: In which one will perform testing on the same
functionality with multiple sets of data in order to come
to a conclusion whether it is working fine or nor.

Re-gression Testing: In which one will perform testing on
the already tested functionality again and again.

Difference:
Retesting will start from first build and continuous upto
the last build.

Regression will start from second build and continuous upto
the last build.

During Regression also Re-testing will be done that is why
it is called as Re-Regression Testing.

K,Byeee..
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    2 Yes 0 No

What is the main diff. between Retesting and Regression Testing ?..

Answer / rehaman

Retesting is a positive Testing where in we test the s/w for passed test cases
Regression testing is a negative testing where in we test the s/w for failed test cases
Retesting is done to check whether the developer had fixed the defect or not
Regression testing is done to check whether the fixed defect is effecting the the remaining s/w or not

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is integration testing? And what are the different types.

9 Answers   Amdocs,


how to identify the test scenario

1 Answers  


What are some best practices that you should follow when writing test cases?

0 Answers  


what are things you want to check in web based testing?

3 Answers   CSS,


How do conduct globalisation testing? anybody can explain this with example.

1 Answers  






How to test Requirements?

4 Answers   Cranes,


if the defect is not reproducible then what u give the status in quality center

10 Answers   ACC, Accenture,


where do we store our test cases>?

7 Answers   TCS,


Who will excatly assign the priority to the bug.. ...

5 Answers  


In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.

2 Answers   ADITI, LinguaNext,


difference b/w test case doc & use case doc?

1 Answers  


Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?

0 Answers  


Categories