Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5
Answer Posted / pravati
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
x="5 4 3 2 1 5 4 3 2 5 4 3 5 4 5"
y=split(x," ")
msgbox ubound(y)
For i = 0 to ubound(y) Step 1
msgbox y(i)
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can we compare descriptive programing with a regular expression
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
What are the disadvantages of recording test cases in qtp?
What r the different filters in defect in quality center
Explain data driven framework?
Did the scripts need lot of maintenance? If yes, why?
Explain about datafile/verification of date file when file is not available in local system?
What are the views available in quicktest professional?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Name the properties you would use for identifying a browser and page when using descriptive programming?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
how will you check how many members visited the website www.infosys.com?
what is Property......End Property loop? how to write sript for it in QTP
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?