Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?
Answer Posted / lakshmi
Dim Str,I,J,Temp
Str="INDIA"
For i=1 to Len(Str)
J=Mid(Str,i,1)
Temp=Temp&J&VbCrlf
Next
Msgbox Temp
Please let me know if u any other answer which is simplest
than this.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
In qtp, how you can remove the spaces from string?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
If the objects hierarchy is changing from build to build, then how you will handle that condition?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
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);
How many types of recording modes in qtp?
How you know that a test case is a regression test case
What is environment variable in qtp and why to use it?
What is clean sweep?
what is keyword driven testing in qtp?n how is it useful?
What is QTP’s model for test creation?
Have you done batch testing in qtp? If yes how you are doing?