please send the scrpit driver program
Answer / dindayal dhakar
: When events happen to an object on the display list (an
object displayed on the screen), all the objects that
contain the object are notified of the event and notify
their event listeners in turn. This process starts with the
Stage and proceeds through the display list to the actual
object where the event occurred, and then proceeds back to
the Stage again. This process is known as the event flow.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to double click on Simple HtmlText in SilkTest automation tool?
What are the advantages and disadvantages of Descriptive programing and Object repository in QTP??
Why we use Action Script(Multimedia Flash) rather than using other scripting languages (JAVA,VB...etc) ?
which is best institute for flex and actionscript in hyderabad
How applet differ from Swings in java ?
what is the difference between 32 bit O.S n 64 bit O.S?
what is the difference between the start_form and open_form
Need a batch file or VB script to delete old (more than 90datys) roaming profiles
database acl level has manager access.his name is listed in author and Reader fields. but he didn't sea a documents what is the reason?
QTP not able to select multiple row selection when new rows are added
how can we move to the next column in excel sheet in file operation using descriptive programming inQTP?
what will this do? function show_alert value="Show User" eval("x=10; y=20; document.write(x*y)");