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 |
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
Mention what are the different types of recording modes in qtp? Which will be used when?
What are the types of object repository in qtp?
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
What is test object model in QTP ?
How many tables r created during the recording in QTP?
How can you send user defined messages to test report?
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
hai friends i'm learning qtp now where we r using only record &playback frame work.and people r saying in realtime they won't use this frame work. if so what frame work actually using in realtime .and could you give explanation comaparing the record &play back fm and what ever FWyou r using in your organization. hoping cool response. thanx in advance
What is smart identification?
Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.