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
How do select which automation testing tool is the best for you?
Can you list some other automation testing tools that you are familiar with?
Can we do automation testing without a framework? If yes, then why do we need a framework?
Do you know what is functional testing?
Tell me what is the testng.xml file used for?
What COM Interfaces u r using in QTp While Connecting QC or TD? Or in QTP?Any body plz urgent...
Tell me how a text written in a text field could be cleared?
How did you use automating testing tools in your job?
What factors determine the effectiveness of automation testing?
What is test tool?
Once you identify the tool what would be your next steps?
I am fresher and i have completed my software testing course and i don't have real time experience,can anybody help me regarding financial domain projects,main testcases in that domain.
How could you explain the main difference between webdriver and rc?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
Explain me what are the main advantages of automation testing?