I have a string "Redfort is in Delhi" how do u write
vbscript for " Delhi in is Redfort"
Answer Posted / ashish wadhwa
A="Redfort is in Delhi"
b=Split(A, " ")
For i=0 to UBound(b)
result=result&" "&b(UBound(b)-i)
result=Trim(result)
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hi nani my doubt is how does qtp process metrix related to software process.
how can we compare descriptive programing with a regular expression
What is debugging? How you debug your script?
Did the scripts need lot of maintenance? If yes, why?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is the difference between byref and byval in qtp?
How to call a test from another test?
what is ODC and GDC?
Plz Explain AUTOMATION REFERENCE MODEL?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
What are the features of quick test pro(qtp)?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.