How to copy from one script to another script in qtp
Answer Posted / 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 View All Answers
How will you convert a string to upper case string using vbscript?
how to write validation function for date in vb script
How strcomp function works?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
What is select case statement?
What is vbscript language used for and which earlier language is it modeled upon?
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.
What is loose binding? Why is it not a good practice to use it?
did any one attended interview in applabs if you had gone through plz tell me the procedure
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
When are redim statement and preserve keyword used in the vbscript language?
In html file what is an ideal position to include vbscript?
How can you create a file object to work with the files in the vbscript language?
What are the valid scopes of a variable in vbscript?
Why to use option explicit in vb script?