There is a name "AJAY" how do u count no.of. "A" in that
name ?
Answer Posted / nayana
Dim str
str="ajay"
b=len(str)
for i=1 to b
c=mid(str,i,1)
if c="a" then
d=d+1
end if
next
msgbox d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
How to associate function library at a run time?
how u will evaluate the tool for test automation?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
In qtp, how you can get the last character from a string?
What are the differences between quicktest professional (qtp) and winrunner?
how to acess a test in RSA?
what type of automation is follwed in the project?
Define Environment Variable in UFT and its uses?
How to customize qtp?
How to analyzing test results using quicktest professional?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
How to carry out bit map check points in QTP
Explain how you can find length of array in qtp?
Diff b/w test scenario's and test Procedures?