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 TO OPEN NEW TAB USING VB SCRIPT IN QTP?
Which constant is used for print and display functions and works as same as pressing enter key?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
What is vbscript procedures?
Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
How to pass the parameter from one function to another function in VB Scripting?
Can u describe what kind of testing are for OTC derivates by banks.
What is vbscript language used for and which earlier language is it modeled upon?
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
Explain sga memory structures?