Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5
Answer Posted / pushkar1206
a=inputbox("enter number")
b=len(a)
For i=b to 1 step -1
c=left(a,i)
d=d&c&vbnewline
Next
msgbox d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which functionalities of QTP used in banking project? pls any say answer?
What is the Command used to start the QTP
Problem with XML checkpoint in QTP ?
How to get Traceability matrix from TD?
Explain about the test fusion report of quicktest professional?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What are the steps involved in recovery scenario wizard?
How can i check items sorted or not in a weblist ? Give me the script for this...
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How can you write the scripts that operate on different objects depending on run-time information?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
how do u plan test automation?
why text area checkpoints cannot used for web applications
What are the data types in qtp?
What is a reusable action?