write the code to reverse a string without using Strrev
built in function.
Answer Posted / prathyusha
without using built-in function we can go for RegExp.
str="Hello"
set oreg=new reg exp
oreg.global=true
oreg.ignorecase=true
oreg.pattern="[.]"
set omatches=oreg.execute("str")
for each match in omatches
res=match&vbcrlf&res
next
msgbox res
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
after initiating one project for testing, when exacltly QTP tester role starts?
What is different command used in command Prompt while using QTP?
Explain the concept of object repository & how qtp recognizes objects?
What is the difference between rational rose and QTP?
What is data driver in qtp? Where we use it?
Is it possible to use two instances of UFT on the same machine? If not why?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
Explain in brief about the qtp automation object model (aom).
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
What is business process testing(bpt) in qtp?
What do you mean by checkpoints in qtp?
Explain the check points in quicktest professional (qtp)?
Explain features of the latest version of qtp/ uft 12.1?
Can we record an application running on a remote machine using qtp?
could any help me please, how to work on visual foxpro application using UFT