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

For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?

2224


what is keyword driven testing in qtp?n how is it useful?

1867


Tell me about your project? please help me how to tell about insurance project

1950


How may types of defects identify application or your currently working application?pls give me answer..

1961


Explain in brief about the quicktest professional automation object model?

906


how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel

2340


what difference between runtime object and text object and what property they have. whether they have same properties or different properties.

2141


Please Don't mind .i want in detail the real time process i.e in each document what it contains.

1849


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

2152


Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?

2004


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1993


how do i know how to use tools

1947


Explain different types of checkpoints?

973


What is the default object synchronization timeout in qtp?

1174


How many types of trigger events are there in qtp?

967