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 / gabbar
Dim a
a=array("CAPGEMINI" )
If len(join(a))<>len(Replace(join(a),"G","")) Then
msgbox "Occurance of G in array: "&len(join(a))-len(Replace(join(a),"G",""))
End If
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where is the Bitmap checkpoint information stored?
Can we run test with out adding object in object repository? How it is possible?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How will you check that your test cases covered all the requirements?
How the exception handling can be done using quicktest professional?
How to find array size in qtp?
What are the differences between table and db checkpoints?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
In qtp, explain what is keyword driven automation framework?
How to find Operating system information using QTP script?
Can we use index on view?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
If created one virtual object? Next time I changed the window position will it work?
What is the differences between image check point and bit map check point?