how to count the word "IS" is repeated in the application
using DP
Answers were Sorted based on User's Feedback
Answer / kis
str="mismismismis"
cnt=Split(str,"is")
Msgbox ubound(cnt)
| Is This Answer Correct ? | 7 Yes | 0 No |
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 |
can u Give Procedure to Handle Pop Window & write Code for that
Why is action split used by qtp?
What are the most frequent errors you faced while executing your scripts?
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
How many actions we can write in a test?
what is the difference between QTP 8.0 & 9.0?
hi everyone today is the first time i saw this website,and hi iam siraj,iam very impressed by seeing evryones response towards questions,iam a newcomer and i have got tryining in testing can anyone please send me some projects relaited to testing.i know it is very confidential but still if u send it will a great help. my mail id venku_krs@yahoo.co.in
diff between qtp versions from 8.5
Explain advantages and disadvantages of ddf?
I have 1 to 10 action are there, i want action1 output becomes to action 10 input? pls any can give script for this scenario?
How to catch the TOol Tip Dyanamically changing values using the qtp script by Descriptive Programming Scenario: ======== 1. when i press the submit button 2. The Tool tip first shows the value "Validating...." 3. Next the value is changed in tooltip "Logging....." ------ And the class is webElement SO , how can i catch both values During Run time using Dp