Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?

Answer Posted / dinesh1433

str="INDIA"

For i=0 to len(str)

x=Mid(str,i,1)
Print x&VBCRLF

next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between copy to action and call to action?

583


How to release all resources file from the QTP?

1041


Explain in brief about the qtp automation object model (aom).

554


Differentiate the type of test cases which can be automated and which cannot be automated?

561


Hai anyone please "Explain about Framework in QTP?"

1610






What are the views available in quicktest professional (qtp)?

565


Which scripting language used by quicktest professional (qtp)?

660


i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.

1530


PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

5923


I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!

1430


Describe the differences between functions and actions in UFT?

602


How to find the length of the string in qtp?

576


descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button

1804


How many types of recording modes in qtp? Which will be used when?

546


Your roles and responsibilities and daily tasks? (As automation tester)

2574