1.can we parameterise object repository?how we can do it?
2.there is a name "mallikharjun".i want to get the vowels
in it through VBSCRIPT?
Answer Posted / rico
1. This is what i see in HELP documentation of QTP for
parameterization of OR---> "Repository parameters enable
you to specify that certain property values should be
parameterized, but leave the actual parameterization to be
defined in each test that is associated with the object
repository that contains the parameterized test object
property values".
You can see a lot more in the help documentation on this,
just do a search with the tag "Working with Repository
Parameters ".-- Hope this will help you
2.
str=”any string”
dim c as integer
for i=1 to len(str)
if mid(str, i,1) = ‘a’ or mid(str, i,1) = ‘e’
or mid(str, i,1) = ‘i’ or mid(str, i,1) = ‘o’
or mid(str, i,1) = ‘u’ or mid(str, i,1) = ‘A’
or mid(str, i,1) = ‘E’ or mid(str, i,1) = ‘I’
or mid(str, i,1) = ‘O’ or mid(str, i,1 = ‘U’
then
c=c+1
print mid(str, i,1) “This is “ , c, “Vowel”
end if
next
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is synchronization? What are the ways you can synchronize?
what is the latest version of QTP? Main difference between 9.2 and 10 version
How to execute a winrunner script in quicktest professional?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
What are the different types of checkpoints?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Explain the concept of object repository & how qtp recognizes objects?
What are the challenges u faced in testing with crm domain? How u overcome with?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
What are the different attribute used with regular expression?
give me an example where u used good judgement and logic in solving a problem
What are the key points to create a framework in QTP for oracle forms?
how to evalute defects in QTP script?
How many scripts did you have?