Hi all please solve this.It is urgent.....
When I right clicked on a Web image manually It displayed
Open link,open link in new window,save picture as, Email
picture,Printpicture,propeties...etc.
While automation I have written a code like this
'browser("Google").Page("ramseeker®: Memory and_3").Image
("graphOfModel").Click 10,10,micRightBtn
But the right click menu was not displayed.
I want to save that image in a seperate folder
Answer Posted / rayudu
Thanks,
It is a good suggestion....Keep posting me answers when I
asked.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find the name of the machine where you are running your automation scripts in qtp?
How will you report the bug and explain the defect tracking sheet you handled?
What are private functions in QTP? How they can be called from the function library?
What is the registration process and examination fees?
What are the types of object repositories? Which one is you are using?
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
What does mean by Scope of Automation?n How we defined it?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
what r the main attributes of test automation?
How to use debug tools?
Explain different types of checkpoints?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Dis advantages of XML checkpoint ?
How can i check items sorted or not in a weblist ? Give me the script for this...