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 is data - driven automation?
What are the different types of locks in mainframe?
Elaborate the scripting standard while executing testing
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
Name some of the commonly used automation testing tools that are used for non-functional automation.
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
Tell us what you know about table-driven testing?
What kinds of annotations are used in testng?
On Test Complete I recorded some keyword test. while I'm running the batch test, if one test case failed, then how test complete skip the failed test case and again continue to run the test case? please provide some way to resolve this issue.
What are the frameworks available in rc?
you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?
Is automation testing a black box testing or white-box testing?
What generally is the structure of a framework?
What is in-house tool?
how to import specifically 2nd column elements to runtime datatable in excel sheet if it contains 3 columns