How to findout the number of spaces with in STRING For Ex :
STRING is " RAJ IS A SOFTWARE ENGINEER "
Please send me the answer
Answer Posted / sadriddin
str=" RAJ IS A SOFTWARE ENGINEER "
NumOfSp = Len(str) - Len(replace(str, " ", ""))
Msgbox NumOfSp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to analyzing test results using quicktest professional?
Explain the differences between table and db checkpoints?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What is the parameterization? Give one example?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
What is the use of text output value in quicktest professional (qtp)?
How software automation specialist enter steps in the Expert View?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
What is the difference in the global and action sheet in qtp?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
when a test case is written how u test using qtp
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
what is keyword driven testing in qtp?n how is it useful?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?