Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5
Answer Posted / bhargavi
For i = 1 To 5
For j = 5 To i Step -1
temp = temp & " " & j
Next
If i=5 Then
print temp
End If
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
wt is the use of multiple questions in QTP
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What is synchronization? What are the ways you can synchronize?
What is the difference between the design-time and run-time data tables?
What are the five challenges you faced in QTP?
What is the script for database check point, bitmapchek point, regular expression ?
Does quicktest professional is unicode compatible?
What ate the Technologies supported by QTP?
How to use descriptive programming?
Explain Descriptive Programming Types with Examples?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
How can I use Call dlls in QTP ?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
What are the different kinds of test steps?
How do you convert manual test cases to automated test cases?