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..??
Answer Posted / 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 |
Post New Answer View All Answers
How do you configure gui map?
What is the use of test director testing tool?
How do you unload the GUI map?
What is the purpose of the temp GUI map file?
What is the use of virtual object wizard and how it is used?
How to force wr to learn the sub-items on a menu?
How do you find out which is the start up file in winrunner?
Write test scripts on a scenario where you have to transfer data from one table to another.
wat is the d/b windows 95&98&xp?could anybody give reply ?
What are the synchronization points?
How to check the background colour of the screen in WR?
Define parameterizing?
What is the purpose of regexp_label property and regexp_msw_class property?
what is risk?
What is contained in the test scripts?