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 |
ca n u give the example for low severity & low priority in ur Internet Banking project
How many types of tests can u create in winrunner?
Is it possible to place a Logical name in a data table and can use that logical name in the script? Tell me with mentioning function names..?
what is the extension of default,custom check points ?
What are the three modes of running the scripts?
Hi,please help me out with my ques:in winrunner the object will be reconzined in the form of label or class.
what is the difference between toggle checkpoint and checkpoint?
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
can anybody tell me about 5 critical,major & low severity and priority with examples.
What are the different modes of recording in winrunner?
Please give an example for test case.
Can anyone explain me abt Winrunner Automation framework in detail and what r the steps involved in it