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
Answers were Sorted based on User's Feedback
Hi Dude,
if you want to save that image use capturebitmap
method...
Browser("XXXXX").Page("XXXXX").CaptureBitmap "<FilePath>"
ex:
Browser("XXXXX").Page("XXXXX").CaptureBitmap "C:\sample.bmp"
you give only bmp.
if you didnt get answer please mail at:
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rayudu
Hi nanda My problem is When i right click on the image
manually it is being displayed "right click menu options"
while automation it did not display righ click menu.I want
the right click options. I also want to check the
properties of the image.I want not only saving the image.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rayudu
Thanks,
It is a good suggestion....Keep posting me answers when I
asked.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rayudu
Thanks Deepak!
It is working...
But i am not using recording and playbacking.I am writing
Descriptive programing and scripting.Is it good recording
for two lines between the script?
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / deepakm82
Ya absolutely it is fine using two lines via recording as
far as your project conditions are not affected..but you
can try using descriptive also on the code generated by
recording...
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / deepakm82
Hi..try using low level recording.Hopefully it will solve
ur problem..
| Is This Answer Correct ? | 0 Yes | 2 No |
What is meant by Step Generator in Qtp How is it used? pls gimme in detail
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What are the disadvantages of recording test cases in qtp?
what is the Descriptive Progarmming? how it is help to testers in QTP?
Can anybody post some real time scenario in qtp? please its very urgent.
If a object property is changed in the application. where it should be updated in QTP... Pls anybody can give the answer.. Thanks in advance...
How open an excel sheet in QTP(not a run time )?
We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library