how to count the word "IS" is repeated in the application
using DP
Answer Posted / kis
str="mismismismis"
cnt=Split(str,"is")
Msgbox ubound(cnt)
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How you can decide which type of object repository you have to use?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
How to use the object spy in quicktest professional (qtp) 8.0 version?
What are the automation metrice in your project?
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
Hi, how can we check or avoid the memory leakage in QTP9.2?
Explain xml checkpoints.
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Dis advantages of XML checkpoint ?
how to prepared for first for the first interview?
distinguish between old version and new version QTP features.
Can we create a qtp test from qc?
Explain more about the Test Fusion Report of QTP?