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 |
How to capture screenshots of Exceptions/Errors during run- time?
does automation replace manual testing?
When using descriptive programming?
How many ways we can parameterize data in QTP?
write a qtp code to count the number of child objects in login page and highlight it
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?
Up to how much VB scripting knowledge and what type of VB script knowledge is required for a QTP test engineer for real time to work ?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
We stored into the objects OR and then write the scripting
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
what is the frame work your using in automation testing
what type of run time errors you get while you ar edoing rpg program?