Where we save all scripts in the QTP
Answer Posted / surya prakash
By Default QTP Derects to save tests into its installation
folder within that tests folder. The test script will be
saved in that test folder with .mts extension.
But we can mention the location where to store the tests,
according to our framework and File Structute in it
Surya...
9866727279
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
how to disable the pop ups through QTP using a script
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
What is keyword driven framework?
How to replay a script in qtp?
Differences between quicktest professional (qtp) and winrunner?
What is the syntax to call one script from another?
What is quick test pro?
What is difference between Recording time object identification and Run time (Execution) time.
Why qtp the best testing tool?
How to run a test using quicktest professional?
What is the difference between a Function and Action in QTP?
Explain QTP using different development techniques ?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);