What is the Diff between Image check-point and Bit map
Check point?
Answer Posted / ycy
Image checkpoints enable you to check the properties of a
Web image.
You can check an area of a Web page or application as a
bitmap. While creating a test or component, you specify the
area you want to check byselecting an object. You can check
an entire object or any area within an object.
QuickTest captures the specified object as a bitmap, and
inserts a checkpoint in the test or component. You can also
choose to save only the selected area of the object with
your test or component in order to save disk Space
For example, suppose you have a Web site that can display a
map of a city the user specifies. The map has control keys
for zooming. You can record the new map that is displayed
after one click on the control key that zooms in the map.
Using the bitmap checkpoint, you can check that the map
zooms in correctly.
You can create bitmap checkpoints for all supported testing
environments
(as long as the appropriate add-ins are loaded).
Note: The results of bitmap checkpoints may be affected by
factors such as operating system, screen resolution, and
color settings.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
can i compare two databases using QTP ?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
How to find the difference between 2 dates in qtp?
What is CMMP and CMMH?
Explain how you can replace string in qtp?
How to use the object spy in quicktest professional (qtp) 8.0 version?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
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
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?
How will you test a keyboard?
What is the architecture of your project? Can any one answer for this question plz........
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
can the activities of test case design be automated?
What is data driver in qtp?
How can I change object description or check point values in qtp?