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



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

Answer / sateesh

str="uday"
For i=len(str) to 1 step -1
strchar=mid(str,i,1)
resultstr=resultstr&strchar
Next
msgbox resultstr

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Automation Testing AllOther Interview Questions

Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?

1 Answers  


What are the challenges using QTP11, QC11 with SAP TAO?

1 Answers   Accenture,


What skills needed to be a good test automator?

1 Answers  


WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT

1 Answers   TCS,


Can we find all links on a web page?

1 Answers  


How many test cases have you automated per day?

1 Answers  


What are pros and cons of automating tests at ui layer?

1 Answers  


What automating testing tools are you familiar with?

0 Answers  


Elaborate the situation where automation testing can’t be used for agile methods?

1 Answers  


Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?

1 Answers  


Plz suggest me a tool which supports ActiveX controls

3 Answers  


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

1 Answers  


Categories