Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5
Answer Posted / sireesha
For i = 1 To 5
For j = 5 To i Step -1
temp = temp & " " & j
Next
MsgBox temp
temp = temp&vbnewline
Next
msgbox temp
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Did the scripts need lot of maintenance? If yes, why?
Explain the difference between data driven testing and parameterization ?
In qtp is it possible to check broken links of a page?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
why text area checkpoints cannot used for web applications
How many types of recording modes in qtp?
what is the difference between built-i function and In-built function?
could any help me please, how to work on visual foxpro application using UFT
What is Curd testing?
How to interact tool & application build in QTP?
What is the use of ordinal identifier in qtp?
what is ODC and GDC?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Is virtual object supported in low level recording mode?
How do you configure QTP AND Test director?