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 are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is used to identify the object. but i want clarity regarding this.
In QTP, What is Global action and Local action?
Where you get the run time data table?
A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
How many ways we can parameterize data in quicktest professional?
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
How function returns a value?
How many types of Parameters are available in QTP?
How is GC reddy online program Will i get placed How are the placements.
how i can get the value of label box , please any body tell me script of that code
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks