Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"
Answer Posted / guest
str="Quick Test Professional"
split_str=split (str," ")
For i = ubound(split_str) To 0 step-1
Print split_str(i)
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to run a test using quicktest professional?
What is the qtp testing process?
What is the limitation to XML Checkpoints?
What is the difference between analog and low level recording?
What is parameter in qtp?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
What is fragmentation and paging?
What is the purpose of loading qtp add-ins?
How to do call a output parameter from one action to another action??/
What are the automation metrice in your project?
How qtp recognizes the object?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
What are the different types of recording modes in qtp? Which will be used when?
How to define array in qtp?