write string reverse prog using vb script with out using
string reverse statement();
Answer Posted / lak
str ="Lakshmi"
For i=1 to len(str)
strrev = mid(str,i,1)&strrev
Next
msgbox strrev
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
What is the latest version of qtp?
What is the short cut keys for the following?
Suppose I want fail that check point? How can you do that?
Can we create a qtp test from qc?
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?
Hoe can we do retesting using functions please give the code for it using login page
explain structured testing? plz guys with exp. do answer
What is regular expression?
To which environments does quicktest professional supports?
how interviews will be on QTP?
They asked by using qtp recording writing scripting
How to use setroproperty?
What are the various automation frameworks available in qtp?
What is debugging? How you debug your script?