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



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

Answer / 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

More Automation Testing AllOther Interview Questions

what is the importance of action in QTP & When it need to use it ? I m getting it please expian it me with proper example.

0 Answers  


Tell me what is intellij?

0 Answers  


How do i startup with Remedy testing tool. Couldnot able to find any links for startup. Please help me to startup with this remedy tool.

0 Answers   Bridge,


Can the activities of test case design be automated?

0 Answers  


Do you know how can we make one test method dependent on other using testng?

0 Answers  


What are the references for TSL functions.? Could anybody suggest me recommended book for Test Script Language.

0 Answers  


Are applications developed in Java, html, servletts client server or web based..

2 Answers   Value Labs,


Describe common problems of test automation.

1 Answers  


Elaborate the fields in bug report in automated testing

0 Answers  


What is a critical bug in a testing field?

0 Answers  


how many clients are using this application?

1 Answers   Mind Tree,


what kind of application can be tested in winrunner,load runner,qtp,silktest,test director,rational robo,open sta?

1 Answers   TCS,


Categories