I have a string "Redfort is in Delhi" how do u write
vbscript for " Delhi in is Redfort"
Answer Posted / litan
x="Redfort is in Delhi"
a=split(x," ")
msgbox a(3)&" "&a(2)&" "&a(1)&" "&a(0)
just check it out..
its workin properly
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
explain how to write vb script in qtp?when will you write own script?
Why we load add-ins in qtp?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
Does QTP record on Objects created on XWindows Environment?
How are actions and functions different in QTP?
can any body give the banking domain concepts/links
How to do call a output parameter from one action to another action??/
What is QTP’s model for test creation?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
What are test settings and global settings?
What is object spy in quicktest professional?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What are the advantages of qtp?
What is the Command used to start the QTP