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
How many number of actions possible in qtp?
What is the extension of qtp local repository?
unique properties of button,edit box, radio button,check box?
Discuss quicktest professional environment?
What are some test assets and related extensions of qtp?
breef description of batch testing ?
What is QTP testing process?
What test you perform mostly? Regression or retesting in your testing process?
To which environments does quicktest professional (qtp) supports?
What is quicktest professional?
What are the five challenges you faced in QTP?
What is difference between Recording time object identification and Run time (Execution) time.
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
When to use descriptive programming?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?