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 |
2.How are you going to map between Test Scenarios and Test Cases?
What is mean by Schedule report who is the responsible for generated that one ?
what is iterative testing
what is Entry and Exit criteria explain in detail?
what is the entry criteria and exit criteria of integation testing.
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
I have one doubt in regression testing, Example if we have five modules such as 1,2,3,4,5. If we made change in 3 module only and also 3 module will interact with only 1 and 5 module. For this case we will conduct testing in all module (or) only 1 and 5 module?? Answer soon firends
As soon as we get the build what type test we will do?and how?
what is spiral model?
what is issue ?and difference between issue, defect and bug
what is testing
work break down structure in manual testing