After fixing the bug, the same bug is raising again and
again in new builds what we have to do? That bug is high
level bug.
Answer Posted / krishna
the bug is rising again and again , then bug should be
marked as re-opened in bug tracker.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to execute a winrunner script in quicktest professional?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
What are advantages of test automation?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Why is action split used by qtp?
What are the different types of recovery operation?
What is action?
How to open a new test using quicktest professional (qtp)?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
Is QTP supports Unix. If yes, then how the test automation is done?
how to evalute defects in QTP script?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
What are the different attributes used with regular expression?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one