Difference between image checkpoint and bitmap checkpoint
Answer Posted / uday kumar. a
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 ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is a checkpoint? How many check points are there in qtp?
Explain about the quicktest professional (qtp) automation object model?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
describe some problems that u had with automating testing tool?
How to find Operating system information using QTP script?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
What are the two types of repositories available, explain them?
What is qtpro? What is quick test pro? What is a quick test professional?
Is it possible to call from one action to another action in qtp?
How to connect to a database?
Does quicktest professional (qtp) is unicode compatible?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What is the difference between shared and local object repository?