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
Give the syntax to import/export xls into qtp.
What are the types of object repositories? Which one is you are using?
Explain the difference between data driven testing and parameterization ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What is smart identification in QTP?
How to export quicktest professional (qtp) results to an .xls file?
What are the features of quick test pro(qtp)?
What is the qtp testing process?
Explain the use of action split in qtp?
What is the difference between rational rose and QTP?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
What is the virtual object?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.