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
Explain the features of quick test pro(qtp)?
What is difference between shared and local object repository?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How u will do versioning in QTP?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What is Associate Repository in QTP 9.2 ?
Explain about Test Fusion Report of QTP?
How to customize checkpoints with parameters?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How to define array in qtp?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to Test the mainframe application?
How to analyzing the checpoint results?
How to test login module with different username and password by using data driven testing in QTP?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage