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
Is it possible to merge two object repository files in qtp?
Mention the different actions types of qtp.
How to save your test using quicktest professional?
What are the recording modes in qtp?
How would you export a script from one pc to another in qtp?
How does qtp identify gui object?
Can you write a script to check if the folder exists or not?
How many types of object repository in qtp?
How to find Operating system information using QTP script?
Name the properties you would use for identifying a browser and page when using descriptive programming?
what the difference between shared repository and per action repository?
Is the qtp course will help to create a virtual object?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))