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
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
write script for bitmap image?
what is run-time data?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
What are the different recording modes?
How many types of recording facility are available in quicktest professional?
How to find the difference between 2 dates in qtp?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What are benefits of qtp?
what are the challenges you have faced while testing web based application using the automation tools ?
what are all the fileds present in object repository?