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
how to do the batch testing in test director using manual testing procedure?
Explain qtp(quick test professional)?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
What are the data types in qtp?
What are the advantages of parameterization ?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
What are the ordinal identifiers in web page?
What is throw Object?
breef description of batch testing ?
How do you open adobe acrobat file in QTP and do some testing on that file ?
What is the difference between local and shared object repository in qtp?
How many lines of code in each script of QTP?
What are the Disadvantages of shared object repository?
How to modify the text checkpoint?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.