write the code to reverse a string without using Strrev
built in function.
Answer Posted / ram
x="abcdefg"
v= len(x)
For i=1 to len(x)
newstr=mid(x, v,1)
a=a&newstr
v=v-1
Next
msgbox a
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
How to find array size in qtp?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
How to build scripts that access data from external sources?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
How software tester can use constants and variables in scripts?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What is checkpoints for qtp?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
What is difference in global and action sheet in qtp?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
How many types of Automation frameworks are there in UFT? Describe them.
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
What are the 3 main stages involved in testing with qtp?
Explain how you can find the absolute value of the number in qtp?