What is Retesting & Regression Testing? When do we use
retesting & regression testing(i.e In what situation)?
Please clear me.
Answer Posted / priyan
when a developer fix the bug and send the modified build to
a tester, first tester do Re-testing on that module or
application. Re-testing means, testing the module whether
the bug is fixed or not with multiple sets of data.. then
Regression testing : when the tester come's to conformation
that the big is fixed, then he starts Regression testing on
that modified build. in this testing, the tester test's or
checks whether the modified build is showing any impact on
other application or not.. means whether new application or
functionality is effecting other application or not.the
tester checks after fixation of bug,we got any side effects
in application or not...
why because , during the bug fixing some parts of coding may
be changed or functionality mat be manipulated.. in this
case the old test cases will up-dated or completely
re-written according to new feauter of application where bug
fixed area.....
if any mistake pls correct me .. tank u every body
priyan
priyanonlyone@gmail.com
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
When to stop testing? (Or) how do you decide when you have tested enough?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.
Hi, Please can one tell me how to test the usability testing, which method has to be used, how to write the report? Thanks Deepa
What is quality center? What are the modules of quality center?
What does entry and exit criteria mean in a project?
How do u determine,what to be tested?
what types of testing you performed in transfer funds module....
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
How can I use bugzilla in my company to track a bug and to allow the client to see the bug report online throughbugzilla. Please explain in detail. I am really need this.
What is defect removable efficiency?
what is coupling integration testing
Define performance and stress testing?
Can you explain random/monkey testing?
How to derive test data from the design documents?