i have an array CAPGEMINI .....Here i need to check whether
G is there or not ..how to do that
and friends i have one big doubt that is
whether it is array or string ,how we come to know that and
where we consider that it's array ,where we consider that
it's an string
because when i want to find the length i have big doubt
whether we need to use len function or ubound ...
ans me for this TWO Questions any one please
Answer Posted / arun
Please try this
Dim AR2,i
AR2 = Array("C","A","P","G","E","M","I","N","I")
For i=0 to ubound(AR2)
If AR2(i)="G" Then
msgbox "G found in Array"
End If
Next
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of how quicktest professional identifies object?
What is the syntax for how to call one script from another?
How can you exit from an action?
How many ways we can parameterize data in quicktest professional (qtp)?
what is impact analysis on regression testing?
Tell me about your project? please help me how to tell about insurance project
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
How to release all resources file from the QTP?
How many types of object repository in qtp?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
how to acess a test in RSA?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
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...
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What are the different types of recovery operation?