how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Answer Posted / suresh meti
Str1 = InputBox("Enter any sentese ")
str2 = InputBox("Enter word to search")
var1 = Split(Str1,str2)
var2 = Ubound(var1)
msgbox var2
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the Difference between test object and run time object?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
What is business process testing(bpt) in qtp?
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
what frame work you are following?
How do you create new test sets in td?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
How can I import environment from a file on disk?
can any body give the banking domain concepts/links
What do you to script when objects are removed from application?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
Explain about the test fusion report of quicktest professional?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?