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
hi i would like to know is there any training institue for Calabash,robotium and ui automator in hyderabad...urgent
If i am doing the automation of test suites in a project. Then what will be the system interfaces for that?? The tools I am using or something else... please help..!!
What is mean by ARGO testing? Can you please explain anyone
What are the differences between open source tools, vendor tools, and in-house tools?
how to write ciertification in QTP?
What kind of tests should not be automated?
What is a framework and what are the frameworks available in rc?
What is keyword driven automation?
Types of F/w in Automation
How can you switch back from a frame?
In Selenium how a test suit is run and report is generated.
What is Sikuli?
Please explain how to perform load-testing?
In what condition we cannot use automation testing for agile method ?
Tell me how can we find the value of different attributes like name, class, value of an element?