str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T
Answer Posted / prashaant kumar
str="QTP AUTOMATION TESTING"
a= split(str,"T")
msgbox ubound(a)
msgbox string(ubound(a),"T")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of actions are there in quicktest professional?
Can any suggest me what is exposure testing?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
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?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
If object is not recognized by qtp but the object is standard object what is your approach?
what is profile tool?
which type of testing process are you following in ur company? how to recognize a qtp page?
What are the views available in quicktest professional (qtp)?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What is checking bitmaps?
Explain the features and benefits of quick test pro(qtp)?
What is Port testing. Whhen will you perform?