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 / shweta
str=" RAJ IS A SOFTWARE ENGINEER "
counter=0
For i=1 to len(str)
space_num=mid(str,i,1)
if space_num=" " Then
counter=counter+1
End If
Next
msgbox counter
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what is the difference between modular framework & datadriven framework
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
What are the Application Functions available in QTP?
Write a script to verify font style and color of a windows object using descriptive programming
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
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
What is object spy in quicktest professional?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Explain in brief about the quicktest professional automation object model?
What is the difference between per-action and shared?
how do u plan test automation?
What are the common defects found in your project? (in qtp interview)
How will you check a web application for broken links using qtp?