There is a name "AJAY" how do u count no.of. "A" in that
name ?

Answer Posted / ravi

res=split("AJAY","A")
msgbox "No. of A's " & ubound(res)

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

1695


If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?

4690


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

1435


Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com

1494


Differentiate the type of test cases which can be automated and which cannot be automated?

565






How to connect the remote desktop using QTP 9.2 explain the method or procedure?

2797


What is different command used in command Prompt while using QTP?

1742


www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example

1726


How will you check a web application for broken links using qtp?

548


What is the use of text output value in quicktest professional (qtp)?

594


How to find Operating system information using QTP script?

566


How many tabs are available to view your test in a test pane and what are they?

560


What ate the Technologies supported by QTP?

641


Difference between test object and run time object?

586


Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma

3239