i need the word "good morning" to be displayed by default
whenver we click upon the blank test while opening the qtp.
Could you please answer...
Answer Posted / ravi
HI Swapna,
The answer given by Chinna is correct.It working fine.
Create an Actiontemplate.mst file in the above mentioned
path, That is where u installed your QTP.
Now Open QTP application, When u can see the whatever text
u have written in the Actiontemplate.mst file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to open a new test using quicktest professional?
What are the different types of recovery operation?
what are the mandatory properties for a tex boxc (scenario?)
how to find that tools work well with ur existing system?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
Hi,All How to create a link in excel sheet using qtp
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
What is the use of text output value in quicktest professional?
Explain in brief about the quicktest professional (qtp) automation object model?
What ate the Technologies supported by QTP?
Describe function procedure in vbscript.
What is the qtp testing process?
What is the use of ordinal identifier in qtp?
How do you delete unwanted results in qtp?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?