how to reverse the string without using bultin functions(i.e
mean mid,len ,reverse functions)
Answer Posted / chaitanya
set Obj=New RegExp
Obj.pattren="[a-zA-Z]"
obj.global=true
set obje1=obj.execute(str)
for each letter in obje1
result=letter.value&result
next
print result
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Curd testing?
how interviews will be on QTP?
explain abt dyanamic changing object with example?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What is the diff between image and bitmap check point?
Whats the realtime QTP testing process
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
How to suppress warnings from the test results page?
What is an optional step in qtp ?
if numbers are always changing write a script for that
What is qtpro? What is a quick test professional?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
How can I use Call dlls in QTP ?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance