Hi...
Can anybody help me to write the vbscript for this
question..!!! Am having a string "HELLO WORLD", i want to
find how many "L"s are there.....?????
--> HANEEF <--
Answer Posted / rajasekar
dim str,strcount,strdis
str="welcome"
strcount=split(str,"l")
strdis=ubound(strcount)
print "count" & strdis
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Did QTP prove efficient for your project? Yes or No, explain?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Output values? i want a practical example
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
Write a script to verify font style and color of a windows object using descriptive programming
What does mean by Scope of Automation?n How we defined it?
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.
how will you check how many members visited the website www.infosys.com?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
In what occasion we can specify global sheet and action sheet?
What is the qtp testing process?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
How to record application running on the Virtual machine?
What is the difference between local and shared object repository in qtp?