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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?

1814


Do you know how to check if a button is enabled on the page?

630


What type of scenarios can't be automated?

664


If i am doing the automation of test suites in a project. Then what will be the system interfaces for that?? The tools I am using or something else... please help..!!

1784


What do you think holds testers back to do automation? Is there a way to overcome it?

585






explain add in manager and virtual object wizard in winrunner

1782


Mention a few good practices while performing automation testing.

649


List of Test Management Tools??Is Quality Center Test Management tools

1421


what is the difference between Batch test runner and framework ?

1714


What do you think holds the testers back to do automation? Is there a way to overcome it?

696


How software testing is handled?

593


what we have done after display the result in openSTA result pane.in the sense that how we send the report,what we send in report,how to know that where is error.quickly tell me the answer...please

1811


How can you switch back from a frame?

635


i have one answer from you that today the test cases are not stored in the database(SQL server 2005). But in automation testing where does the test case store? plz tell me... i have more confusion

1581


Any kind of test which you think should not be automated?

630