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
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Define Environment Variable in UFT and its uses?
What are the data types in qtp?
In qtp, explain what is keyword driven automation framework?
can i compare two databases using QTP ?
Plz Explain AUTOMATION REFERENCE MODEL?
How many types of status are there?
Differences between text and test area checkpoints?
What is keyword view?
Get the count of files of similar types from a folder.
Suggest and Define a solution for an application whose objects are not recognized by UFT?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
what are the mandatory properties for a tex boxc (scenario?)
Write a QTP script to enter a keyword in to Google search engine?
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?