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 |
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
What is the use of "Option Explicit"?
Mention what is vbscript?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
Write VB script to convert from feet to inches(hint 1feet=12 inches)
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
How to insert snapshot during manual scripting in QTP?
Create a file system object to do the following i. Create a folder ii. Create a text file in the folder iii. Update text file with some tex
What is loose binding? Why is it not a good practice to use it?
How to open a file. What is the perpose of true and false mode there?
Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?