Explain regular expression in win runner
What is the functional difference between winrunner and QTP
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.
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?
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.
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
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...
its some prob with regards to class mapping.
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 ....
new_password=password_encrypt(password);
password_edit_Set("Password:",new_password);
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 ?
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.
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?
winruuner doesnot support xml. better use qtp to test xml objects
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
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.-
How to write a script to check the font size, color and type in a specified window or object?
What is the tsl for login window in winrunner?
set_window(''Login window");win_activate("login",Time);edit_set("username:" "xxxx");set_window("login window");password_edit_set("password box...
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...
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.
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.
What is a child objects? How to create child objects in script?
Winrunner error : window cannot be found
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...
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.
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?
# 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.
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.......
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?
Scheduler problem in winrunner
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...