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
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Can we run test with out adding object in object repository? How it is possible?
What is fragmentation and paging?
What is recovery scenario in qtp?
How to check bitmap output value?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
What are the check points can be inserted without recording?
What is QTP and the use of QTP in TD?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
Suppose I want fail that check point? How can you do that?
Is qtp supports uni-code?
What contains Data Driven Framework document in qtp?
How can i check items sorted or not in a weblist ? Give me the script for this...
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Why to use descriptive programming?