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 |
I have string like hp company.print tis like company hp.write a program in vbscripting
write a script to count no drives in file systems in qtp?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Explain a few date functions in vbscript
How to remove the spaces in a string Ex: "this is apple"
What is sql loader? Explain the files used by sql loader to load file?
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
Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
How will you get the octal value of the given number in vbscript?
What is the scope of a constant declared using public?
Explain How do you create a recordset object in vbscript?