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 / sunita
dim str1,a(4)
a(0)="I"
a(1)="N"
a(2)="D"
a(3)="I"
a(4)="A"
for i=0 to ubound(a)
str1=str1+a(i)
next
msgbox str1
May be this is another way out.....correct me if i m wrong.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you brief the hurdles you faced during Automation testing?
If object is not recognized by qtp but the object is standard object what is your approach?
how to do the batch testing in test director using manual testing procedure?
How will internal and external links be validated and updated? how often?
What are the different recording modes and how do they work?
By using QTP can we record any log files written by the application which is in execution?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
how will you check how many members visited the website www.infosys.com?
How does quicktest professional (qtp) identifies the object in the application?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
Where we can use the synchronization?
what is error and fault in terms of software quality?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
can test automation improve test effectiveness?
What is the difference between local and shared object repository in qtp?