how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Answer Posted / tejesvini
Str1 = "QTP+QTP=2QTP"
var1 = Split(Str1,"QTP")
var2 = Ubound(var1)
msgbox var2
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is any limitation to xml checkpoints?
What are the different ways to invoke an application using QTP?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
What is action?
why text area checkpoints cannot used for web applications
What is standalone database?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How will you declare a variable in qtp?
what is clean sweep?
How to test background color and dynamic images during run time can you put the check point for moving objects?
How to handle the exceptions using the recovery scenario manager in qtp?
What are the check points can be inserted without recording?
What is the file extension of the code file in qtp?
What is use of object spy?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva