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
What is the difference between vbscript and vba?
Explain about vb script?
What are the special sub-types in vbscript?
How will you reverse a string in vbscript?
can anyone tell me the procedure of interview held in applabs
What is the difference between VBScript and JavaScript?
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
Mention what is the main difference between function and sub-procedure?
What purpose does ‘on error resume next’ serves?
What is sql loader? Explain the files used by sql loader to load file?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What are the differences between sub procedures and function procedures?
Explain about operator precedence in vb script?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?