GeekInterview.com
Series: Subject: Topic:

Winrunner Interview Questions

Showing Questions 21 - 40 of 465 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is a command to invoke application?

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

Invoke_application is the function used to invoke an application. Syntax: invoke_application(file, command_option, working_dir, show);

Answered by: ankushsingh on: Feb 26th, 2009

Invoke is the command to open any application in winrunner

Answered by: babinana on: Feb 25th, 2009

invoke_application(file, command_option, working_dir, SHOW);

What is exception handling in winrunner

Asked By: kavitad | Asked On: Feb 22nd, 2007

Answered by: sudha_balu on: Nov 24th, 2008

Handling unexpected errors during run time means Excepting Handling....In winrunner it is explained as Recovery Scenario... there are 3 types of recovery scenario.1. pop_up event : it used when unexpe...

Answered by: Naveen Pathak on: Mar 12th, 2007

Exception handling can be done by following 4 type of function:* Web_exception_handler_dialog_click_default activates the default button.*Web_exception_handler_fail_retry activates the default bu...

Provide tsl statement which specifies keyboard input...?

Asked By: Namataraginu | Asked On: Jan 31st, 2008

Please explain winrunner architecture.Winrunner is a "record and play" tool.Winrunner process is a six step process.What is exception handling in winrunner?Provide tsl statement which specifies keyboard input

Answered by: a_katiyar on: Aug 21st, 2008

Functions which can be used to specify keyboard inputs :      type (keyboard_input); #sends keyboard input         eg. type ("Hell...

Winrunner function

Asked By: Param v Deshwal | Asked On: Jul 7th, 2008

What are the use of these functions in winrunner? 1. Substr 2. Load 3. Edit_get_list 4. Invoke_application

Answered by: a_katiyar on: Aug 21st, 2008

1 - substr : extracts a substring from a string.     syntax: substr (string,position,length);              &nb...

Custom object, standard object and virtual object

Asked By: toolsuser | Asked On: May 8th, 2008

What is the use of mapping custom object to standard object? what is difference between custom object, virtual object and standard object?What anyone will miss if he avoid to mapping or use virtual wizard for custom object?

Answered by: vijikathir on: Jul 16th, 2008

Winrunner has default GUI objects like Windows, PushButton , Check box etc., these objects are called as standard objects. This objects can automatically learn by winrunner from our application. ...

How to solve problem "winrunner cannot identify object"

Asked By: sangeetasingh268 | Asked On: May 12th, 2008

Hican some one please reply as soon as pos about solution when winrunner gives error " cannot identify object"details:-i recorded a (dot net ) windows application ,while running it gives this error,when I checked using gui spy ,the window id stored in gui map editor is toTALLY different from runtime...

Answered by: ramesh.natarajanm on: Jul 4th, 2008

Hello,

You can map your GUI objects using "GUI Map Configuration" in that you jst remove the MSWid from mandatory & add edit class.

Let me knw if you have any issues?

Thx,
Ramesh.N

Answered by: srivani123 on: Jun 20th, 2008

some times it happens because of the GUI map file is full with objects. so empty the GUI map file before recording(tools--- GUI map file--- clear)or you can make winrunner identify the object by using...

What is the framework of winrunner?

Asked By: rbabu.vobilisetti | Asked On: Sep 19th, 2005

Answered by: anushankar on: Jun 24th, 2008

can you please tell me what is Winrunner within a keyword driven framework.

Answered by: ANIL KUMAR DAS on: Dec 9th, 2005

There are some other framework called EMOS, WRSFS etc. can be implemented with WinRunner.For example: WRSFS is a framework, gives flexibility to just enter your test data against gui logical name in n...

Input to tsl

Asked By: v_srivatsava | Asked On: Feb 13th, 2008

How can I give input to a tsl script(like scanf() in c)?

Answered by: v_srivatsava on: Mar 21st, 2008

Thanks!!

Answered by: prathu on: Mar 18th, 2008

syntax:
set_window(window,time);
obj_type(object,input);

example:

set_window("New Class",5);
obj_type("ThunderRT6TextBox","abcxyz");


What are the advantages and disadvantages of waterfall model?

Asked By: Ramesh.B | Asked On: Jun 10th, 2006

Answered by: prathu on: Mar 18th, 2008

Advantages: it is a continuos flow model.

disadvantages: if any defect or bug found in the application it is very difficult to start from the beginning phase.

Answered by: sushma_srikrishna on: Feb 29th, 2008

