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 junit annotation?

0 Answers  


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

0 Answers  


How to login into any site if it's showing any authentication pop-up for username and password?

0 Answers  


Bug report formate in bugzilla

0 Answers   CTS,


hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.

0 Answers  






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

2 Answers   EDS,


How t o create Libreary files on QTP

2 Answers  


Describe any bug you remember?

1 Answers   Ordain Solutions,


Hi, here r some questions, which were asked in Ekaplus, plz process these questions. 1. How we connect with the version?

0 Answers   Eka Software,


which tools is the best in Automation

7 Answers   Satyam,


in my application i am getting different errors at same place. how i capture that errors using less code in qtp.

1 Answers   CTS,


What is End-TO-End Testing?Explain in detail

4 Answers   Thatavarti Technologies,


Categories