WinRunner Question: Download WinRunner PDF

What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?

Tweet Share WhatsApp

Answer:

You can create a bitmap synchronization point that waits for the bitmap of an object or a window to appear in the application being tested.
During a test run, WinRunner suspends test execution until the specified bitmap is redrawn, and then compares the current bitmap with the expected one captured earlier. If the bitmaps match, then WinRunner continues the test.
Syntax:
obj_wait_bitmap ( object, image, time );
win_wait_bitmap ( window, image, time );

Download WinRunner PDF Read All 67 WinRunner Questions
Previous QuestionNext Question
What do you verify with the database check point custom and what command it generates, explain syntax?What is the extension of gui map file?