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 are the different types of scripting techniques for automation testing?

0 Answers  


Elaborate the fields in bug report in automated testing

0 Answers  


What are main benefits of test automation?

2 Answers  


what is meant by keyboard driven test?

3 Answers  


Tell me what are the different types of navigation commands?

0 Answers  






what is mutation testing ? when we are using this type of testing?

3 Answers   JVS,


What kind of tests should not be automated?

0 Answers  


Do you know what is selenese?

0 Answers  


What testing activities you may want to automate in a project?

1 Answers  


why we are moving to QTP instead of using winrunner? Does QTP support any other applications which Winrunner cannot support?

1 Answers  


Please name a couple of standard web function found in the function generator?

0 Answers  


List some advantages and disadvantages of automation testing.

0 Answers  


Categories