please clarify the question .................
i know how to open the notepad file ?
but i don't know how to enter the data into opened notepad ?
Ex: set a=createobject("wscript.shell")
a.run "Notepad.exe"
please give the replay.
my mail id is raju.ippali@gmial.com, 9823257761
Answer Posted / sri satya
Dim a,b
Set a= CreateObject("Scripting.FileSystemObject")
Set b= a.CreateTextFile("c:\Test.txt")
b.Writeline("Hi Welcome To QTP")
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is an object repository?
What is the Difference between test object and run time object?
Can the user toggle between using Local OR and shared OR for the same action?
Hybrid framework supports Descriptive programming. Is it true?
How you debug your script?
What is clean sweep?
How can i check items sorted or not in a weblist ? Give me the script for this...
How to get Traceability matrix from TD?
How many types of actions are there in quicktest professional (qtp)?
How to associate shared object repository to test in qtp?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
can u please explain what is the exact difference between qtp8.2 and 9.0
How can i initiate the objects to find uniquely in OR
how do u plan test automation?