how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Answer Posted / pankaj jaju
strArr = Split("QTP+QTP=2QTP","QTP")
numOccurrence = UBound(strArr)
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is action? How many types of actions are there in qtp?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
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 ?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
What are the ways you can synchronize?
How to use reporter.report event in qtp ?
What are the check points can be inserted without recording?
Generic function to search for the unique link in webtable and click on it
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How you can replace string in qtp?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Can you brief the hurdles you faced during Automation testing?
Is it possible to merge two object repository files in qtp?