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 / lak
str=" i love india"
Set regExpObj=new RegExp
regExpObj.pattern="[a-z A-Z]"
regExpObj.global=true
Set matches=regExpObj.execute(str)
For each letter in matches
result=letter.value&result
Next
msgbox result
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
whare exactly we have to use functions and sub routain
Is it possible to call from one action to another action in qtp?
Explain how to use QTP to check broken links on a page?
How does qtp recognize objects in aut?
How to creating an output value using quicktest professional (qtp)?
What are the advantages of qtp?
Explain different types of checkpoints?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What is difference in global and action sheet in qtp?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Explain how you can delete excel file in qtp?
what r the main attributes of test automation?
Why is Client side image is preferred over server side image?