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
when will you do debug your script? and explain that process?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
Name the properties you would use for identifying a browser and page when using descriptive programming?
how do u plan test automation?
Can any body please tell me the steps of keyword driven framework of QTP.
what is the advantages and disadvantages of using functions instead of re usable actions
Explain how you can find length of array in qtp?
How you will rate urself in QTP in the range of 0 to 5
your coming from electrical backgroung..but y ur coming to software side?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Write a script to customize the test results in PDF and HTML format.
Which functionalities of QTP used in banking project?
What is Distributed testing? How does UFT support it?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
How many types of parameters are there?