How to call .vbs functions in QTP? plz Explain indetail
Answer Posted / nandishpatil
You can execute a VB Script function using the statement
ExecuteFile "File"
Eg: If you have the .vbs (MyVBScript.vbs) file in the
path "C:\Temp" then the following statement will call the
same:
ExecuteFile "C:\Temp\MyVBScript.vbs"
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which scripting language used by quicktest professional (qtp)?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Explain QTP using different development techniques ?
how to know no.of mails in our g mail by using vb-script
Have you used xml check point in your project? How?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Explain building blocks of the bpt framework ?
Step 3&4 are repeated until an the object in recognised uniquely.
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
Why we load add-ins in qtp?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What is standalone database?
Can we record an application running on a remote machine using qtp?
When you open QTP, how many sheets you can see?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.