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


Please Help Members By Posting Answers For Below Questions

How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

1699


what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent

1345


How many types of status are there?

597


What is standalone database?

1753


What is synchronization point in QTP?

682






What is test object model in quicktest professional (qtp)?

559


What is the use of ordinal identifier in qtp?

610


How can you identify the browser and its information using the qtp script?

591


What is the difference between a Function and Action in QTP?

594


What are the views available in quicktest professional (qtp)?

586


Brief the process of testing with UFT?

644


How can I import environment from a file on disk?

546


Hello friends..... On which areas of an application we can not test with QTP

1568


Explain the difference between check point and output value?

506


hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me

1765