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)
When i start Load Runner, i selected new virtual user as"ODBC" & in start recording dialog box ,in Program to record i have taken the appl name i.e "C:PROGRAM~1MERCURY~1LOADRU~1samplesbinflights.exe", ODBC_Access and in "Start recording in to section " i have chosen "Vuser_init". when i click OK button iam getting following error"The application failed to initialize properly(0xc0000005).click OK to terminate the application"what is the solution
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. ...
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 everybody, how to check html_text_link is enabled or disabled. this enable properties is not there for html_text_link object. kindely help mejayanthi