write the code to reverse a string without using Strrev
built in function.
Answer Posted / chandrakanta
dim str,rs,i
str="chandrakanta panda"
rs=""
For i=0 to len(str)-1
rs=rs&mid(str,len(str)-i,1)
Next
print rs
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain qtp(quick test professional)?
Do you know how to connect database? Can you tell me the procedures?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
Explain the check points in quicktest professional (qtp)?
How is the Bitmap checkpoint different from Image checkpoint?
Can you write a script to check if the folder exists or not?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
what is run action?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Explain about the test fusion report of quicktest professional (qtp)?
How can you handle exceptions in qtp?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What is the limitation to XML Checkpoints?
Through array we can execute the testcase how ? give me example
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?