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 : Through Call statement. ...
How can i record script for a web page having html 'file' input type? WinRunner is not recognizing the click of button displayed with 'file' input type on web page.
I'm currently running a MLS (mercury licence server) with floating-licences for WinRunner. Is there some kind of tool to show me how many users are "at the moment using winrunner"? So that i can get an idea how many users (and maybe even which users) are at a given moment using the tool. This would be a fine way to see if I would have to purchase more licences (or if I currently have bought too many).Any ideas someone?
I have downloaded a frame work called "WRAFS" for WinRunner testing tool,While starting to run the sample application "Start cycle test" I have some error message like unregistry valueget_registry_value("HKEY_LOCAL_MACHINE", "SoftwareWRAFS", "EnginePath",TDPATH);what can I do to overcome this problem(I am java Developer and I am new to this testing frame work).Please give me suggestions?
Hi! can anyone please mail me the method to invoke and test a web application using Win Runner ?.. it is developed in .NET.. and if Winrunner does not support the applications developed in .NET.. let me know the tool name and its complete description to test that web application using it...Thanks rajat
Hi all,use winrunner for web testing, in that you have to activities, one is registration, second is login.fiirst you record this and run this it will work fine.but here i want to run the same script 10 times.but at registration every time it will update the userid.example: raj1 raj2 raj3 . .now my question is u have to log in with updated userid every time?but u don't change the name at script.actually it's recorded
Assume a case where we have two labels for eg, login button over lapping. tell me how does winrunner identify that there are two buttons and not one.
Hi allI got some problem, while executing Winrunner scripts.1) My application contains two pages each page contains 40 textfields.2) I got a problem in my second page of an application.3) In my second page, i got ONE LABEL AND TWO TEXTBOXES(textfield1 and textfield2)4) My data was coming from Excell sheet.5) I need my data should enter in texfield2.6) if i do STEP BY STEP then my data was entered in textfield2.7) if i run a script from the top from 1st page then it will enter into textfield1.8)
Latest Answer : When you go to GUI map editor there are options like Add, Delete, Learn, Modify, Show and Find. so when you click on "Show" the particular object will be highlighted in your application and when you click on find, winrunner will find that particular ...