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 |
what is fire event method in qtp?
How are comments handled in the vbscript language?
What is the scope of a constant declared using public?
How to assign a date value to a variable?
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
How to make sure that items in a wintree are sorted al?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
How are values assigned to string type and numeric type variables?
who will create the object?
Why is error handling required?
Give examples where vb script can directly run on users system with windows as os?
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.