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 frame work you are following?
Hybrid framework supports Descriptive programming. Is it true?
Explain the types of object repositorys in qtp?
Please guide me release notes of Automation once scripts are completed
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
What is the Command used to start the QTP
Explain in brief about the qtp automation object model (aom).
What are the recording modes in qtp?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
What are the types of object repositories? Which one is you are using?
What is meant by Output Value in UFT?
How many ways we can parameterize data in quicktest professional?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
How you can decide which type of object repository you have to use?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)