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
What kind of tests should not be automated?
What are the different types of scripting techniques for automation testing?
Tell me what databases can test director reside on?
How will you automate basic “login” functionality test cases for an application?
suggest me the free online books on software testing?
hello frnds this pooja i hav started working on selenium with java ecllipse frnds could u tell me how to handle popup windows and security alerts i m jst trying and couldn't do anything plz help
Which package can be imported while working with webdriver?
Tell me what criteria do you consider for automating a test?
What is the Differnce between Client/Server Testing and Web Based Testing?
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
how to use regular expression in Test Complete Functional tool
What is in-house tool?
What are the advantages of manual testing and automated testing?
What factors determine the effectiveness of automation testing?
What is test tool?