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

Explain about the asc function?

0 Answers  


How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function

3 Answers   iGate,


i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me

0 Answers  


What is the difference between do until loop and do while loop?

0 Answers  


How are arrays declared in the vbscript language?

0 Answers  






What is the use of option explicit statement?

0 Answers  


Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....

1 Answers  


How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz

0 Answers  


How to take whole text output from screen of Bitmap Application.

0 Answers   CitiGroup,


How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"

4 Answers   Cap Gemini,


what is the function to get the ascii value of the character?

6 Answers   Netxcell, Oracle,


We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below

0 Answers  


Categories