str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T
Answer Posted / manjesh
a="QTP AUTOMATION TESTING"
b=split(a,"T")
c=Ubound(b)
msgbox c
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is text/text area checkpoint?
By using QTP can we record any log files written by the application which is in execution?
Connect to QC using AOM.
How many types of actions are there in quicktest professional?
When ‘option explicit’ keyword is used in qtp?
What is the basic concept of quicktest professional?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How to use transactions in qtp?
How to use Environment parameterization? Explain with an example.
Can we run multiple QTP scripts one after the other without manual intervention? How?
What is the parameterization?
What are the different types of action?
What does it mean when a check point is in red color? What do you do?
What is the file extension of the code file in qtp?
How to break the object spy ?