how to reverse a string with out using string or predefined
function,ex:string is " i love india". the output should be
like this "i evol aidni"
Answer Posted / rajender singh
aa = "i love india"
bb = split(aa," ")
dd = ""
For i=0 to ubound(bb)
cc = StrReverse(bb(i))
dd = dd&" "&cc
Next
msgbox dd
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the challenges you have faced while testing web based application using the automation tools ?
Hi,All How to create a link in excel sheet using qtp
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
How to find a window is minimized or not
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
Explain more about the Test Fusion Report of QTP?
In qtp, how you can use xpath to identify objects?
What are the steps involved in recovery scenario wizard?
What is a Patch in QTP?
What is keyword view in qtp?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
How to start recording using quicktest professional?
How can you send user defined messages to test report?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)