what is the purpose of .vbs file?
Answers were Sorted based on User's Feedback
Answer / ravi kiran
.vbs stands for the files of type Visual Basic Script.
.vbs files can be executed on windows platform by double
clicking that file or executed from commmand prompt by
WHS 'Windows Host Server' which comes default with any
windows OS. Test scripts in QTP or any functions can be
saved as .vbs files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srinivas.o
U can save the user defined functions in .vbs file. And we
can debug the script by clicking(two) on that file. It is
also called library file.
| Is This Answer Correct ? | 0 Yes | 1 No |
In QTP, while launching qtp application from startup.. we find Advanced Keyword-Driven Testing caption.. wht is that...Anybody can pls explain it. Thanks in Advance
How to associate function library at a run time?
While recording a login window QTP is identifying only parent window,then how can u identify the child objects.
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
What is iteration? How it is related to Test Results in QTP?
What is the life cycle of QTP? Pls Give me Exact answer?
How can I pass values from one action to another in QTP ?
What are Child Objects?
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
Hello, Can we capture only the labels of the web page in the object repository. If yes, then how. Actually my scenario is: I have to capture all the label of mercury site http://newtours.mercuryinteractive.com/tour/mercurypurchase. php. and want to copy all these labels in the notepad. So,please help me how to do this all. Thanks in advance, Gaytri
In Manual testing , can u prpare bug report in TD?
What is InStr()