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
How does QTP identify an object?
Define Error Pane of UFT?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What is the new version of qtp which is recently released in the market?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
what is error and fault in terms of software quality?
When should I use smart identification?
If object is not recognized by qtp but the object is standard object what is your approach?
What are the types of object repository?
Plz Explain AUTOMATION REFERENCE MODEL?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
how to know no.of mails in our g mail by using vb-script
How do we analyze the checkpoint results?
What is difference between Recording time object identification and Run time (Execution) time.