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 / manohar
after getting new build you have to clean the cookies and then you can execute the previously failed test case .
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How the exception handling can be done using quicktest professional (qtp)?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Problem with XML checkpoint in QTP ?
How does qtp identify objects in the application?
What is a Patch in QTP?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
How do you configure QTP AND Test director?
Why to use descriptive programming?
QTP script is not working on other's machine..
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Sql questions to find second max salary and how to use joins
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How does you pass optional arguments in qtp?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.