How to execute a VBS file without using Execute File
statement?
Answers were Sorted based on User's Feedback
Answer / johnson
Create one flat file and write script in to that.Save the file to .Vbs extension. Double click on that vbs file. It will execute.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kishan
We can run a .vbs file using SystemUtil.Run.
Syntax:
SystemUtil.Run "<Path of your .vbs file>"
eg:
SystemUtil.Run "C:\myfile.vbs"
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sangeeta
We can execute it from File-> settings-> Resource Tab. Needs
to map the Vbs file by clicking on the +(plus) icon there.
Is This Answer Correct ? | 1 Yes | 4 No |
What is a Run-Time Data Table? Where can I find and view this table?
what is run action?
How many types of Parameters are available in QTP? and Pls Explain with example.
how to get the object property
Could you please suggest a book to start with QTP and also a book for advanced concepts?
pls help me with scripting,right from the beginning in QTP
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
Explain different recording modes?
How may types of defects identify application or your currently working application?pls give me answer..
how qtp identifies objects of application.
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
tell me about framework types and most used framework in real time. types of output value in details. diff between wr and qtp in detail.