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 |
We stored into the objects OR and then write the scripting
Why script error occur in between recording in qtp?
what is use of optionexplicit in variable declaration
Java add-in is need to work on java oriented project ?
Where the text version of script file located in file system?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
What is the difference between Global and Local Data Sheets?
what is framework? which frame work u follow for writting script?
Hai Friends this is Rajesh , Is there any Site or Blog that Video tutorials of Qtp that can be free downloadable to Pc. Friends if any body know that site or blog please send me because i'm really in need for that because i cannot affordMoney in learning Course in Institutes due to Financial Problem . So please Forward that Site or Blog which provides Downloadable Video Tutorials in Free to PC , As My Friend is having PC thru that I'm planning to learn. So Kindly help me Friends if you are aware of that Site/Blog
How to measure transaction time through VBScript without using start and end transaction points?
suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?
How will you send values to a cell in a webtable using QTP?