can somebody send the script to write a multiplication
table in notepad through qtp

Answer Posted / murugeshkumar.s

dim fso,fname
set fso=createobject("scripting.filesystemobject")
set fname=fso.cretetextefile("c:\mtable.txt")
for i=1 to 20
fname.writeline i&"*12="&i*12
next

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?

1598


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

1616


What are the differences between qtp and winrunner?

521


What does mean by Scope of Automation?n How we defined it?

1570


How to run a test using quicktest professional?

525






who QTP recognizes the object stored in object repository?

1657


How do we handle run-time errors?

575


When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.

1600


In qtp, how you can use xpath to identify objects?

608


Explain the concept of how quicktest professional (qtp) identifies object?

571


Did the scripts need lot of maintenance? If yes, why?

3294


I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????

2149


What is synchronization? What are the ways you can synchronize?

644


What is data driver in qtp? Where we use it?

561


How to handle dynamic objects in quicktest professional (qtp)?

544