GeekInterview.com
Series: Subject:

WinRunner FAQ

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

Regular expression

Asked By: commando 123 | Asked On: Feb 19th, 2008

Explain regular expression in win runner

What is the functional difference between winrunner and QTP

Asked By: Sundra | Asked On: Mar 29th, 2006

Answered by: rameshs23 on: Feb 8th, 2008

Hi friends


QTP supports dynamic objects,but winrunner does't support.,winrunner 8.0 supports .net applications also.

and the main difference i think is Run time settings.

Answered by: sushma_srikrishna on: Jan 28th, 2008

winrunner does not support applitions which is developed on .Net #c technology

How to identify 2 windows on the desktop with same name and at the same place one behind another?

Asked By: sree.srilaxmi | Asked On: Apr 5th, 2007

Answered by: sushma_srikrishna on: Jan 28th, 2008

if u have two identical objects which has same logical name and recorder physical properties ar same,then u need to add some more properties so that wirunner identifies each window uniquely, this can be done by GUI configuration.

Answered by: Raghu on: Oct 30th, 2007

If the standard properties of these two windows are same then you cannot identify any window when both the windows are opened in desktop. You can identify any one of these window if there is any cha...

Recording issue in flight application using winrunner

Asked By: soumya | Asked On: Aug 27th, 2007

I have recorded the regular flight application (flight a) through winrunner.I try to record the login part ,input date,flignt ,fly from ,fly to ,name ,tickets and inserted. But while running the script.It is stopping at the step where is say "obj_type ("msmaskwndclass","090909");" I don't know the...

Answered by: sushma_srikrishna on: Jan 28th, 2008

its some prob with regards to class mapping.

Answered by: notty1982 on: Dec 7th, 2007

Well can u reply to me what version of the winrunner have u been running and the obj_type which u denote must be a date field . just check with ur gui map editor and can u write what error message it shows? So that i may help u ....


Hi,i am new to this winrunner tool. Can anybody solve my following problem?If this is tsl script for login window set_window ("login window", 1);edit_set ("username:", "engineering");edit_set ("password:",...

Asked By: umesh | Asked On: Oct 7th, 2006

Answered by: sushma_srikrishna on: Jan 28th, 2008

new_password=password_encrypt(password);
password_edit_Set("Password:",new_password);

Answered by: Priyarun on: Dec 21st, 2007

To create a password dialog box, u have to use create_ password_ dialog (login, password, login_ out, password_ out);To set a value to password edit field, use: password_edit_set(logicalname, enc...

How to create compile module file and load to winrunner ?

Asked By: sanjay guptha | Asked On: Nov 2nd, 2007

Answered by: kamakhi.panda on: Dec 21st, 2007

Hi...
Above one is Correct...But after save the function in compile module..u have to run the function once...so that it will create one exe file for that function.

Answered by: kichayagari on: Nov 10th, 2007

Create New test in winrunner::File Menu-->New TestCreate GUI Function::New Test--->Here write GUI function-->Save it.After Saving Create Compiled Function Module-->File Menu-->Test Prop...

We can't test XML objects using wr? Why?

Asked By: seethapathik | Asked On: Aug 11th, 2007

Answered by: notty1982 on: Dec 7th, 2007

winruuner doesnot support xml. better use qtp to test xml objects

Tsl functions

Asked By: shaz.1329 | Asked On: Dec 6th, 2007

1.What are the tsl functions available when working with winrunner?I. Tddb_ get_ step_ value ii. Tddb_ get_ test_ valueiii. Tddb_get_testset_valueiv. Tddb_ get_ teststep_ value2.Which sign indicates that all text from this point to the end of the line is a comment?After saving a test in winrunner 6.02,...

Winrunner - div string into HTML string

Asked By: Robert tester | Asked On: Dec 5th, 2007

I have an application that has a lot of div strings, and wr does not recognize them. Is there any way that I can make wr recognize this?Thanks in advance.-

What is the tsl for login window in winrunner?

Asked By: vishnu | Asked On: Apr 3rd, 2007

Answered by: kichayagari on: Nov 10th, 2007

set_window(''Login window");win_activate("login",Time);edit_set("username:" "xxxx");set_window("login window");password_edit_set("password box...

Hi, can anyone explain me how to do regression testing using winrunnerfor example: in yahoo mail login page, I have inserted a gui check point for ok button and the ok button disabled...

Asked By: Ramkumar | Asked On: Jan 22nd, 2007

Answered by: seethapathi.k on: Oct 23rd, 2007

Just you run your script after fixing the bug. If that bug was fixed, system doesn't display error message. if bug has not fixed, system must display error message and you can see your actual, exp...

Answered by: ArunKumar on: Feb 28th, 2007

Keyword driven is basically action driven, In data driven it is parameter driven but in case of Keyword driven it is different. 

How to handle applet in winrunner.

Asked By: How to handle applet in winrunner | Asked On: Oct 12th, 2007

I have a application in which I am selecting browse button to add file from local drive. On click of browse button it opens select file dialog. I am unable to capture the browse dialog along with all the objects like file select ,ok, cancel button. Can anybody help how to handle such situation in winrunner.

Winrunner error : window cannot be found

Asked By: Ritesh | Asked On: Sep 23rd, 2007

Functionality of the application to be automated through winrunner is that when I click on certain field (say: amount field), some of the other fields gets populated with predefined values from the database.But when I try to record the above event through winrunner and play back, it does not populate...

Web testing using winrunneri have to test a web site. But winrunner is not learning the objects(links,text boxes, tables) . It is taking the entire web page as a single page. The winrunner tutorial says...

Asked By: cool_2006 | Asked On: Oct 24th, 2006

Answered by: sunil.kumar.t on: Sep 22nd, 2007

I have perform the steps mentioned. It is learning only the selected object in the GUI map file. Can any body help me how to read all the objects at a time on selecting the window.

Answered by: Sridevi.P on: Jun 6th, 2007

Hi Sanjay,

I have done all the procedure you have explained for the above problem.  Still Winrunner is not learning all the objects and it is taking the entire web page as a single page.

Can you help me how to solve this problem please?

Thanks,
Sridevi

What is messageboxa? Is it an inbuilt function in winrunner?

Asked By: meetu | Asked On: Apr 5th, 2006

Answered by: ChakDe on: Sep 19th, 2007

# MessageBoxA(Owner,Message,Title,Style);

for (i=0;i<20;i++){

MessageBoxA("Owner","Message","Title",i);

}

pause("Paused MessageBoxA function");

# copy paste this code and run it, the messagebox styles are changed #depending
on the style value.

Answered by: nehasahu on: Aug 7th, 2007

I tried to use MessageBoxA function in Winrunner but its not working ?? Really dont know whether it is an in built function of winrunner or not....Usually we use report_msg() function for writing message in the report.......

Ie close problem in winrunner

Asked By: BobMende | Asked On: Sep 10th, 2007

I am new to winrunner, so sorry if this is a obvious question. If my web application is opened and I hit record, my internet explorer window closes. This requires me to start recording from the very beginning (launching ie) and walk though the entire workflow prior to where I wanted to start recording....

How does winrunner application check windows based project?

Asked By: Sreekanth | Asked On: Aug 30th, 2007

Scheduler problem in winrunner

Asked By: Sandsb | Asked On: Aug 29th, 2007

I have a script I want to run at a certain time of day. I'm using xp's scheduler (under system tools) to schedule this. I'm doing something wrong but don't know what. Winrunner starts but my script does not. Any ideas?"c:program filesmercury interactivewinrunnerarchwrun.Exe" -t c:acdstatusscript...

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.