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

What is the process of Automation Testing?

579


Is automation testing in agile methodology useful or not?

526


What are the main attributes of test automation?

1538


What type of scenarios can be automated?

574


In what condition we cannot use automation testing for agile method ?

646






Tell us can we find all links on a web page?

564


What are the things that one should consider for selecting a project for test automation? For example, stability, etc.

1570


how to re-install QTP 11.0 trial version

2254


Tell me what is regression testing?

557


What are the points that are covered while planning phase of automation ?

629


What are the types of the framework used in software automation testing?

527


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

543


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

1570


hi every one this is ashok pls any one give answer me pls question is while testing with selenium after giving id user name and password , the inbox will be open , how to handle this one

1597


Give some examples for test management tools?

586