Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5
Answer Posted / ashok kumar
Here....
For i = 1 To 5
For j = 5 To i Step -1
temp = temp & " " & j
Next
MsgBox temp
temp = ""
Next
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How to check feasibility of the appliction?in automation testing?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
How many ways we can parameterize data in quicktest professional (qtp)?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
What is difference between Recording time object identification and Run time (Execution) time.
What are the types of environment variables in qtp?
who QTP recognizes the object stored in object repository?
banking domain description for software tester for interview
Thanks....But can u tell me how i use the QTP for GIS with one Example...
What is the use of text output value in quicktest professional?
How to Test the mainframe application?
How can you write the scripts that operate on different objects depending on run-time information?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Define object spy ?
What are the various types of Actions in UFT?