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
How do you open adobe acrobat file in QTP and do some testing on that file ?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
How do we analyze the checkpoint results?
what type of automation is follwed in the project?
Explain Descriptive Programming Types with Examples?
after click on compose mail how can we attached a file in qtp with vbscript code
When ‘option explicit’ keyword is used in qtp?
What are the different types of recording modes?
what is the structure for the data driven framework
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
Where you are storing your script?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
how to download mercury qtp9.2 ny internet ?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance