How can i count "spaces" in any sentence or a string
if suppose " It is a Testing question"
Here we have 4 gaps(spaces)
Is there any function to find out spaces between words
Answer Posted / ravi
arrResult= split("It is a Testing question", " ")
msgbox "No. of Spaces " & ubound(arrResult)
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How to connect to a database?
How many add-ins comes by default with quicktest professional (qtp)?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Suppose I want fail that check point? How can you do that?
what is the difference btn risks & Therads in the Test plan documentation?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What environment does qtp run in?
What is the basic concept of quicktest professional (qtp)?
what is command for executing files?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
How to build scripts that access data from external sources?