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
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Dis advantages of XML checkpoint ?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
Explain advantages and disadvantages of ddf?
what is command for executing files?
what is run action?
How to handle dynamic objects in quicktest professional (qtp)?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What are the differences between table and db checkpoints?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
What is contained in the object repository?
Can U Explain about QTP tool from older version to latest version also its differences?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?