-
-
-
-
-
-
-
-
-
-
-
-
How you integrated your automated scripts from TestDirector?
When you work with WinRunner, you can choose to save your tests directly to your TestDirector database or while creating a test case in the TestDirector we can specify whether the script in automated or manual. And if it is automated script then TestDirector will build a skeleton for the script that can be later modified into one which could be used to test the AUT.
-
What are the reasons that WinRunner fails to identify an object on the GUI?
WinRunner fails to identify an object in a GUI due to various reasons. i. The object is not a standard windows object. ii. If the browser used is not compatible with the WinRunner version, GUI Map Editor will not be able to learn any of the objects displayed in the browser window.
-
What are the two modes of recording?
There are 2 modes of recording in WinRunner i. Context Sensitive recording records the operations you perform on your application by identifying Graphical User Interface (GUI) objects.ii. Analog recording records keyboard input, mouse clicks, and the precise x- and y-coordinates traveled by the mouse pointer across the screen.
-
What is a command to invoke application?
Invoke_application is the function used to invoke an application. Syntax: invoke_application(file, command_option, working_dir, SHOW);
-
-
How do you view the results of file comparison?
Answered by Mamatha on 2005-05-09 02:48:43: file_compare(file_1,file_2[,save_file]);
-
-
-
Explain why these TSL functions required in WR.
1.set_record_attr(" ", "class html_name MSW_class", "regexp_MSW_class attached_text", index");2.set_record_method(" ", RM_RECORD);3.set_class_map("html_table"," ");
Winrunner Interview Questions
Ans