how to count spaces in a given string ex: "this is jagadeesh"
in QTP with simple functional script
Answer Posted / jaag@jagadeesh
dim str
str="this is jagadeesh
var=UBound(split(str," ")))
msgbox var
ans
2
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
In qtp, how you can get the last character from a string?
Can you list some technologies that support qtp?
unique properties of button,edit box, radio button,check box?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
What is checking bitmaps?
What is a checkpoint? How many check points are there in qtp?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
Explain the differences between table and db checkpoints?
How to write business scripts using object repository with different scenarios
What is a recovery scenario?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
How many types of object repository in qtp?
Is it possible to change the property value at runtime? How it is possible?
Why bpt?