how can we reverse the string without using the revese of
String function in QTP?
Answer Posted / 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 View All Answers
When will you not automate testing?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
How to check if an element is visible on the page?
how to map requirements& test cases in quality center ???
How do you identify the test cases which are suitable for automation?
What is the purpose of getoptions() method?
Tell us how could you explain the main difference between webdriver and rc?
HOW DO YOU PERFORM SECURITY TESTING TO VERIFY FIREWALLS,PASWORD ENCRYPTOPNS ETC?
Types of F/w in Automation
What is junit? And what is junit annotation?
Tell us the difference between assert and verify commands?
What are the advantages of automation testing?
Do you know how to verify if the checkbox/radio is checked or not?
How do you choose which automation tool is best for your specific scenario?
How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.