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

Hi I want QTP software .If anybody have QTP then plz send me the software?

2 Answers  


write a programme to insert into elements in array?n finding duplicate characters in given sting?

0 Answers   SnapDeal,


What are the limitations of automating software testing?

0 Answers  


Can we find all links on a web page?

0 Answers  


What type of scenarios can be automated?

0 Answers  






Do you know how to verify if the checkbox/radio is checked or not?

0 Answers  


What is test tool?

0 Answers  


What are the main attributes of test automation?

0 Answers  


Do you know when autoit is used?

0 Answers  


Suppose we r running a test which have 7 to 8 steps for different functionallity of and object..and suppose upto 4 step test passes but after 5th step test fails. what u will do in this condition will u start the test again or will u consider that rest steps will be working fine.

1 Answers   Logica CMG,


Types of F/w in Automation

0 Answers  


Describe common problems of test automation.

0 Answers  


Categories