As a testing engineer what to do if same defect is occured
again in the software??
Answer Posted / rajendra_penumalli
Due to one of the following cases this condition may happen:
1. The same old code is given for testing without
fixing the bug
2. Development team released wrong code ie. Instead
of latest bug fixed code release same old previous bug
contained code released for testing.
3. Development team forgot to fix the bug and
accidentally closed the bug in bug tracking tool
4. Due to some settings in development environment
the bug looks like fixed
The reason may be nay thing,
Every software release, development also sends the release
notes , and it contains the resolved /fixed defects
details (or at least defect ID) .
Then testing team will perform Smoke testing followed by
defect verification testing for the defects that mentioned
in Build Release notes .
If any bug/defect that mentioned as closed in release notes
and if it is not fixed in application
Then testing team will reject the build for testing and
development team should fix the bug and then they should
release another version of the software build.
I think you are clear now.
Thanks
Rajendra_penumalli
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
Can some one help me writing a manual test case for email applications like yahoo i need for www.everonn.com
1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
What is difference between Build, Version and Release
Should testing be done only after the build and execution phases are complete?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
What is the difference between Functional testing and Unit Functionality testing?
Can test condition,testcase and testscript help u in performing the static testing
What is the typical situation u faced while collecting the test data?
For any web application, what are the possible login features that should be tested?
What is Dynamic Binding and Dynamic Loss?
What is quality center? What are the modules of quality center?
What ishigh severity, low priority bug?
How do u determine,what to be tested?