Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"
Answer / gaurav sharma
Dim strVar
strVar = "Quick Test Professional"
strRevrs = ""
strSplit = Split(strVar," ")
For iLoop = Ubound(strSplit) To Lbound(strSplit) Step -1
strRevrs = strRevrs&" "&strSplit(iLoop)
Next
MsgBox strRevrs
| Is This Answer Correct ? | 0 Yes | 0 No |
how can i call an external action,which is not added external action of an action?
Can anyone explain about Keyword driven framework in detail and how to use it in case of any project
What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com
How should I check my code( Before going to execute) without executing the script in QTP
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
Java add-in is need to work on java oriented project ?
How to maintain the old scripts in QTP?
when do we write a script in qtp?(plz give me more then 2 reasons)
Local Obj Repository and SOR are editable know, y we have to edit those.. i mean in which situation we need to edit those and how to do..? pls help me..
What are the technics follow in writing VB script?
Is the provision for integrating QTP with QC ,available from the version 9.0 onwards only or even 8.2 version has such provisions?
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,