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

Tell me how would you test your own element locator?

0 Answers  


how many steps in functional testing?

4 Answers   TCS,


Do you support automated testing? Why?

6 Answers  


Tell me what is tsl? What 4gl is it similar too?

0 Answers  


I want online Training for selenium web driver. please can you send any details?

3 Answers  


How to find that tools work well with your existing system?

2 Answers   EDS,


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

0 Answers  


test cases test wheather window? test cases to test calculaor? test cases to test a reverse string program? test cases to test program{ int.parse(sting str) $return (int)}? test cases to test program{display string length}?

0 Answers   Adobe, Microsoft,


I am new to Test Complete ,can any one suggest me the steps to create/Record and replay a test in Test complete 6....

0 Answers  


How to open an application through scripting in QTP? Give me Syntax and example please

2 Answers  


what is nTier Architecture understanding what is Microsoft ASP.net, ASP and SQL understanding what is Web Application and eCommerce application understanding what is Unit, System, Regression, FAT testing ? Test Automation and Test Script Authoring

0 Answers  


What are software testing metrics

4 Answers   MBT, Persistent,


Categories