how can we reverse the string without using the revese of
String function in QTP?
Answer Posted / pillae
Str = "Reverse"
Cnt = Len(Str)
RStr = ""
For i = 1 to Cnt
RStr = Mid(Str,i,1) & RStr
Next
Msgbox RStr
| Is This Answer Correct ? | 50 Yes | 4 No |
Post New Answer View All Answers
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
What is the scripting standard while performing automation testing?
what is critical test case ? please give an example .
What is the purpose of deselectall() method?
What are different coverages in function testing?
why should we choose VSTET(Visual Studio Team Edition for Testers) and not QTP?pleas give me the reasons for "WHY" we have web and client server app, supports power builder and on windows OS so this is the background of tech and envir things we have and now VSTET is good to use or not? if "NO" then tell me why
Tell me what is the testng.xml file used for?
What is difference between selenium and QTP tools Which is best tool... Which is most used tool
Explain some automation testing tools.
Tell us how to login into any site if it's showing any authentication pop-up for username and password?
Can you explain data-driven testing?
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.
List of Test Management Tools??Is Quality Center Test Management tools
What is the different between GUI map and GUI map files?
We have a testing assignment that is time-driven. Do you think automated tests are the best solution?