How can you Open a Notepad and How can you write the test
Resuts in Notepad by Using QTP?
Answer Posted / kavitha
dim fso,f,x,y
Set fso=createobject("Scripting.filesystemobject")
Set f=fso.opentextfile("path of the file",1/2/8) {1-reading
mode, 2-writing mode, 8- read and write mode }
While f.atendofline<>true
x=f.readline 'it reads the value
In notepad file u have to put the data and attached to this
program to run the file morethan one time.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is description object?
What is quick test pro?
Explain the concept of how quicktest professional (qtp) identifies object?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
Plz Explain AUTOMATION REFERENCE MODEL?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How do you create new test sets in td?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
How to record a qtp script ?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
What is qtp window?
When Recovery scenario actually starts while testing the application?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How do you configure QTP AND Test director?
Explain the types of object repositorys in qtp?