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 calling actions in qtp?

621


How can you exit from an action?

606


Where we can use the analog mode and where we can use the low – level mode?

563


breef description of batch testing ?

1702


What are the flaws in water fall model and how to overcome it?

556






How to save your test using quicktest professional (qtp)?

584


What is CMMP and CMMH?

690


What is checkpoints for quicktest professional?

541


What is test object model in quicktest professional?

615


Can we record using all the modes in a single script? Explanation with example is appreciated

1378


How to creating an output value using quicktest professional (qtp)?

560


How to use output values in qtp ?

548


How many lines of code in each script of QTP?

4028


What is active screen?

557


What are advantages of test automation?

655