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
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Explain the Different types of QTP test assets and their extensions?
What environment does qtp run in?
Hi How to retrieve data from web element line by line?
if our qtp vb Script may be Currepted then What we want do?
what is the latest version of QTP? Main difference between 9.2 and 10 version
what is the difference between development and testing
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
hi nani my doubt is how does qtp process metrix related to software process.
Explain building blocks of the bpt framework ?
what is description object?
Explain measuring transaction.
Discuss quicktest professional (qtp) environment?
Why qtp the best testing tool?