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 can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Can we create user defined functions in qtp?
when u script reveiwing in which area u more concentrates?
What are the types of environment variables in qtp?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
In qtp is it possible to check broken links of a page?
What is the difference between Keyword Driven test and Data Driven test?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
How to execute a winrunner script in quicktest professional?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
What test cases can you automate using QTP?
Difference between test object and run time object?
Explain the features of quick test pro(qtp)?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
Is it possible to split an action? How?