how to calculate no. of repeating characters in a a
string..please give me the code
Answer Posted / sudhanshu
Dim Str, ChkDup,i,Cnt
Str = Inputbox("Enter the String Name")
For i = 1 to Len(Str) step 1
ChkDup=mid(Str,i,1)
Cnt = split(Str,ChkDup,-1)
msgbox Ubound(Cnt)
Next
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Write a script to customize the test results in PDF and HTML format.
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
explain how to write vb script in qtp?when will you write own script?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
How many types of actions are there in quicktest professional?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
how do i know how to use tools
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
Is it possible to split an action? How?
How to use the object spy in quicktest professional (qtp) 8.0 version?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
How to create a standard checkpoint ?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
What r the different filters in defect in quality center
Explain the concept of how quicktest professional identifies object?