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 you create new action in qtp?
what kind of frame work you used in your last project?
When do go for loop condition in test?
Explain the types of object repository?
how can i call function (which has link with excell sheet at a remote location) within another function
What is post recovery scenario?
How to use reporter.report event in qtp ?
How often were they executed?
When ‘option explicit’ keyword is used in qtp?
write the vb script for call to new action in qtp?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
In qtp, explain what is crypt object
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?
How to use transactions in qtp?