Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"
Answer Posted / 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 |
Post New Answer View All Answers
Define object spy ?
what is clean sweep?
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
What is debugging? How you debug your script?
How to start recording using quicktest professional (qtp)?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is the extension of the recovery scenario file in qtp?
Have you used xml check point in your project?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
What is the expert view?
distinguish between old version and new version QTP features.
Is virtual object supported in low level recording mode?
How would you export a script from one pc to another in qtp?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
breef description of batch testing ?