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
Can we record using all the modes in a single script? Explanation with example is appreciated
Mention the test steps of qtp.
HOw to add the recovery file at runtime to the test file .
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How is a Step generator used in UFT?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
hi nani my doubt is how does qtp process metrix related to software process.
How to suppress warnings from the test results page?
How many types of trigger events are there in qtp?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
What are the features supported by UFT?
what is the latest version of QTP? Main difference between 9.2 and 10 version
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?