I want to open a Notepad window without recording a
test and I do not want to use SystemUtil.Run command as
well How do I do this?
Answer Posted / chaitu
You can open the Notepad through this method also
Set Notepad = CrateObject("Notepad.Application")
Notepad.visible = Ture
Set Notepad = Nothing
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain features of the latest version of qtp/ uft 12.1?
In Remote acess server how u run a test?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
give me an example where u used good judgement and logic in solving a problem
Connect to QC using AOM.
Explain the differences between table and db checkpoints?
When to use shared and local object repository?
How can get count of list box?
What is difference between run time object and test object?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Explain advantages and disadvantages of ddf?
If object is not recognized by qtp but the object is standard object what is your approach?
What are the Application Functions available in QTP?
What are the different kinds of test steps?