how to find the textfile in the folder and copy file from one
folder to another folder useing parameterigation in QTP
Answer / b.hari babu
Function Replacinfile(SourceFile,Destination File)
Set Fso=CreateObject("Scripting .FilesystemObject")
If Fso.Exisit(SourceFile) Then
Fso.CopyFile(SourceFile,Destination File)
End If
End Function
Call Replacinfile(Sourc Filepath,Destination Filepath)
SourceFile=Sourc Filepath
Destination File=Destination Filepath
| Is This Answer Correct ? | 1 Yes | 0 No |
Please Example programms on vbscript 1)writing functions and calling functions
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
How will you convert a string to upper case string using vbscript?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
how to store charecters of HARIBABU Using arrays
What is the use of the formatdatetime function in the vbscript language?
Explain the extension .hta?
How to load vbs functions in qtp
Explain a few date functions in vbscript
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
What is the difference between VBScript and JavaScript?