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
What are the methods used in UFT to handle exceptions or run-time errors?
Is it possible to call from one action to another action in qtp?
What are the differences between quicktest professional (qtp) and winrunner?
What is smart identification in QTP?
What are the differences between qtp and winrunner?
Explain how Does Run time data (Parameterization) is handled in QTP?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Explain step generator in qtp?
What are the differences between quicktest professional and winrunner?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What are the Test design techniques you uses in ur project?
How to recognise the webelement and verifying that webelement is enabled?
What is Associate Repository in QTP 9.2 ?