str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T
Answer Posted / karthik
i am thinking this will correct ...because he want to count
how many T are there ,for that it's correct..
and finally he want to display the T ,just read the question
once again ...if i wrong let me know...
str="QTP AUTOMATION TESTING"
dim l,m,n,p
l=len(str)
for i=1 to l
m=mid(str,i,1)
if m="T" then
n=n & m
end if
next
p=len(n)
msgbox P
msgbox n
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How to export quicktest professional (qtp) results to an .xls file?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
What is the meaning Work bench?
why text area checkpoints cannot used for web applications
Generic function to search for the unique link in webtable and click on it
Without using gui map editor we can recognize the application in winrunner ?
When using descriptive programming?
How many types of trigger events are there in qtp?
How to execute a winrunner script in quicktest professional?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Please guide me release notes of Automation once scripts are completed
What is TOM in QTP?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
what is ODC and GDC?