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
What is the virtual object?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Is it possible to change the property value at runtime? How it is possible?
If object is not recognized by qtp but the object is standard object what is your approach?
What is an optional step in qtp ?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Explain the concept of object repository?
What is the difference between a Function and Procedure in QTP?
What are the differences between quicktest professional (qtp) and winrunner?
Explain process of smart Identification in QTP?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
how many maximum number of virtual users we can create?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?