write string reverse prog using vb script with out using
string reverse statement();
Answer Posted / uday
str="uday"
msgbox strreverse(str) 'just for info sake.
'this is the script
For i=len(str) to 1 step -1
resultchar=mid(str,i,1)
result=result+resultchar
Next
msgbox result
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to execute a winrunner script in quicktest professional (qtp)?
How to test results for qtp ?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Can any one send me the QTP Basic Coding Samples?
How will you check that your test cases covered all the requirements?
How does QTP identify an object?
If I change the object name in one action will it be updated in all the actions? Or not?
How to record a qtp script ?
How will internal and external links be validated and updated? how often?
What is the difference between call to existing action and copy of an action?
What does it mean when a check point is in red color? What do you do?
What are the different ways to invoke an application using QTP?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..