how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Answer Posted / anwar basha
str="QTP+QTP=2QTP
str1=len(str)
k=replace(str,"QTP","")
str2=len(k)
msgox str1-str2
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
what is keyword driven testing in qtp?n how is it useful?
Explain quicktest professional (qtp) testing process?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What is the difference between keyword view and expert view?
How to execute a winrunner script in quicktest professional?
What is TOM in QTP?
How qtp identifies objects?
Explain how Selenium is different from UFT?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
What do you to script when objects are removed from application?
How to find the name of the machine where you are running your automation scripts in qtp?
For which type of projects the iterative model is not suitable?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?