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
Write a code to print numbers from 5 to 0?
What is the difference between vb debugger and the script debugger?
please can you help me to get a code of flames using a visual basic 6
What is the scope of a constant declared using public?
How to assign a date value to a variable?
how to acces the remote mechine using vb cript(QTP)
how to set one column as primary key in QTP and fetch values accordingly
Which in-built function is used to format the number in the vbscript language?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
What are lbound and ubound in the vbscript language?
Both Static and dynamic arrays are handled by VB script. Is it true?
How to capture a runtime error in vbscript?
Mention how to access array data?
Explain about the support of asp for vb script functionality?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me