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

Answer Posted / pillae

Str = "Reverse"
Cnt = Len(Str)
RStr = ""
For i = 1 to Cnt
RStr = Mid(Str,i,1) & RStr
Next
Msgbox RStr

Is This Answer Correct ?    50 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?

569


Tell me how can you switch back from a frame?

554


What criteria do you consider for automating a test?

541


Which is the best place to learn Loadrunner performance testing in hyderabad ?

1076


Explain what is the difference between findelement () and findelements ()?

544






how to test an webbased application?

1558


Does every software project need testers?

549


Please explain what is the hybrid framework?

585


Is automation testing a complete replacement for manual software testing?

571


Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(

1742


List down the primary features of a good automation tool?

514


Tell me what type of scenarios can be automated?

519


What steps are needed in developing and running a software test?

542


In Selenium how a test suit is run and report is generated.

1956


Do you know the difference between close and quit command?

494