How to copy from one script to another script in qtp
Answer Posted / avishek
Set fso=CreateObject("Scripting.FileSystemObject")
obj.CopyFile "C:\test.txt", "D:\test.txt"
set fso = nothing
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can automation testing find ssame no. of bugs what we can find by manual testing?
How to make sure that items in a wintree are sorted al?
Explain about constants in vb script?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Mention how to access array data?
Explain a few date functions in vbscript
What are class variables?
how to automatically update the sql server2005 database records when insert in vb6?
How to Enter Values on the Command promt using VB script
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
What are the disadvantages of vbscript?
How to Import data from a file (file is on the desktop) to the data table
how to check whether link is disabled in QTP??
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?