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

Does every software project need testers?

551


What are the steps involved in the automation process ?

750


Tell me what is automation testing?

548


1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: "test scenarios" & "test approch": points)

1652


HOW CAN WINRUNNER AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?

1464






Please explain what is the hybrid framework?

591


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

1728


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

521


Can you list some other automation testing tools that you are familiar with?

575


How to select an automation tool best matched for your project?

512


How did you use automating testing tools in your job?

1540


What are the various kinds of frameworks that can be used in software automation testing?

508


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

539


What criteria do you consider for automating a test?

546


Tell us how do you get the width of the textbox?

572