Advantages:As the Requirements are freezed a robust application can be builtDisadvantages           No scope of changing the requirements  &...

Can we use winrunner for performance testing?If so how?

Asked By: tester | Asked On: Aug 8th, 2007

Answered by: judit_raj on: Feb 26th, 2008

Yes, we can perform performance testing by using Winrunner1.Calling the Function get_time(); or 2.Using the following Script declare_transaction("abc"); button_press("OK")...

Answered by: navien.kumar on: Jan 13th, 2008

Yes, we can perform performance testing by using winrunner
by caliing the function
get_time();

How do I read text inside dialogue boxes or pop ups using winrunner

Asked By: agarwalankur | Asked On: Jan 6th, 2008

I want to read text inside dialogue boxes or pop ups using winrunner. I also want to save the pop up as image in a word document. How to do this? Please help

Answered by: dabie on: Jan 24th, 2008

you can use the function win_get_text or obj_get_text to get the text in dialog
Alse you can use the function win_get_info,but the text return is only visiable

If the application has gui changes between previous test and current test process, how to identify them and save it into my old GLobal gui file?

Asked By: vijay | Asked On: Jun 7th, 2007

Answered by: navien.kumar on: Jan 13th, 2008

By using the Update mode in Winrunner. Run the test. If there was any changes in the object. Then our winruner can't recognize that object @ that time so by using virtual object recognization we can ...

Answered by: anupriyakundal on: Dec 14th, 2007

Instead of manually editing every testscript, you can update the GUI map. The GUI map contains descriptions of the objects in your application. When you run a test, WinRunner reads an object’s log...

Winrunner - how to use regular expression in password box

Asked By: kamakhi.panda | Asked On: Dec 2nd, 2007

Hi, please tell me how can we use regular expression for password field.E.G I want to check the pasword whether its taking numeric or charcter in uppercase or lowercase.And the range...How to compre text which is there in password field....Is there any function is there for that..Please help me...

Answered by: navien.kumar on: Jan 13th, 2008

I think that Regular EExpressions are used to validate the testcase depending upon the condition.i.e if PWD is accepting lower case, upper case, numeric Then depending on the condition we are using RE...

Answered by: kamakhi.panda on: Dec 18th, 2007

Hi..
Thanks for reply..But it will work in text field not in password filed...
Hope u got my point..

How do you map a custom control to a standard control?

Asked By: arunaramesh | Asked On: May 22nd, 2007

Answered by: Ektapatel on: Dec 20th, 2007

GUI Map Configuration is used to map custom control  to a standard control

Answered by: Anil.Kumar on: May 30th, 2007

Through Virtual Object Wizard menu

Call dll from winrunner

Asked By: Renganayaki | Asked On: Nov 5th, 2007

How to call the dll functions into a script? How to know, what are the functions present in a dll function?

Answered by: notty1982 on: Dec 19th, 2007

There are two types of files 16bit and 32 bit
load _dll("path")
load_16_dll("path")
load_32_dll("path")

How to check the not null sequence of a form in window application

Asked By: mehta.it | Asked On: Dec 10th, 2007

I am working on window application form , I need to check the sequence of mandatory fields, like if there are two mandatory fields on the form then if I leave first field empty and click on save button then it should show the message for first field not for second one

How to check the tab sequence of a form in winrunner or in QTP

Asked By: mehta.it | Asked On: Dec 10th, 2007

Hi ,i am testing a application , I need to verify tab sequence of each form in the application how it can be done in winrunner or in QTP to make a script to verify the tab sequence of particular form.Please respond me as soon as possible

Mention few scenarios where we can use data driven testing in winrunner banking projects in detail.

Asked By: siriii | Asked On: Oct 12th, 2007

Answered by: notty1982 on: Dec 6th, 2007

we can use data driven testing to check different transaction as a whole and induvidually we can use it to check amount and name and transaction fields.

How would we test if some urls are provided in an excel sheet automatically.

Asked By: premkumar.battu | Asked On: Dec 5th, 2007

An excel sheet contains 10 urls. The winrunner should take the urls from that excel sheet, they should be opened and checked whether the homepages are opening or not. I needed the processor how we do this. Expecting a quick response from you.

Answered by: notty1982 on: Dec 6th, 2007

use data driver wizard

What is the winrunner type() function to pagedown key press?

Asked By: Gopi Krishna | Asked On: Nov 26th, 2007

Answered by: askQa on: Dec 2nd, 2007

type ("");

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.