How can the expected image for a bitmap checkpoint be
recaptured in QTP
Answer Posted / pavani prasad
we can use capture bitmap method
first store the object properties in o.R then write the
script as
vbwindow("windowname").CaptureBitmap"path of the file where
it to save"
you can see the picture in the specified location
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
how do u plan test automation?
Where we use data driver in qtp?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What is 'sleep' in sync point?
How is test case write?
How do you test DLL files using automation Tool QTP?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Hi, how can we check or avoid the memory leakage in QTP9.2?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What is the XML file architecture ?