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 all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
How to handle Java tree in QTP?
Explain different type of event trigger option.
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
what is vmodel?advantages and disadvantages of vmodel?
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
How will you test a stapler?
how to create flat file datasubmission in qtp
Explain the check points in quicktest professional (qtp)?
Explain how qtp identifies object?
How QTP identify the system time that's changes every seconds?
How to data driven test for Win objects in QTP ?
We stored into the objects OR and then write the scripting
how u will evaluate the tool for test automation?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly