Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?
Answer / 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 |
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
how to add a runtime parameter to a data sheet?
QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?
What is FRAME WORK? How many Frameworks can QTP supports?
QTP identified the object but not performing the desired action???what could be the reason?????
How to use setroproperty?
What is the extension of script and object repositary files?
Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?
How to use output values in qtp ?
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
How can you write the scripts that operate on different objects depending on run-time information?