suppose the given string str = {"vamsikrishna%%&%*&**"}
count the no of vowels and special characters are repeated
Answer Posted / koteswar
str = "vamsikrishna%%&%*&**"
z= " "
For i = 1 to len(str)
x = mid(str, i, 1)
If Instr(1,z,x,1) Then
Else
z=z+x
msgbox z
End IF
For j = 1 to len(z)
a= mid(z,j,1)
b=split(str,a)
c=Ubound(b)
Next
msgbox c
Next
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Connect to QC using AOM.
How to use output values in qtp ?
how will you load the test cases in ddt?
What are metrics and matrix?
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 the concept of object repository and how qtp recognises objects?
What is qtpro?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How to test results for qtp ?
how to evalute defects in QTP script?
what is description object?
What is the descriptive programming?
What is the differences between image check point and bit map check point?