how to count spaces in a given string ex: "this is jagadeesh"
in QTP with simple functional script
Answer Posted / karthik janahan
Dim str
str = "how to count spaces in a given string"
msgbox (len(replace(str," ","..")) - len(str))
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
How can I change object description or check point values in qtp?
Suppose I want fail that check point? How can you do that?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Are Shared ORs read-only?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What is Test Fusion Report in QTP?
Explain qtp(quick test professional)?
Why to use descriptive programming?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
How many tabs are available to view your test in a test pane and what are they?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
How to find the difference between 2 dates in qtp?
I want to do QTP Certification what is the pattern of Question paper.
how to disable the pop ups through QTP using a script