what is Regresstion testing? when it will be needed?
Answers were Sorted based on User's Feedback
Answer / jaynathi
Hi ,
I think, We will go for regression testing whenever a new
functionality is added to the application and it should not
affect the existing one.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kathiravan
Regression testing means test the application fix the Bug
not effected do to the other module.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / akiles
regression testing is nothing but testing the existing
system.it needed at the time of updating to the system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sm
Its kind if testing which will conduct on bugs fixed build
to identified whether any side effects introduced as well as
to improve the confidence level of bug fixing
When we are at the moment of release a software build into
the market with out any defects then to get the confidence
of bug free product we need to conduct regression testing on
the overall project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mudaseer
executing same test cases on different builds to make sure changes have not introduced defects
in simple words what worked earlier may not work now so we execute the test case to make sure any regression bugs are not introduced
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bondu
when any medication or change are done in the application.
those change or modification should not introduce new bug in the application and should not effect existing functionalities.
when will do regression testing
any modification or change
new functionalities add to the application
defect fixing
performance issue fix
environment change
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pradeepkumarbaraik
Regression testing means if a bug is fixed, and due to that particular fixed bug the other functionality of an application is affected or not is a regression testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunil reddy
re execution of test cases on the modified build to
determine whether the defects are closed or not
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / jhansi
regression testing is testing the newmodules without
affecting the existing modules
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the base data for drawing Triangle?
What is Data guidelines?
Write a Test Case to test Can of Coke?
what all the metrics to be checked for a document ?
What is different between QA and QC
What type of documents present in Application Design document?
Expain Equivalence Class Partion with an Example?
Can you tell some body how to test a situation that to sell a share if it reaches 30(present value is 25) and the time limit is 120 days. Every day the market starts from 10 A.M to 3 P.M. it may execute any time with in the time period. Pls tell me the answer.
Can any one explain the difference between test scenario and test case.
write negative testcases for notepad
What is Change and configuration management repositoty
What is the difference between action & script ?