In first version of the build i found a bug . I report it
to my developers with all the procedures and that was
accepted by the developers and the bug was in open state.
In the next version of the build the bug was not able to
reporduce it .Then wat will be the status of that bug
Post New Answer View All Answers
Artifacts in design phase of SDLC ?
can anyone help me regarding testing patterns?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
Can anyone please suggest me a online book on manual testing??
Suggest some book to learn more test case???
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
What is severity and priority of bug? Give some example.
any one please send me any test case examples with tabular columns in manual testing
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
What is change request, how you use it?
What is showstopper defect?
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
What are the different types of software testing?
Can you explain the workbench concept?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?