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 is test object?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
tell me abt a time when u had to go above &beyind the call of duty to get the job done
What is the file extension of the code file and object repository file in QTP?
How to use descriptive programming?
How you can decide which type of object repository you have to use?
What are the 3 main stages involved in testing with qtp?
Hi How to retrieve data from web element line by line?
How many types of recording modes in the qtp?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?