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

how to write validation function for date in vb script

0 Answers  


Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it

2 Answers  


How to get the background color of a weblist?

3 Answers   Accenture,


If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?

0 Answers  


Compare java script and vb script?

0 Answers  






What are the naming conventions while declaring a variable in the vbscript language?

0 Answers  


how to declare a variable in vbscript using vbscript

4 Answers  


when you use For Loop, While..do, do..while? at what situations which loop will use.

1 Answers  


hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example

1 Answers   Cap Gemini,


How to remove the spaces in a string Ex: "this is apple"

5 Answers   Cap Gemini,


write a vbscrpit to swap values

2 Answers   Adani,


How to create a function in vbscript?

0 Answers  


Categories