The string is like POWER STAR PAVAN , write a script for
this how to findout the number of "A" in the string ?
Answer Posted / pavani prasad naidu
Dim oArray
Dim ochr
oStr="POWER STAR PAVAN"
ochr="A"
oArray=split(oStr,ochr)
print ubound(oArray)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
when a test case is written how u test using qtp
Explain how you can find length of array in qtp?
How does qtp identify gui object?
How to associate function library at a run time?
How do you test DLL files using automation Tool QTP?
how to test Web application using QTP software
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
Can we record using all the modes in a single script? Explanation with example is appreciated
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
Explain about Test Fusion Report of QTP?
What are the key elements available in test result window?
What are the views available in quicktest professional (qtp)?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
What is qtpro? What is a quick test professional?