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
what you mean by artifact,milestone...
How does qtp recognize objects in aut?
what is the difference btn risks & Therads in the Test plan documentation?
What is standalone database?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
Discuss quicktest professional environment?
What are output values and why they are used ?
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)?
Define virtual object?
what is command for executing files?
What is the descriptive programming?
Explain different types of action in qtp?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
How does quicktest professional identifies the object in the application?
How to use Environment parameterization? Explain with an example.