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
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What is expert view in qtp?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
what is the difference between development and testing
How u will do versioning in QTP?
What are the different types of recording modes?
Have you done batch testing in qtp? If yes how you are doing?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
What are private functions in QTP? How they can be called from the function library?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
When do go for loop condition in test?