how to load the *.vbs (or) test generating script in a new
machine?
Answers were Sorted based on User's Feedback
Answer / chaitu
Actually we load .vbs files into Qtp with the following
option filesmenu-->Settings-->ResourceTab-->Press '+'
symbol, then we get some Browse button press and navigate
the path of that .vbsfile then its automatically load in
system
when u need any function from that file, simple u Call
Call functionName 'any where in the script
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / chaitu
second method
Executefile "Path of the .vbsfile"
Call FunctionName()
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kalyanijmr
Hi
Using "Tools" option
there is 3 steps
first select "tools"
select ".vbs"(which one is require)
click "ok"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Functions and Action ?
How to associate shared object repository to test in qtp?
How to record application running on the Virtual machine?
For Usability testing, which is preferable Automation or Manual?
While recording a login window QTP is identifying only parent window,then how can u identify the child objects.
if full in Object Repostoiory then how to load other Object Repository
what is the difference between Reusable action and external action?
I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?
I want to test advanced Java applications what kind of add- ins I have to install?
What is qtp window?
Tell when we call the function? tell with example.
How to test the mandatory fields in QTP?