str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T

Answer Posted / abin

str="QTP AUTOMATION TESTING"
a= ubound(split(str,"T"))
msgbox a

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

639


how to do the batch testing in test director using manual testing procedure?

1771


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)

1545


Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.

1605


What is throw object?

1736






can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process

1278


Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.

1553


What is object spy in quicktest professional (qtp)?

533


write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading

1479


How do Parameterization and Data-Driving relate to each other in QTP?

552


Does QTP run in any environment?

603


What are the Disadvantages of shared object repository?

560


What is difference between run time object and test object?

546


How you create new action in qtp?

556


How to find a window is minimized or not

1436