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 handle dynamically changing area of the window in the bitmap checkpoints?
What is the extension of gui map file?
What is the purpose of regexp_label property?
Explain the purpose of gui map configuration?
Which are default codes winrunner generates when we start the application?
Have you used winrunner in your project?
What is the use of virtual object wizard and how it is used?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
Define parameterizing?
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
Explain difference between winrunner and test director?
Explain data parameterization in winrunner?
How to do text matching?
How do you handle pop-up exceptions?
Explain the purpose of gui spy?