Latest Answer : Through Call statement. ...
Latest Answer : HIYou don't need upgrade script when you running in different windows OS.It' works fine in different windows OS.But the bitmap checkpoint is envoirnment depented.you need to take care for that.In winrunner help some sample Utilities option ...
Using the function load_dll("c:\windows\system32\msvcrt.dll"), I loaded the dll to winrunner.When I declare the functions which return void in c, I don't know which keyword I should use in Winrunner.example:C ——void window(int left, int top, int right, int bottom);
I have que. about text check point in context sensitive mode in winrunner. i have recorded text check point for text object. but the function obj_get_text does not retun text in the text box but it returns blank value("").so how to read the text?
I have Win Runner 7.5 scripts working fine for my project with IE 6.0 on one server.I installed opera and un-installed on the same server. Now, the existed scripts with IE 6.0 is not working fine.Win Runner is not identifying may objects and some windows.Ex- earlierset_window("4D Parts Universe",2);web_link_click("Login");now,set_window("Browser Window",2);web_link_click("Login");Can any body helpme out to resolve the issue...Thanks In Advance,kalpana
I 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 the rapid script wizard can not be used when Web add in is loaded.Please help me to learn the objects in a web page.How can I make WR learn all the text boxes or list box in the web application?Thanks in advance.
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 the rapid script wizard can not be used when Web add in is loaded.Please help me to learn the objects in a web page.How can I make WR learn all the text boxes or list box in the web application?Thanks in advance.
What are all the things that happen behind the screen when we run the script in winrunner 7.6?please expain the core concept or winrunner internals.
Hi All, Win runner unable to do get text function. while installing it throws an error text recognition failure. I am unable to use text related function. Can anybody help me to resolve this issue?
Latest Answer : I think exact recording of disabled is not posibled.But you can stor its value in a variable using edit_get_text ot obj_get_info function. ...