can any one tel ,using simple string
a[0]=I
a[1]=N
a[2]=D like that it go's
.
.
out put i need INDIA help me it's really need full ..
Answer Posted / kishan
option Explicit
Dim Str, i, arr_len
Dim arr(10)
arr(0)="I"
arr(1)="N"
arr(2)="D"
arr(3)="I"
arr(4)="A"
arr_len=Ubound(arr)
for i=0 to arr_len
Str=str&arr(i)
next
msgbox Str
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
how will you load the test cases in ddt?
Explain the concept of object repository and how qtp recognises objects?
How do you capture tooltip using QTP?
How can I import environment from a file on disk?
Get the count of files of similar types from a folder.
what is the latest version of QTP? Main difference between 9.2 and 10 version
How does qtp identify gui object?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
What is contained in the object repository?
Define Environment Variable in UFT and its uses?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
In qtp is it possible to check broken links of a page?
What are the Test design techniques you uses in ur project?