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
How you are developing the script? Using record and play back or manual?
How the exception handling can be done using quicktest professional (qtp)?
How to customize checkpoints with parameters?
To which environments does quicktest professional (qtp) supports?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
Is text area check point supports for web applications?
Without using gui map editor we can recognize the application in winrunner ?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
What are the advantages of parameterization ?
How to use parameterization in qtp?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Mention what are the different types of recording modes in qtp? Which will be used when?
What are the advantages of a Hybrid framework?