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
Hi All, I need code for how to execute qtp scripts from excell sheet
What is synchronization? What are the ways you can synchronize?
Explain about the quicktest professional (qtp) automation object model?
How to modify the text checkpoint?
How can you give wait up to 10 seconds in qtp?
How are actions and functions different in QTP?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
In what occasion we can specify global sheet and action sheet?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
What is the limitation to XML Checkpoints?
Explain the parameter in qtp?
When to use shared and local object repository?
what are all the fileds present in object repository?
Generic function to search for the unique link in webtable and click on it