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 |
Is VBscript case-sensitive?
why variable name should not exceed 255 characters?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
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?
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
write a vb script to generate fibonnaci numbers
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What are the properties of regexp object?
Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?