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 |
Write Test Strategy for Hot mail Login Screen?
Give me examples for high priority and hign severity defects?
List 5 major test cases for Lift
What is difference between system and functional testing?
while reading specification documents if u got any doubts or u think the specification should be clear or when u think some changes should be there in specifcation docs, or u find the difference in FRS and Design docs,whom do u report this??
what is data guidelines
what do you test in compatability for client server and web application? ?
what is vss?
What is your favourite Bug?
what is the important difference between system testing and functional testing?
how to get top two salaries from employee tables
what is production defects?