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

Answer Posted / tvsramakrishnachowdary

x=inputbox("enter the no for which to have mul table :")
x=cint(x)
SystemUtil.Run "notepad"
Window("text:=Untitled - Notepad").Activate
For i = 1 to 10
y = x * i
Window("text:=Untitled - Notepad").Type x&"*"&i&"="&y
Window("text:=Untitled - Notepad").Type micReturn
Next

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

wht is Manual Testing Frame work. Pls anybody can give appropriate answers

1809


Define Environment Variable in UFT and its uses?

802


What are the data types in qtp?

852


In qtp, explain what is keyword driven automation framework?

816


can i compare two databases using QTP ?

2130


Plz Explain AUTOMATION REFERENCE MODEL?

1906


How many types of status are there?

802


Differences between text and test area checkpoints?

800


What is keyword view?

785


Get the count of files of similar types from a folder.

1203


Suggest and Define a solution for an application whose objects are not recognized by UFT?

867


in my application,validation message has in japanise language.how to validate this message is appears properly or not

1753


what are the mandatory properties for a tex boxc (scenario?)

1746


Write a QTP script to enter a keyword in to Google search engine?

845


How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?

767