what is fire event method in qtp?
Answers were Sorted based on User's Feedback
Answer / pravati
fire event is used for mouse operation. when in some where click operation is not working we use fireevent for mouse operation.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / srivalli
SwfWindow("").SwfWindow("").SwfObject("").FireEvent "onclick"
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / srividya
Few times click method is not working so at the time we can
use the Fire event method
For example
SwfWindow("").SwfWindow("").SwfObject("").FireEvent "Click"
any body try it will work
| Is This Answer Correct ? | 8 Yes | 11 No |
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
What are the special sub-types in vbscript?
How many types of operators are available in the vbscript language?
Which date function is used in the vbscript language to find the difference between the 2 dates?
How to Import data from a file (file is on the desktop) to the data table
Explain How do you create a recordset object in vbscript?
about vb scripting programs this type of all question& answers
How will you convert a string to upper case string using vbscript?
write a vb script to generate hello 5 times using do until loop
What are the uses of vb script?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message