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
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
Have you ever created a start-up script?
What is the purpose of regexp_msw_class property?
How do you find an object in an gui map.
Name the three modes of running the scripts?
How do you load GUI map?
What is tsl? What 4gl is it similar too?
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
What is test parameter
What do you mean by the logical name of the object.
Without the gui map, use the phy desc directly?
What is the use of test director testing tool?
What information is contained in the checklist file and in which file expected results are stored?
What are the Win Runner tools for functional testing?