WinRunner Question:

Download Job Interview Questions and Answers PDF

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

WinRunner Interview Question
WinRunner Interview Question

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 Interview Questions And Answers PDF

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?