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 method name to compare two XML files.
Explain in brief about the quicktest professional (qtp) automation object model?
Explain the parameter in qtp?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
How to save your test using quicktest professional?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Hi ,Can any one pleas explain how to test splash objects using QTP?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
how to write xml output check point bu useing descriptive programing .means without useing output check point
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
How to get the particular property value?
What is quick test pro?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?