Please let know the scripts for counting number of repeated
letters in the word. Note repeated letter should not be
count agian.
Ex: If "Hello" is my word... l is coming twice.. it should
count once and print... secong 'l' should not count again..
Answer Posted / sunil
A="Hello"
Set rxp = New RegExp
With rxp
.Global = True
.IgnoreCase = True
.Pattern ="l"
End With
Set colMatch = rxp.Execute(A)
msgbox colMatch.count
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Which environments are supported by hp qtp?
Is it possible to call from one action to another action in qtp?
how to acess a test in RSA?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
What is checkpoint in qtp?
Why do we use breakpoints in QTP?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
can i compare two databases using QTP ?
How to find the name of the machine where you are running your automation scripts in qtp?
How to get Traceability matrix from TD?
Explain qtp(quick test professional)?
Have you used xml check point in your project?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Explain the parameter in qtp?