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
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
Why qtp always start action1 and does not start action?
breef description of batch testing ?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
In what occasion we can specify global sheet and action sheet?
How will you compare keyword and expert view?
What are the data types in qtp?
How does QTP identify an object?
What environment does qtp run in?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
What is keyword view in qtp?
what is Property......End Property loop? how to write sript for it in QTP
How many ways we can parameterize data in quicktest professional (qtp)?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
Have you used xml check point in your project?