how to count the word "IS" is repeated in the application
using DP
Answer Posted / 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 |
Post New Answer View All Answers
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
What are the common defects found in your project? (in qtp interview)
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
How to Test the mainframe application?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
how to download mercury qtp9.2 ny internet ?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
How do I get the QTP scripts result in xml format by using vb script function?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
explain how to write vb script in qtp?when will you write own script?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
How does quicktest professional (qtp) identifies the object in the application?