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 |
How many types of procedures are available in the vbscript language?
How to write functions and sub in vb script?
What is a difference between scripting language and programming language?
What if you do not specify anything when you call a procedure?
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
Mention what is the main difference between function and sub-procedure?
accept a string & display whether a is present or not
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
why do u choose to go for testing why cant for devoloping
How to copy from one script to another script in qtp
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
who will create the object?