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 extension of action script template?
What is the difference between wait and synchronization point?
What is Object Spy in QTP?
Which functionalities of QTP used in banking project?
Can we directly automate test script according to requirements?
How can we do Data driven testing Using For loop in QTP?
Explain how you can find the absolute value of the number in qtp?
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Among all the check points what is the most important checkpoint?
In an interview what r the questions asked in qtp related project? pls any answer this question?
What is difference between run time object and test object?