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 Compile Module in QTP? what exactly it contains Functions or Actions?
how u conduct GUI testing and PERFORMANCE testing on MS- WORD? and What r the GUI Test Cases and performance Test Cases?
3 Answers Accenture, Civil Service, ICICI, Jintek, Satyam, Singularity, Syntel, TCS, Wipro,
How to retrieve data from application objects?
Can any body explain me how to prepare QTP frame work with an example?? alexander.gdk@gmail.com
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
How can we perfom Action and Component parameter.?
How do u connect database through QTP tell me both Ms Access and SQL
Give me some real time point of way where exactly we can conduct audits?
when i try to recognise a winmenu item it does not allow me to do that but recognises it as window..i am using qtp 9.2 could someone help with this
How we can add actions in the test using QTP?
If the object property is changing very frequently, what was your approach?