how can we reverse the string without using the revese of
String function in QTP?

Answer Posted / digi

IPString="buddy"
Dim StrTemp

StrLen=len(IPString)
For i=0 to len(IPString)-1
StrEachChr=mid(IPString,StrLen-i,1)
StrTemp=StrTemp & StrEachChr
Next

msgbox StrTemp

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What type of scenarios can't be automated?

563


What are the differences between open source tools, vendor tools, and in-house tools?

539


Explain me what is a framework and what are the frameworks available in rc?

520


Tell us the line of code webdriver driver = new firefoxdriver();.?

511


I am new to jmeter and i am working on .net application.I am recording the requests and pop up images data are not recording.can some one suggest an idea regarding this

1576






Which package can be imported while working with webdriver?

809


write a programme to insert into elements in array?n finding duplicate characters in given sting?

1795


What should you do after finding a bug?

629


What is a framework and what are the frameworks available in rc?

540


What is the difference between automation tools and management tools?

535


What are the primary features of good automation tool ?

580


Can the activities of test case design be automated?

1434


When will you not automate testing?

594


Elaborate the scripting standard while executing testing

511


Name some of the commonly used automation testing tools that are used for non-functional automation.

558