how can we reverse the string without using the revese of
String function in QTP?
Answer Posted / digi
IPString="buddy"
Dim StrTemp
StrLen=len(IPString)
For i=0 to len(IPString)-1
StrEachChr=mid(IPString,StrLen-i,1)
StrTemp=StrTemp & StrEachChr
Next
msgbox StrTemp
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Hello, Is there any source from which i can get any live tutorial or trial of Automation tools?? Also i have a query that is there any certification course or exam available for Automation tools QTP and QC?
What kind of tests would you automate?
HOW CAN WINRUNNER AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?
what is dynamic window and dynamic model ? (worksoft automation tool)
How do select which automation testing tool is the best for you?
Tell us the line of code webdriver driver = new firefoxdriver();.?
What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain
Tell me what is the purpose of getoptions() method?
What is Ticketing tool? Has it any other names? What is the purpose of this?
What are the phases in automation testing life cycle?
What are the different types of locks in mainframe?
What are the 5 common software development problems solutions?
How do you choose which automation tool is best for your specific scenario?
Tell us how could you explain the main difference between webdriver and rc?
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?