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
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
If I give some thousand tests to execute in two days what do you do?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What are the common defects found in your project? (in qtp interview)
How to save your test using quicktest professional?
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...!!!
What is object repository in qtp?
The hybrid framework can be implemented for any application. Is it true?
How to start recording using quicktest professional (qtp)?
describe some problems that u had with automating testing tool?
Mention what are the different types of recording modes in qtp? Which will be used when?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
If the objects hierarchy is changing from build to build, then how you will handle that condition?