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

Is automation testing in agile methodology useful or not?

526


How could the web element attributes be inspected in order to use them in different locators?

543


How will you automate basic “login” functionality test cases for an application?

543


Tell us the difference between assert and verify commands?

567


Can you tell some good coding practices while automation?

650






Do you think that testing can be done only at the ui level?

618


hi i would like to know is there any training institue for Calabash,robotium and ui automator in hyderabad...urgent

2584


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

549


Can any one give information on "Content Disposition" in TEST COMPLETE automation tool? mail me to pdamarakonda@smart-bridge.co.in call me to 09849423932

1542


Is automation testing a black box testing or white-box testing?

522


Do you know what is functional testing?

580


What are the important operations in database testing?

547


How could you explain the main difference between webdriver and rc?

524


What is in-house tool?

557


Tell us how can we handle web-based pop-up?

571