What add-ins are available for WinRunner ?
[
]
Add-ins are available for Java, ActiveX, WebTest, Siebel, Baan, Stingray, Delphi, Terminal Emulator, Forte, NSDK/Natstar, Oracle and PowerBuilder.
Notes:
* Winrunner generates menu_select_item statement whenever you select any menu items.
* Winrunner generates set_window statement whenever you begin working in new window.
* Winrunner generates edit_set statement whenever you enter keyboard inputs.
* Winrunner generates obj_mouse_click statement whenever you click any object through mouse pointer.
* Winrunner generates obj_wait_bitmap or win_wait_bitmap statements whenever you synchronize the script through objects or windows.
* The ddt_open statement opens the table.
* The ddt_close statement closes the table.
* Winrunner inserts a win_get_text or obj_get_text statements in script for checking the text.
* The button_press statement press the buttons.
* Winrunner generates list_item_select statement whenever you want to select any value in drop-down menu.
* We can compare the two files in Winruuner using the file_compare function.
* tl_step statement used to determine whether section of a test pass or fail.
* Call_Close statement close the test when the test is completed
Choose your rating:
Post Ans. View More Ans.
How many types of Text Checkpoints ?
[
]
In Winrunner, four types of Text Checkpoints-
For Objects/Windows
From Screen Area
From Selection (Web Only)
Web text Checkpoints
Choose your rating:
Post Ans. View More Ans.
How many types of Database Checkpoints ?
[
]
In Winrunner, three types of Database Checkpoints-
Default Check
Custom Check
Runtime Record Check
Choose your rating:
Post Ans. View More Ans.
How many types of Bitmap Checkpoints ?
[
]
In Winrunner, two types of Bitmap Checkpoints-
For Objects/Windows
For Screen Area
Choose your rating:
Post Ans. View More Ans.
How many types of GUI checkpoints ?
[
]
In Winrunner, three types of GUI checkpoints-
For Single Properties
For Objects/Windows
For Multiple Objects
Choose your rating:
Post Ans. View More Ans.
What do you mean by the logical name of objects ?
[
]
Logical name of an objects is determined by it’s class but in most cases, the logical name is the label that appear on an objects.
Choose your rating:
Post Ans. View More Ans.
What’s a command to invoke application?
[
]
Invoke_application
Choose your rating:
Post Ans. View More Ans.
How you created your test script ?
[
]
Programming.
Choose your rating:
Post Ans. View More Ans.
What’s the purpose of the Set_Windows command ?
[
]
Set_Window command set the focus to the specified windows.
Choose your rating:
Post Ans. View More Ans.
How do you comment your script ?
[
]
We comment script or line of the script by inserting “#” at the beginning of script line.
Choose your rating:
Post Ans. View More Ans.