how to load the *.vbs (or) test generating script in a new
machine?
Answer Posted / chaitu
second method
Executefile "Path of the .vbsfile"
Call FunctionName()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is checkpoints for quicktest professional (qtp)?
unique properties of button,edit box, radio button,check box?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What is business process testing(bpt) in qtp?
What is the expert view?
Object repositories types, which and when to use?
What are test settings and global settings?
Difference between copy to action and call to action?
Why to use descriptive programming?
Is it possible to change the values of analog recording?
To which environments does quicktest professional supports?
Explain the features and benefits of quick test pro(qtp)?
Have you done batch testing in qtp? If yes how you are doing?
What is Associate Repository in QTP 9.2 ?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks