Hi,
Currently i am using winrunner for my project.Its a java
project. When i am running the script its failing in cliking
an image link("My Profile"). The image object is eventhough
exists in GUI map editor script is failing to recongize the
object. I am getting the error of "Web_image_click:"My
Profile" Error:Object is not found". I recorded the script
and executed it is not running it shows the same error.
The following physical description displaying in GUI map
editor :
{
class: object,
MSW_class: html_rect,
html_name: "My Profile"
}
The thing was running successfully, I could not able to
identify something happen to the script its showing error.
Please give solution for this problem.
Let me know if need more information.
Regards,
Sankar
shankarmg@gmail.com
Answer Posted / prasad
1. Use web_link_click("My Profile"). This is more reliable
than image click which takes pixel locations etc.
2. use web_refresh(window) after you do set_window. This is
needed when you hit submit etc but remain in same page.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
you hae a inbox and got a mail how can you know it is there or not write script.
What do you mean by the logical name of the object.
When it is appropriate to change physical description?
What is the purpose of gui spy?
What is the disadvantage of loading the GUI maps through start up scripts?
Difference between winrunner and test director?
What is the use of test director testing tool?
i would like to know the steps to write tsl exception and object exception with a simple example
What are the Win Runner tools for functional testing?
wat is the d/b windows 95&98&xp?could anybody give reply ?
How to read the third party controls in the application
What information is contained in the checklist file?
How should we write and execute a user define function using WinRunner.
What are the virtual objects and how do you learn them?
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide