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
What is checkpoints for qtp?
Explain the types of properties that quick test learns while recording?
How to execute a winrunner script in quicktest professional (qtp)?
can u explain relative path architecture framework in qtp?
Hi All, How to get repeated word in string . Thanks Balaji
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
what function you write to do database testing with the help of qtp?
What is difference between run time object and test object?
What is different command used in command Prompt while using QTP?
If I change the property value at runtime is it effect is object repository?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
In qtp, explain what is keyword driven automation framework?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?