Difference between image checkpoint and bitmap checkpoint
Answers were Sorted based on User's Feedback
Answer / sreeprasad
In Bitmap checkpoint, we can compare the exact images,means
the source image(in Build1) with the destination image(in
build2). So it compare the exact image between both the
builds. Here, even we can check the part of images between
source and destination.
where as in Image check point, we can check all the values
and properties of an image. Ex. The destination address
once we click on the image, image type etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naren
1. Image check point can be added using Standard Checkpoint
option whereas separate option is available for Bitmap
checkpoint.
2. image check point will be used to verify the properties
of the image type object class whereas Bitmap check point
can be used for any area of the application as a bitmap(x,y
coordinates)
| Is This Answer Correct ? | 0 Yes | 0 No |
How many ways is to parameterize the value?
Hi all, what is the latest version of QTP?
How can I use Call dlls in QTP ?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
What is difference between Recording time object identification and Run time (Execution) time.
What is difference between design time and run time data table?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
Suppose U change the script whether it affect the object properties of the object in the object repository
How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize
How do Parameterization and Data-Driving relate to each other in QTP?
Define Environment Variable in UFT and its uses?
How to call script1 into script2?