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
How do your characteristics compare to the profile of the ideal manager that you just described?
What makes a good software qa engineer?
what is quality Factor
What is the typical situation u faced while collecting the test data?
How do you define a testing policy?
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
how to access a build & wat is its configuration
what is port testing and do it comes in manual testing?
what is the difference between PEGA based web application testing versus web application testing?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
What is smoke testing and user interface testing ?
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
What is mean by incident logging system ?
Information about Automated Software Installer
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases