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 |
What r the advantages of automation?
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
Which object model ur used in ur project
How do u fetch data from a database ?
HI How to take screenshots of a Webpage and saving it in a external word document using QTP.
why require regression testing?
Difference between object identification and smart identification
Explain how you can find the absolute value of the number in qtp?
wht is the difference between action and functio?
How to explain a banking project in interview as a test engineer???
what is verification & validation?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.