Hi...
Can anybody help me to write the vbscript for this
question..!!! Am having a string "HELLO WORLD", i want to
find how many "L"s are there.....?????
--> HANEEF <--
Answer Posted / srikanthdas
str = "HELLO WORLD"
str1=Replace(str,"L","")
cnt=len(str)-len(str1)
msgbox "Number of L's in str is:" cnt
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we load add-ins in qtp?
how will you check how many members visited the website www.infosys.com?
how many maximum number of virtual users we can create?
How does you test a weblink which is changing dynamically?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How may types of defects identify application or your currently working application?pls give me answer..
What is synchronization point in QTP?
What do you mean by iteration?
How software automation specialist enter steps in the Expert View?
what you mean by artifact,milestone...
What is business process testing(bpt) in qtp?
Can anybody post some real time scenario in qtp? please its very urgent.
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 ?