what is fire event method in qtp?

Answers were Sorted based on User's Feedback



what is fire event method in qtp?..

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

what is fire event method in qtp?..

Answer / srivalli

SwfWindow("").SwfWindow("").SwfObject("").FireEvent "onclick"

Is This Answer Correct ?    3 Yes 3 No

what is fire event method in qtp?..

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

Post New Answer

More VB Script Interview Questions

Mention the environments where vbscript could be run?

0 Answers  


How will you release the memory acquired by an array variable in vbscript?

0 Answers  


how to declare a variable in vbscript using vbscript

4 Answers  


What is variant in vb script?

0 Answers  


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

0 Answers   CSC,






Explain the filter expression?

0 Answers  


How will you get the exponent of the given number in vbscript?

0 Answers  


Explain the functionality of vbscript?

0 Answers  


. Program for sorting of numbers in vb script?

2 Answers   Talent Sprint,


What are the 2 ways in which a variable can be declared in the vbscript language?

0 Answers  


Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards

0 Answers  


why variable name should not exceed 255 characters?

0 Answers  


Categories