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 |
Which function allows you to instantiate an object given its programmatic identifier or progid?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How to add actions in driver script to run those actions in QTP?
What is the extension of the vbscript file?
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
What is Procedure or Subroutine in VB Script?
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.
Which operator is used to concatenate the 2 values in the vbscript language?
Find Out Length of an array without using Ubound?
There are 5 web pages.write a script to click the button on 4th web page.