
- Forum
- Testing
- Software Testing
- What is regression testing?
What is regression testing?
This is a discussion on What is regression testing? within the Software Testing forums, part of the Testing category; Regression testing means testing the functionality whether it is working fine when new functionality is added....
-
10-15-2011, 02:03 PM #1
- Join Date
- Oct 2011
- Answers
- 10
What is regression testing?
Regression testing means testing the functionality whether it is working fine when new functionality is added.
-
Whenever a new functionality is added or any changes are made either to the environment or to the configuration of an application, then a test is conducted to ascertain the performance of the integrated system on the whole, this test is known as Regression test.
Regression test ensures that no additional errors were introduced in the process of providing new functionality or fixing other problems.
Regression testing involves re-running affected test cases from existing test suites to ensure that the changes and modifications do not cause unexpected behaviour.
-
03-01-2012, 05:22 AM #3
- Join Date
- Feb 2012
- Answers
- 66
Regresion testing is a 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 reparations and that newly added features have not created problems with previous versions of the software. Also referred to as verification testing.
It is a quality control measure to ensure that the newly modified code still complies with its specified requirements and that unmodified code has not been affected by the maintenance activity.
-
Regresion Testing is done when some bug is fixed in a esting is done to software . This testing is done to ensure that the fixing of one issue in the application do not affect other parts or section.
In simple word it checks whether any side effect is generated or not. If the application is big we choose automation tool to do regresion testing .
-
03-16-2012, 06:27 AM #5
- Join Date
- Feb 2007
- Location
- Chennai
- Answers
- 84
After adding a new functionality or after fixing a bug
first we have to check the new functionality after that old functionality also why because the new functionality is effected on old functionaly or not like that we have to test that is called Regression Testing
-
Sponsored Ads

Reply With Quote





