Hi
I am having one folder with set of text files now i want to
read and write that text files data into QTP. Any help
plsss.
Answer / gyanesh ranjan rout
Dim fso,f
Set fso=createobject("scripting.filesystemobject")
Set f=fso.OpenTextFile("c:\text.txt", 2, True)
f.Write("how r u")
Set f=fso.OpenTextFile("c:\text.txt", 1)
readalltextfile= f.ReadAll
msgbox readalltextfile
| Is This Answer Correct ? | 1 Yes | 0 No |
What methods are used to create text files and open text files in the vbscript language?
hi, How will write a regular expression of date in VB scripting.
How to make sure that items in a wintree are sorted al?
How to generate 3 digit random number?
write any ttest cases using check points and parameterization
how to check whether link is disabled in QTP??
What are class properties?
what is the difference between modular and data and keyword driven framework
How should i Create Email invite with server-side Coding?
Join the multiple array with out using JOIN function
Difference between Function and Sub routine?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?