how to count the word "IS" is repeated in the application
using DP

Answers were Sorted based on User's Feedback



how to count the word "IS" is repeated in the application using DP..

Answer / kis

str="mismismismis"
cnt=Split(str,"is")
Msgbox ubound(cnt)

Is This Answer Correct ?    7 Yes 0 No

how to count the word "IS" is repeated in the application using DP..

Answer / kis

str="mismismis"
p=1
cnt=0
while instr(p,str,"is")>o
cnt=cnt+1
p=instr(P,STR,"is")+les("is")
wend
msgbox"is is repeted for "&cnt

Is This Answer Correct ?    4 Yes 1 No

how to count the word "IS" is repeated in the application using DP..

Answer / lakshmi

hey. u r question is not clear.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More QTP Interview Questions

Suppose i have given 10 test cases all the test cases should be automated?

3 Answers   NTT Data,


Can we directly automate test script according to requirements?

1 Answers  


How to find given string is palindrome or not without using strreverse() function?

2 Answers  


can u Give Procedure to Handle Pop Window & write Code for that

2 Answers   CTS,


what is difference between calling a function and reusing an action?

1 Answers  






What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.

1 Answers   HCL,


Is it possible to call out to Java from QTP?

2 Answers  


HOw to add the recovery file at runtime to the test file .

0 Answers  


QTP is not displaying in OBJECT SELECTION-CHECKPOINT PROPERTIES boxs only WINDOW AND WIN OBJECT remaining pages and links , images not displaying in web application testing. how can I get the pages and links in object selection? Please anyone tell me?

1 Answers  


what is diffrense between action and function

4 Answers   IBM,


if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?

2 Answers   Wipro,


What is keyword driven framework?

0 Answers  


Categories