Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"

Answer Posted / guest

str="Quick Test Professional"
split_str=split (str," ")
For i = ubound(split_str) To 0 step-1
Print split_str(i)
Next

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Problem with XML checkpoint in QTP ?

3506


What is an optional step in qtp ?

636


What are the views available in quicktest professional?

563


PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

5957


Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..

4144






What is qtpro? What is a quick test professional?

587


Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)

1637


What are the advantages of Object Repository?

590


When using descriptive programming?

636


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

3272


Explain the types of object repositorys in qtp?

577


How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..

1722


explain abt dyanamic changing object with example?

1902


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

1628


Explain in brief about the quicktest professional (qtp) automation object model?

569