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
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
How many types of run modes are there in qtp?
How to record a qtp script ?
How many types of status are there?
Through array we can execute the testcase how ? give me example
Did QTP prove efficient for your project? Yes or No, explain?
What is test object model in quicktest professional?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How QA specialist can identify when programmatic descriptions are useful?
which type of testing process are you following in ur company? how to recognize a qtp page?
What are the methods of the TextStream object that are used for reading from a text file?
Where to use Property Let, Property Get, Property Set in UFT
Tell some commonly used Excel VBA functions?
What is the difference in testing a client-server application and a web application?