The string is like POWER STAR PAVAN , write a script for
this how to findout the number of "A" in the string ?
Answer Posted / ravi
str="POWER STAR PAVAN"
len1=len(str)
msgbox len1
str=replace(str,"A", "")
len2=len(str)
msgbox len2
a=len1-len2
msgbox a
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to check bitmap output value?
Explain the types of object repositorys in qtp?
What is the difference between analog and low level recording?
How to execute a winrunner script in quicktest professional (qtp)?
What is the architecture of your project? Can any one answer for this question plz........
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What are the features supported by UFT?
Explain the difference between data driven testing and parameterization ?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
What are the types of object repository in qtp?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What are the ordinal identifiers in web page?
why text area checkpoints cannot used for web applications
What are the types of object repositories? Which one is you using?