What is Regression Testing?
Answers were Sorted based on User's Feedback
Answer / abhijit
When a new deployment is done in project, because of new
features added we need to test that new as well as old
features are working fine. Funtionality should not fail or
change due to new change or enhancement . To testing this
called "Regression testing".
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / anil k.b
when ever a bug is fixed or new features added then the
functionality should not change(code shouldn't impact on
the other) because of the new feature or for the fix
provided by the dev..and to test this "regression testing"
is used..
keep smiling ;)
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / nihar arisa
suppose there is three modules 1,2,3.
2 module and 3 module are depending on 1 module.
if in 1 module defect is detected and later developing team
fixed the defect and send to testing team.
tester has to test the 1 module and also both the 2 and 3
module also because both depending on 1 module.
this is called regression testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / harshal
Regression testing means testing whether changed does any
effect on unchanged module.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sreevani
If a bug or CR is raised against the development, after
implimenting the same, testing will be done to check the
bug/CR and the impacted areas.
This type of testing is Regression
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / krishna
Retesting to detect the faults during the modification of
the application.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / raja
after bug is fixed to check or to testing fixed bug related
modules is regression testing
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / tester
Regression test:
What as not correct is now correct and also whatever is
correct is still correct!
| Is This Answer Correct ? | 2 Yes | 11 No |
Would we given training at first job (entry level)?
Some questions generally asked but i haven't correct answer. Becuase interviewer asking with example. Like : need to verify the google with 4 functionalty. 1. How does we estimate the Test case. 2. How does we estimate the automation testing process.
I have a brand for product which will be delivered as per the subscription from customers.What are all the major functionalities u will test in that case?
Automation testing regarding with qtp, explain the process of testiing the application with qtp????
Scenario :- when we test payment module in the eCommerce site, then how do we verify or actually check transaction failed and the amount will be returned in next few days? i am using pay pal / credit card.
what are the feature of our test group?
What is the difference between the test plan and test strategy
What is the differance between QA & Qc?? and brief introduction of QA & QC's role in testing??
What is Recovery Testing?
What do you think is a good investment, a defect tracking system or a test management system integrated with a defect tracking tool? Please comment.
How to find all the bugs during first round of testing?
In an Interview I have been asked the following questions, 1) How would allocate job to your team members if you are assigned a role of Team Lead. 2) The second question was, do you follow any technique for the distribution of time while assigning jobs to your team members. For, both the questions I was clueless to answer. Please give me a practical approach for the above questions.