Please tell me the process of automating a website using winrunner..Is it recording or programming? or combination of both?
Latest Answer : folks you may want to fall in love with obj_get_info. Instead of managing all the class specifi get infor ( edit_get_info, list_get_info.....)write a routine that accepts the element name and the property you wish to query. this will save you tons ...
Latest Answer : Hi friendsQTP 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. ...
I want to test a web page by using WinRunner.the GUI does not recognize the objects in the page, instead it takes HTML style which contains the objects. how to test the objects in the web page(EX:login PAGE)
Latest Answer : # MessageBoxA(Owner,Message,Title,Style);
for (i=0;i
Latest Answer : For example:public a,b;a=create_input_dialog("Enter value for a");b=rand();pause("Value of b",&b);c=a*10;pause("Value of c",&c);The function rand() will generate random no. ...
Latest Answer : This is a TSL statement used to load dll's for use in winrunner. Usually DLL's contain user defined functions that might needed regularly.ex:r=load_dll("dll-path");r=unload_dll("dll-path");There are 2 type's of dll's that can be used in winrunner - 16-bit ...
I have a scenario where A window with 4 questions and 'Yes' and 'No' radio buttons next to them are available.How to test that using WinRunner?Only if all the question are 'No' and ''yes' radio buttons are not selected then I can continue further to next window.If one yes and rest all no's are selected then I exit the box and vice versa.Please answer this ASAP and I would really appreciate your help.
I thought may be I have to use if loop but I am not sure about the syntax of it and how to write it.
Latest Answer : hai, First install Xrunner application in Linux/unix .After install winrunner. WinRunner application support Xrunner application in Linix/Unix.byesri ganesh ...
Hi, I am using WinRunner 8.01 with Java Addin. It does not recognize the Java Applet. As no code is generated in WinRunner when a object is selected on the Applet. Thank you