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 / pavaniprasad
Dim str
str="RAJ IS A SOFTWARE ENGINEER"
s=split(str," ")
msgbox ubound(s)
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Why we load add-ins in qtp?
How to capture all the data of a webtable, weblist and combolist using QTP?
How does quicktest professional identifies the object in the application?
explain abt dyanamic changing object with example?
What is the significance of “action 0” in qtp?
How does you pass optional arguments in qtp?
What test you perform mostly? Regression or retesting in your testing process?
How will you test a stapler?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How can you send user defined messages to test report?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
What are the data types in qtp?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?