a) A TSL exception enables you to detect and respond to a specific error code returned during test execution.
b) Suppose you are running a batch test ...
Search results for winrunner
How do you handle TSL exceptions?
Posted by Devin
a) Returns a text string from an object.
web_obj_get_text (object, table_row, table_column, out_text [, text_before, text_after, index]);
i. object ...
What do you verify with the sync point for screen area and what command it generates, explain syntax?
Posted by Devin
a) For screen area verification we actually capture the screen area into a bitmap and verify the application screen area with the bitmap file during e ...
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
Posted by Devin
a) 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.
b) Duri ...
What do you verify with the sync point for object/window property and what command it generates, explain syntax?
Posted by Devin
a) Synchronization compensates for inconsistencies in the performance of your application during a test run. By inserting a synchronization point in y ...
What do you verify with the database check point custom and what command it generates, explain syntax?
Posted by Devin
a) When you create a custom check on a database, you create a standard database checkpoint in which you can specify which properties to check on a res ...
What do you verify with the GUI checkpoint for single property and what command it generates, explain syntax?
Posted by Devin
a) You can check a single property of a GUI object. For example, you can check whether a button is enabled or disabled or whether an item in a list is ...
How do you handle custom objects?
Posted by Devin
a) A custom object is any GUI object not belonging to one of the standard classes used by WinRunner. WinRunner learns such objects under the generic â ...
