can somebody send the script to write a multiplication
table in notepad through qtp
Answer Posted / ravi
make sure the no untitle notepad in the taskbar
Multiplication table 5 upto 10
SystemUtil.Run"notepad"
Window("text:=Untitled - Notepad").Activate
For i = 1 to 10
x = 5 * i
Window("text:=Untitled - Notepad").Type "5 *" & i &"=" &x
Window("Notepad").Type micReturn
Next
By
Ravi
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain different checkpoints in qtp.
What contains Data Driven Framework document in qtp?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
How do you open adobe acrobat file in QTP and do some testing on that file ?
What are the steps involved in recovery scenario wizard?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
We stored into the objects OR and then write the scripting
how can i pass a "cript"as a parameter in to a function
What is text check point and text area check point?
How can you pass value one action to another action?
what is the structure for the data driven framework
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What does mean by Scope of Automation?n How we defined it?
What are the various automation frameworks available in qtp?
What phases are involved in testing an application in qtp?