str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T

Answer Posted / jay patel

dim str
str = "qtp automation testingttt"
a = split (str,"t")
for each x in a
msgbox x
next
msgbox ubound(a)

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you create new action in qtp?

666


what kind of frame work you used in your last project?

1935


When do go for loop condition in test?

744


Explain the types of object repository?

641


how can i call function (which has link with excell sheet at a remote location) within another function

1656






What is post recovery scenario?

1748


How to use reporter.report event in qtp ?

650


How often were they executed?

2125


When ‘option explicit’ keyword is used in qtp?

843


write the vb script for call to new action in qtp?

1938


Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?

660


Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar

2887


In qtp, explain what is crypt object

704


we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?

1728


How to use transactions in qtp?

636