how can we reverse the string without using the revese of
String function in QTP?
Answer Posted / ramana vanteru
str="ramana"
revstr=strreverse(str)
msgbox revstr
O/P will be: anamar
| Is This Answer Correct ? | 20 Yes | 14 No |
Post New Answer View All Answers
List the five essential types of test steps?
How does load testing work for websites?
How do you decide which tool you have to use?
What generally is the structure of a framework?
Explain me what is testng and why is it better than junit?
Please explain what is the difference between findelement () and findelements ()?
List of Test Management Tools??Is Quality Center Test Management tools
what is the advantage and dis-advantages of using framework ?
Does every software project need testers?
Do you know what is the purpose of deselectall() method?
How can we make one test method dependent on other using testng?
Explain me how do you send enter/tab keys in webdriver?
What is a framework for automation testing?
What all things can you automate?
Do you know what is a data-driven framework?