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 |
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How will you get the largest subscript of an array in vbscript?
Difference between dim,public and private variables in vb script?
Explain the support of asp for vb script functionality?
how to organize files in object repository of qtp
Which event is triggered when mouse focus comes out of an element in the vbscript language?
How are values assigned to string type and numeric type variables?
1. How do declare public variable in vb scripts?
How will you release the memory acquired by an array variable in vbscript?
Input = 124 output should be 124421 Please do not use any string functions/variables
How will you get the smallest subscript of an array in vbscript?
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?