how to compare two bitmaps( 1. clients requirement & 2.
Designed by dev) in qtp 8.2
wann clear steps
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 |
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What are the Application Functions available in QTP?
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?
What is meant by Repository?
7 Answers ALFiNE IT Solutions, Four soft,
How would you directly trigger javascript in a test?
How to find array size in qtp?
How to load the object repository at run time?
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
what is localisation testing and globalisation testing? what is the difference between them?
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
there are having 10 checkboxes..how can i check only first 5 check boxes by using descriptive programing..
what is tool interface?