how to calculate no. of repeating characters in a a
string..please give me the code
Answer Posted / venky
mystring = "mississipi"
slen=Len(mystring)
msgbox slen
ws=Len(replace(Mystring,"s",""))
msgbox ws
charcount=Len(mystring)-Len(replace(Mystring,"s",""))
msgbox charcount
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to find the path of folder in which the test is saved in qtp?
What is a quick test professional?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
which type of testing process are you following in ur company? how to recognize a qtp page?
Why qtp the best testing tool?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Both static and dynamic arrays are handled by the vb script. Is it true?
Differentiate the type of test cases which can be automated and which cannot be automated?
What is CMMP and CMMH?
How to analyzing test results using quicktest professional (qtp)?
how will you check how many members visited the website www.infosys.com?
regular expression in qtp standar check point for months from accepting months from january to december only
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
How do you know the location Id of an object if you know its index id?