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
Answers were Sorted based on User's Feedback
Answer / varsha
I think this may caused because u hv not loaded Java add
ins in winrunner.While testing java application using
winrunner in start up script there's option provided to
load Java add ins.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Answer / nisha
In Some case winrunner does not identify the objects....
that time with the help of GUI SPY we need to check whether
winrunner identifys the object or not....if not by using
GUI SPY you can add that object and then perform the test.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of gui map configuration?
while recording web application the functions are generating as set_window, menu_select_item. my qts is how the web functions will be used either typing manually or will be created by WR while recording? eventhough i selected web add-in. pls. guide me
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
Where can I find a tutorial on WinRunner 7.0?
Name the different types of checkpoints?
Have you performed debugging of the scripts?
What are the features r there in winrunner 7.6 over winrunner 7.01..B'cos Iam using Winrunner 7.01
Which are default codes winrunner generates when we start the application?
What are the reasons that WinRunner fails to identify an object on the GUI?
What is contained in the test scripts?
how v should get data from third excel sheet?
Where do you found that you can't use winrunner for automation?