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
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
wt is the use of multiple questions in QTP
Is it possible to switch between recording modes during a test creation?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What is the quicktest professional testing process?
What is QTP and the use of QTP in TD?
how will you load the test cases in ddt?
How does quicktest professional identifies the object in the application?
Dis advantages of XML checkpoint ?
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
How many types of actions are there in quicktest professional?
How many ways we can parameterize data in quicktest professional?
How to start recording using quicktest professional?
How to find the length of the string in qtp?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button