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
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
What are test settings and global settings?
How many ways we can parameterize data in quicktest professional (qtp)?
Did QTP prove efficient for your project? Yes or No, explain?
what you mean by artifact,milestone...
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
what is the hierarchy to use properties in descriptive programming
How to create runtime property for an object?
How to give a call to another action from one action?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Explain sub procedure of vbscript.
How you can find the absolute value of the number in qtp?
How will you handle java tree in qtp?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?