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 can we make use of virtual object wizard to identify similar object can u explain with an example
What is context sensitive Recording?
wahat do u mean by exceptional handling in winrunner
what are the supporting development environments supported by winrunner
i was given test cases which are in quality center and i need to automate them using winrunner . the application is a power builder , client server and based on windows. so how should i go about automating my test cases ( winrunner and quality centre are the tools used)
Explain the difference between gui map and gui map files?
What are the synchronization points?
Hai guys can any one tell me tnhe difference between the product testing and Project testing?
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
what r the standard properties r u checking for pushbutton?
What are the three windows displayed when a mismatch occurs in Bitmap verification
Is load testing is possible with WR?