how to compare two bitmaps( 1. clients requirement & 2.
Designed by dev) in qtp 8.2
wann clear steps



how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear..

Answer / Manish Srivastava

To compare two bitmaps (client's requirements and designed by the developer) using QTP (QuickTest Professional) version 8.2, follow these steps:n
1. Record or create VBScript test scripts for loading both the bitmaps.
2. Use the built-in function `ImageComparer` to create an image comparer object.
3. Initialize the comparer object with the two loaded bitmaps and desired comparison options such as tolerance level, comparison type, and failure criteria.
4. Call the `Compare()` method on the image comparer object to perform the comparison and get a result.
5. Analyze the comparison results and handle any failures as required.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

what is the mail use of frame work(with detail). architecture for keyword driven frame work

1 Answers   Persistent,


What are the Application Functions available in QTP?

1 Answers  


I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?

5 Answers   Syntel,


What is meant by Repository?

7 Answers   ALFiNE IT Solutions, Four soft,


How would you directly trigger javascript in a test?

1 Answers   eBay,


How to find array size in qtp?

1 Answers  


How to load the object repository at run time?

1 Answers  


In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known

6 Answers   iGate,


what is localisation testing and globalisation testing? what is the difference between them?

1 Answers   CDC Software,


While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next

1 Answers  


there are having 10 checkboxes..how can i check only first 5 check boxes by using descriptive programing..

10 Answers   HealthAsyst,


what is tool interface?

1 Answers   ITC Infotech,


Categories