Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to copy from one script to another script in qtp

Answers were Sorted based on User's Feedback



How to copy from one script to another script in qtp..

Answer / jyoti

Set obj=CreateObject("Scripting.FileSystemObject")
obj.CopyFile "C:\test.txt", "D:\test.txt"

Is This Answer Correct ?    6 Yes 1 No

How to copy from one script to another script in qtp..

Answer / bfakruddin

I did get your answer friends.....

I think he asked about script not file...

if script is available in vbs file we can copy using FSO

if script is available in QTP Expert view how would you
copy..?

think...?

Is This Answer Correct ?    2 Yes 0 No

How to copy from one script to another script in qtp..

Answer / 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

How to copy from one script to another script in qtp..

Answer / vasanth

First you need to know where your scripts are store by QTP?
Each script is stored as MTS file in action folder
When you open your test script folder in explorer you will
see Action0,Action1....your scrips can be found in Action1
onwards.

now you can modify your scripts as you want. :)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

What is the purpose of folders object of scripting.filesystemobject class in vbscript?

0 Answers  


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

2 Answers  


How to get the length of the string by making use of the string function?

0 Answers  


who you define variables and functions in VB?

1 Answers  


How to search word in a string without using instring function?

1 Answers   CSS Corp,


How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?

1 Answers  


write a qtp script to count the number of minimized windows

1 Answers  


how to validate the text in a web table

2 Answers   Mphasis,


how to store charecters of HARIBABU Using arrays

4 Answers   Cap Gemini,


write a vb script to find the size of d drive?

3 Answers  


What is the difference between javascript and vbscript?

0 Answers  


Can u describe what kind of testing are for OTC derivates by banks.

0 Answers   BoA,


Categories