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
Explain the concept of object repository?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
For which type of projects the iterative model is not suitable?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
How you can write contexts to text file in qtp?
Can you write a script to check if the folder exists or not?
How to find array size in qtp?
What is the difference between shared and local object repository?
What is recovery scenario in qtp?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
Why do we use breakpoints in QTP?
What are the factors on which script execution time is dependent?