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
How you can decide which type of object repository you have to use?
Difference between copy to action and call to action?
Where we can use the analog mode and where we can use the low – level mode?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
How do you configure QTP AND Test director?
How to carry out bit map check points in QTP
Where you get the run time data table?
What is difference in global and action sheet in qtp?
What is Cross browser testing? Does UFT support it?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
what is the mail use of frame work(with detail). architecture for keyword driven frame work
how will you check how many members visited the website www.infosys.com?
What is active screen?
Write a QTP script to enter a keyword in to Google search engine?