Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"
Answer Posted / pravati
x="Quick Test Professional"
y=split(x," ")
msgbox ubound(y)
for i=ubound(y) to 0 step -1
msgbox y(i)
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain process of smart Identification in QTP?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How do you open adobe acrobat file in QTP and do some testing on that file ?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
What is keyword view in qtp?
Explain QTP using different development techniques ?
what are the challenges you have faced while testing web based application using the automation tools ?
In qtp is it possible to check broken links of a page?
What are the types of properties that quick test learns while recording?
Discuss quicktest professional environment?
They asked by using qtp recording writing scripting
Whats the realtime QTP testing process
What are the views available in qtp?
Please guide me release notes of Automation once scripts are completed