how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Answer Posted / lavanya
Str = "QTP+QTP=2QTP"
for i=1 to len(str)
amid=mid(Str,i,3)
Msgbox amid
if amid = "QTP" then
cnt=cnt+1
end if
Next
MsgBox cnt
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is supply chain management?
What are table and db checkpoints?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
How can I check if a environment variable exist or not?
How many types of parameters are there?
How does qtp recognize objects in aut?
There is an excel file of 1 to 100 sheets how you will iterate through it?
Explain different type of event trigger option.
How do you synchronization point through DP?
The hybrid framework can be implemented for any application. Is it true?
What are the benefits of quick test pro(qtp)?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
What do you mean by iteration?
When to use shared and local object repository?