Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 many number of actions possible in qtp?

1104


What is the extension of qtp local repository?

1064


unique properties of button,edit box, radio button,check box?

4594


Discuss quicktest professional environment?

1120


What are some test assets and related extensions of qtp?

1082


breef description of batch testing ?

2183


What is QTP testing process?

1127


What test you perform mostly? Regression or retesting in your testing process?

1083


To which environments does quicktest professional (qtp) supports?

1069


What is quicktest professional?

1108


What are the five challenges you faced in QTP?

3262


What is difference between Recording time object identification and Run time (Execution) time.

1718


How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object

3125


When to use descriptive programming?

1167


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

2252