What is Regression Testing?

Answers were Sorted based on User's Feedback



What is Regression Testing?..

Answer / raju korti

This is a black box testing, here we are going to ensure
the wether code changes cause any change in the existing
functionality

Is This Answer Correct ?    8 Yes 1 No

What is Regression Testing?..

Answer / suresh

Regression testing is nothing but execution of existing test
cases on the new build.

Is This Answer Correct ?    7 Yes 1 No

What is Regression Testing?..

Answer / techie

Regression testing as the name suggests is used to test /
check the effect of changes made in the code.

Regression Testing is retesting unchanged segments of
application. It involves rerunning tests that have been
previously executed to ensure that the same results can be
achieved currently as were achieved when the segment was
last tested.

The selective retesting of a software system that has been
modified to ensure that any bugs have been fixed and that
no other previously working functions have failed as a
result of the fixes and that newly added features have not
created problems with previous versions of the software.

More on Regresison testing:
http://quality-assurance-software-
testing.blogspot.com/2005/09/regression-testing.html

Is This Answer Correct ?    4 Yes 0 No

What is Regression Testing?..

Answer / baba

Regression Testing is Testing the software weather The bug
fixed is working without affecting previously tested
functionality

Is This Answer Correct ?    3 Yes 0 No

What is Regression Testing?..

Answer / vibha singh

Regression testing is a type of testing done on modified
build to ensure that the the defect is solved and it has
no side effects on other functionality.

Is This Answer Correct ?    2 Yes 0 No

What is Regression Testing?..

Answer / suneel reddy

REexecution of Subset or all test that havebeen conducted
earlier to determine the resolved bug has nade any imapct
on the remaining part of the code

Is This Answer Correct ?    1 Yes 0 No

What is Regression Testing?..

Answer / n.ramesh

Regression is a Testing to test that the
Fixes/Modifications have not create anyother problems else
where in the Software.

Is This Answer Correct ?    1 Yes 0 No

What is Regression Testing?..

Answer / satya_k21

Regression Testing:

After geting confirmation the bug is fixed we are going
to check the fixation is going to create any problems in
the application or not.

Is This Answer Correct ?    1 Yes 0 No

What is Regression Testing?..

Answer / jatinbhopale

Regression testing is testing of application after fixes or
modification of software or its environment. In regression
testing you have to check present changes should not make
any problem with other data

Is This Answer Correct ?    1 Yes 1 No

What is Regression Testing?..

Answer / surya

retesting the previously tested applications to make sure
that changes are not cause any side effects.
it is conducted on modified build

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

1. what is a difference between test plan and test strategy?2.What is the test plan is different from the test strategy? then how?

2 Answers  


expalin integration tsting who will perform ths type of testing at what time will do

2 Answers   Aspire,


Tell me the advantage and disadvantage of cookies?

0 Answers  


what is the defference between stress and load testing?

5 Answers   TCS,


Can you explain requirement traceability and its importance?

0 Answers  






what is the difference between application server and web server?

8 Answers   Symphony,


can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing

0 Answers  


Hi What are the toold used for Manual testing? what are the tools used for defects/bug trackeing in Manual testing? I would appreciate if you can give some examples. Thankyou Sunitha.

1 Answers   Belcan,


What is XML Testing? Do we have any tools to test the XML? Please let me know.

0 Answers  


what is static and dynamic testing.

8 Answers   TCS,


What is software development Life Cycle (SDLC)? where exactly the Testing activity begin in SDLC?

12 Answers   Systematix, TCS,


IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

0 Answers   CA, Dish Network, Wipro,


Categories