If u press a push button in an application the winrunner
generates tsl statement like button_press(..) i.e the class
name of the object and the event on that object but
Why if u click a static text in an application the
winrunner generates tsl statemen like win_mouse_click
rather than the statement with combination of classname and
event..??
Answers were Sorted based on User's Feedback
Answer / suresh.chaluvadi
yes this is due to the Default record methods that were
there in the winrunner for that objects.
The Default Record method for the push button is "Record"
means if u operate some thing on that object..it records
all the events on that.
the default Record method for the push button is "PassUp"
means if u operate some thing on that object..it treat
those actions will be on the element where the object was
placed. and naturally the static text object was placed on
window..
so the tsl statement like win_mouse_click will be
generated..
correct me if any thing wrong..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / lakshmi
I think for virtual objects WR generates the tsl statement
like win_mouse_click()
| Is This Answer Correct ? | 1 Yes | 0 No |
How to find the local host name using winrunner ?
can anybody tell me which type of questions raised on ERP domine in interviews?
How do you handle pop-up exceptions?
What are all the parameters used in Winrunner? What is actual parameter and formal parameter?
Difference between winrunner and test director?
what sould come under "tell about ur self"? need tempelate
I want to know is there any latest Win Runner Technology? If then plz tell me in detail. Thanks
How do you copy and move objects between different gui map files?
What is test parameter
How are objects set to appropriate class
What is the diffrance bet. Compiled module and User defined Functions?
Are you created any custom dialog box during test runs?