str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T
Answer Posted / pravati
x="qtp automation testingttt"
y=split(x,"t")
for i=0 to ubound(y)
msgbox ubound y(i)
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
what is defenetion of kiran can u tell me plz CVS, SVN
unique properties of button,edit box, radio button,check box?
How can I import environment from a file on disk?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
How can you write the scripts that operate on different objects depending on run-time information?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How many ways we can parameterize data in quicktest professional (qtp)?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Explain the qtp test phases.
What is object spy in quicktest professional (qtp)?
What is the difference between shared and local object repository?
I want to do QTP Certification what is the pattern of Question paper.
Can you brief the hurdles you faced during Automation testing?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.