GeekInterview.com
Series: Subject: Topic:

Winrunner Interview Questions

Showing Questions 1 - 20 of 465 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is the purpose of tl_step command?

Asked By: Interview Candidate | Asked On: May 4th, 2005

Used to determine whether sections of a test pass or fail. Syntax: tl_step(step_name, status, description);

Answered by: sabitha thomas on: Oct 2nd, 2011

I wish to show you an example

Code
  1. n=create_input_dialog("Enter the name");
  2. if(n="enter the name")
  3. {
  4. tl_step(n,1,"ERRRRROOORRRR!!!");
  5. }

Answered by: K.M.Raghuram on: May 4th, 2005

TL_STEP command is used to determine whether sections of test pass or fail.

You have executed a tl_step function in tsl for a context sensitive case. If the condition fails

Asked By: vijaybe | Asked On: Feb 21st, 2011

A. Winrunner report shows the whole run as failed b. Winrunner report shows only that step has failed c. Winrunner report ignores the failure d. None of the above

Winrunner gui objects

Asked By: vpskumar | Asked On: Dec 5th, 2007

What happens, if winrunner does not recognise gui objects in the application

Answered by: mathan_vel on: Mar 3rd, 2010

In some case, WR does not identify the Objects due to unrecognize controls. in that case we can make the Object to be a virtual object. which can be make with Object Class with Label.

Answered by: notty1982 on: Dec 6th, 2007

In case of winrunner unable to identify the object, u can use a technique called descriptive programming. U describe the physical description of the object directly in the test script rather thaan log...

What are data driven tests?

Asked By: Interview Candidate | Asked On: Sep 5th, 2004

When you test your application, you may want to check how it performs the same operations with multiple sets of dat

Answered by: ssaradha85 on: Feb 15th, 2010

parameterization is done for multiple data. Data Driven test is used to parameterize the data.

Answered by: pjchary07 on: Sep 13th, 2007

Data driven test are used to test the application taking same operation with multiple set of data. As each iteration application is going to be tested with different sets of data which were assigned i...

What are the two modes of recording?

Asked By: Interview Candidate | Asked On: Sep 5th, 2004

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...

Answered by: ssaradha85 on: Feb 15th, 2010

Context Sensitive Recording: It recognizes GUI objects. 

Analog Recording: It recognizes Mouse Movements.

Answered by: pjchary07 on: Sep 13th, 2007

i) Context Sensitive Mode: Records the application by learning Graphical User Interface objects with all its classes, logical names and physical properties.ii) Analog Mode: Records point to point mous...

How you created you test scripts 1) by recording or 2) programming?

Asked By: Interview Candidate | Asked On: Aug 21st, 2005

Programming. I have done complete programming only, absolutely no recording.

Answered by: ssaradha85 on: Feb 15th, 2010

Test scripts can be created by both recording & programming. 

In programming : We manually write the scripts
In Recording: Once you record an object the coressponding script will be shown.

Answered by: satya.k on: Feb 9th, 2006

Hi,

   We can create the script using both Recording or by programming

using recording it will gives lot of problems

its better to go for programming ...

bye

satya.k

What is the purpose of gui spy?

Asked By: Interview Candidate | Asked On: Sep 5th, 2004

Using the gui spy, you can view the properties of any gui object on your desktop. You use the spy pointer to point to an object, and the gui spy displays the properties and their values in the gui spy dialog box. You can choose to view all the properties of an object, or only the selected set of...

Answered by: ssaradha85 on: Feb 15th, 2010

GUI spy is used to identify the GUI objects.

What is the different between gui map and gui map files?

Asked By: Interview Candidate | Asked On: Sep 5th, 2004

The gui map is actually the sum of one or more gui map files. There are two modes for organizing gui map files. I. GLobal gui map file: a single gui map file for the entire application ii. Gui map file per test: winrunner automatically creates a gui map file for each test created. Gui map file...

Answered by: ssaradha85 on: Feb 15th, 2010

GuI Map: 1)It consist of  GuI map editor which is used to recognize GUI objects.                2) It has physical description ,Logical desc...

Answered by: anand00p on: Aug 2nd, 2006

The GUI map is actually the sum of one or more GUI map files. There are two modes for organizing GUI map files.i. Global GUI Map file: a single GUI Map file for the entire applicationii. GUI Map File ...

What are the different modes of recording?

Asked By: Interview Candidate | Asked On: Sep 5th, 2004

There are two type 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...

Answered by: ssaradha85 on: Feb 15th, 2010

1) Context sensitive - It does not recognize mouse movements

2) Analog Recording - It recognize mouse movements.  

Answered by: manii on: Apr 28th, 2008

their r 3 level of recording in QTP.
1)Normal
2)Analog
3)Low level Recording

What is compiled module and batch module in win runner? How we can use these in projects?

Asked By: pvrijin | Asked On: Apr 9th, 2007

Answered by: lilly.harding on: Oct 24th, 2009

Batch mode is to execute all the tests at a time. It is also called as stress testing. If you want to execute a single test for 100 times or 200 times you can just use a for loop or any other loop and execute it.

What are the limitations of the compile module in winrunner?

Asked By: lakshmiprasad | Asked On: Nov 3rd, 2006

