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
What is throw object?
Explain about the test fusion report of quicktest professional (qtp)?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
How to call a test from another test?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
What test cases can you automate using QTP?
What are the differences between quicktest professional (qtp) and winrunner?
What is the XML file architecture ?
Explain about Test Fusion Report of QTP?
what is the difference between data driver & data driven and driver script?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
How will you handle java tree in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional?
What are the methods used in UFT to handle exceptions or run-time errors?