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 / indra
Set fso = CreateObject("Scripting.FileSystemObject")
fso.OpenTextFile("c:\testfile.txt", ForWriting, True)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Have you used xml check point in your project?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Is qtp supports uni-code?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Can you write a script to check if the folder exists or not?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
Does QTP record on Objects created on XWindows Environment?
what kind of frame work you used in your last project?
What is the purpose of loading qtp add-ins?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.