what is Eventflow.?
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 ? | 1 Yes | 0 No |
what is the fullform of URL or URI?
how do invoke OS task through ANT?
If we add regular expressions to a script recorded in QTP, will it effect the performance of the script?
What is URL Loader.?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
what is Eventflow.?
QTP not able to select multiple row selection when new rows are added
What is a Scripting Language?
How to Communicate with JavaScript?
what will this do? function show_alert value="Show User" eval("x=10; y=20; document.write(x*y)");
what is the difference between 32 bit O.S n 64 bit O.S?
Would you tell me that what is test script? and how to write it? are there some templates?