hai friend's ..
my question is
a[0]=I
a[1]=N
a[2]=D LIKE IT GO'S
i need output INDIA ,using simple string how will u do?
can any one tell really need full..
Answer Posted / manjunathareddy
Dim a(4)
a(0)="I"
a(1)="n"
a(2)="d"
a(3)="i"
a(4)="a"
Msgbox a(0)&a(1)&a(2)&a(3)&a(4)
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is test object?
What is environment variable in qtp and why to use it?
What is fragmentation and paging?
what type of run time errors you get while you ar edoing rpg program?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
How do you synchronization point through DP?
What is the qtp testing process?
What are the challenges you faced during you entire life automation ?
What are the features supported by UFT?
What are the types of object repository?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
How to test results for qtp ?
how did u use automating testing tools in ur job?