Answered by: mathan_vel on: Sep 14th, 2009

If you make changes to a function in a loaded compiled module, you must
unload and reload the compiled module in order for the changes to take effect.

Answered by: suma on: Jan 11th, 2007

Hi, a) Compile module is a script containing a library of user defined functions that u want to call frequently from other test .When you load a compile module , its functions are automatically c...

What are all the different types of recording available in winrunner

Asked By: kangerishyam | Asked On: Nov 9th, 2006

Answered by: mathan_vel on: Sep 14th, 2009

1. Context Sensitive Recording Mode
2. Analog Recording Mode

Answered by: Titus on: Jan 8th, 2007

Analog Recording Mode : Winrunner records all mouse clicks, key boards presses and mouse traverse poin with respect to X and Y co ordination

Context sensitive recording mode : Winrunner records all operations that we performed on the graphical user interface application.

When do you go for context sensitive & analog recordings? What is the difference between them?

Asked By: kangerishyam | Asked On: Nov 9th, 2006

Answered by: mathan_vel on: Sep 14th, 2009

Context SensitiveContext Sensitive mode records your operations in terms of the GUI objects inyour application. WinRunner identifies each object you click (such as a window,menu, list, or button), and...

Answered by: Anitha on: Jan 16th, 2007

Context Sensitive Mode: To record the keyboard and mouse operation on the application and on the window.

 Analog Mode : To record the mouse pointer moments on the desk top.

What are the two guimap modes available in winrunner?

Asked By: kangerishyam | Asked On: Nov 9th, 2006

Answered by: mathan_vel on: Sep 14th, 2009

The GUI Map File per Test ModeIn the GUI Map File per Test mode, WinRunner automatically creates a new GUImap file for every new test you create. WinRunner automatically saves and opensthe GUI map fil...

Answered by: sudhakar2068 on: Nov 20th, 2006

The Two Modes available in Win Runner are two types.

Gobal Gui Map file:By default win runner maintains this Mode.

Gobal per test Mode:To Test the line by line of the application.

sudhakar kolla,

Email ID:kollasudhakar2005@yahoo.co.in.

Ph:+91-9819859346

What is the use of rapid test script wizard?

Asked By: kangerishyam | Asked On: Nov 9th, 2006

Answered by: mathan_vel on: Sep 14th, 2009

The RapidTest Script wizard systematically opens the windows in your application and learns the description of every GUI  object. The wizard stores this information in a GUI map file.

Note: The RapidTest Script wizard is not available when you work in GUI Map File per Test mode.

Answered by: sudhakar2068 on: Nov 14th, 2006

The use of rapid test Script wizard  is to recoginize the object by showing the window application and recorded Script will stored in the Tmp Folder.This has to done while Testing before any wind...

Wat s meant by gui spy?

Asked By: kangerishyam | Asked On: Nov 9th, 2006

Answered by: mathan_vel on: Sep 14th, 2009

GUI Spy is to use to identity and recognize the objects available in the page for test.

Answered by: studi on: Jan 15th, 2007

It is used to spy on any properties of object or window. If you want to know detailed properties of the window, bring the mouse on that particular window and click ctr F3 then it records the properties of that window.

Wat s the role of gui map editor?

Asked By: kangerishyam | Asked On: Nov 9th, 2006

Answered by: mathan_vel on: Sep 14th, 2009

The Role of GUI Map Editor is to Load the GUI objects at run time...

Answered by: shwetha s on: Feb 23rd, 2007

Hi,

GUI map editior stores GUI objects

How do we load guimap editor?

Asked By: kangerishyam | Asked On: Nov 9th, 2006

Answered by: mathan_vel on: Sep 14th, 2009


for Global GUI Map File Mode
Using GUI_Load("Filepath:Filename")

for GUI Map File per Test Mode
Automatically tool generate save/ unsave the GUI on Run

Answered by: sudhakar2068 on: Nov 14th, 2006

Select GUI Map Editor from Tools.

 Select gui files from this

Select Open from file and then select the appropriate gui file

Sudhakar kolla

My Number:09819859346.

Email:kollasudhakar2005@yahoo.co.in

How many types of data repository are presnt in winrunner? What are they?

Asked By: Mayank | Asked On: Dec 8th, 2006

Answered by: mathan_vel on: Sep 14th, 2009

Two Types of Data Repositories in WinRunner
1. The GUI Map File per Test Mode
2. The Global GUI Map File Mode

Answered by: xploita on: Mar 1st, 2007

This is incorrect. What you listed are object mapping file and not data repositories. The question is incorrect.

Set_ window and win_ actiVATe

Asked By: muraliare | Asked On: Aug 25th, 2008

Explain what are set_ window and win_ actiVATe, how do they differ?

Answered by: ferdinandstest on: Aug 24th, 2009

Set_window (This is the fuction to focus that particular window, Examble Set_window("Login",5); Now the winrunner focus the Login window if it is opened the window will focus else you will get a error...

Answered by: a_katiyar on: Aug 26th, 2008

win_activate(sWindow) : Suppose there are several windows (sWindow one of them)opened on your desktop,and you want to run your code on 'sWindow', win_activate () function will bring this window into ...

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.