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
What are the frameworks available in rc?
What is keyword driven automation?
Tell us which package can be imported while working with webdriver?
What do you think holds testers back to do automation? Is there a way to overcome it?
what are the questions that are generally asked in an interview if a person is having 3-4 years of exp..and in ds exp 2 yrs exp is wd automation testing
What java api is required for generating pdf reports?
Tell us how do you get the width of the textbox?
Tell us what automation tools could be used for post-release validation with continuous integration?
What are the pre-requisites to start automation testing?
Write a short compiled module which selects random numbers?
In general, how do you see automation fitting into the overall process of testing?
What is tsl?
What is test automation?
why we cannot apply check points in compile modules?
Tell me how could ajax controls be handled in webdriver?