how to calculate no. of repeating characters in a a
string..please give me the code
Answer Posted / vijay kumar chourasiya
Dim Str, ChkDup,i,Cnt
Str="aaabc"
For i = 1 to Len(Str) step 1
ChkDup=mid(Str,i,1)
Cnt = split(Str,ChkDup,-1)
result= Ubound(Cnt)
result1=result1&result
Next
MsgBox result1
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is checkpoint in qtp?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
Who uses qtp tool?
what is the advantages and disadvantages of using functions instead of re usable actions
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
What are the different types of functions available in qtp and explain ?
Hi All, I need code for how to execute qtp scripts from excell sheet
What is the descriptive programming?
how u will evaluate the tool for test automation?
What are the main differences of qtp and win runner?
Explain the views in the QTP GUI?
If I give some thousand tests to execute in two days what do you do?
How to analyzing test results using quicktest professional (qtp)?
Describe synchronization point.
How is test case write?