The string is like POWER STAR PAVAN , write a script for
this how to findout the number of "A" in the string ?
Answer Posted / seru
str="POWER STAR PAVAN"
Number_of_A=Len(str)-Len(Replace(str,"A",""))
msgbox Number_of_A
Answer is 3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How to handle dynamic objects in quicktest professional (qtp)?
Whats the realtime QTP testing process
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
What is the use of sendkeys and what are send keys
How to run a test using quicktest professional?
what is clean sweep?
Discuss quicktest professional (qtp) environment?
Explain the concept of object repository and how QTP recognizes objects?
Shall we add Local Repository to shared object repository,if yes,how we add
How to test login module with different username and password by using data driven testing in QTP?
How to delete an object from the object repository?
How do you check ticket cost and ticket number in flight application?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process