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
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
regular expression in qtp standar check point for months from accepting months from january to december only
What is an expert view and keyword view?
How does qtp recognize objects in aut?
what is Property......End Property loop? how to write sript for it in QTP
How many types of parameters are there?
How to use setroproperty?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
unique properties of button,edit box, radio button,check box?
Explain in brief about the quicktest professional (qtp) automation object model?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
How will you test a keyboard?
How to find operating system information using the qtp script?
explain keyword driven framework with banking domain?