write the code to reverse a string without using Strrev
built in function.
Answer Posted / prasad
Option Explicit
Dim Str, Cnt , Rstr , i
Str = "Shiva"
Cnt = len(str)
For i = 1 to Cnt
Rstr = mid(str , i ,1) &Rstr
Next
Msgbox Rstr
| Is This Answer Correct ? | 11 Yes | 11 No |
Post New Answer View All Answers
what is impact analysis on regression testing?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
how can we compare descriptive programing with a regular expression
Explain the check points in quicktest professional (qtp)?
How to data driven test for Win objects in QTP ?
What are the 3 main stages involved in testing with qtp?
How to associate function library at a run time?
What is system testing and what are the different types of tests you perform in system testing?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
To which environments does quicktest professional (qtp) supports?
What are the data types in qtp?
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
When Recovery scenario actually starts while testing the application?
what testplan contents and what test strategy contents,what is the diff b/w them