The string is like POWER STAR PAVAN , write a script for
this how to findout the number of "A" in the string ?
Answer Posted / ram
str="POWER STAR PAVAN"
len1=len(str)
str=replace(str,"a", "")
len2=len(str)
a=len1-len2
msgbox a
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How many types of trigger events are there in qtp?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
What is the default object synchronization timeout in qtp?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What is Port testing. Whhen will you perform?
Explain how you can delete excel file in qtp?
Can you list some technologies that support qtp?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How to associate shared object repository to test in qtp?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How to do call a output parameter from one action to another action??/