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 |
can anybody tell me in realtime how tester access web based build and window based build
which option allows to execute script from a given location
what are the stages of software development life cycle?
5 Answers Agility e-Services, Trigent,
What is the procedure for Using Batch tests?And in real time how will use you use batch Tests?Explain with Clear Example?
is 'Vendor' is a Reserved in WinRunner or not?
What is the different between GUI map and GUI map files?
What are different types of checkpoints?
ca n u give the example for low severity & low priority in ur Internet Banking project
what is the extension of the gui expected results file?
If we send the bug report but the developer didnt understood the bug report then will the tester do?
What happens when the gui map file get loaded?
Can we run WinRunner scripts on the backend?