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
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
Connect to QC using AOM.
How to define array in qtp?
How will you check that your test cases covered all the requirements?
how to acess a test in RSA?
What is the difference between run time object and test object?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
How does you test a weblink which is changing dynamically?
How do you send email with attachment from outlook using qtp ?
What are the advantages of qtp?
How software tester can use constants and variables in scripts?
How to creating an output value using quicktest professional (qtp)?
How to find the path of folder in which the test is saved in qtp?
Differences between text and test area checkpoints?
Explain the use of action split in qtp?