What is repository parameters in QTP?how will we define
that????what is unmapped & mapped repository
parameters????????
Answer / shashank
A repository parameter is a variable that holds a value of a
particular property of an object present in the Shared
repository. For example , if we consider an object as a
function, then a function has its formal parameters that
needs to be assigned at the time of its use. Similarly, we
assign a repository parameter to a property of an object,
that can be assigned in the test case during the use of that
object.
If we are using the object that has its property value
assigned as the repository parameter, then we have to assign
a value to the parameter. Assigning a value to the
repository parameter is called mapping. If we don't assign
any value to the parameter. a repository parameter that has
no assigned value is called an unmapped repository parameter.
Is This Answer Correct ? | 3 Yes | 1 No |
What are the disadvantages of recording test cases in qtp?
How can we display the names of the buttons in the toolbar of a webpage
when do we write a script in qtp?(plz give me more then 2 reasons)
in how many ways we can write the user defined functions one way i know that i.e storing it in .vbs another way i does not know my friend said that .qtf or something but start with q letter can any buddy knows about this
Could some one help me the difference between GetTOProperty and SetTOProperty and when we will use these properties. and what is meant by SetToProperties..
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
wht type of User defined functions or Java Releated functions do we write in VB scripting
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
what are the difference ways of parameterising?
For Usability testing, which is preferable Automation or Manual?
How to connect to data base?
How you are developing the script? Using record and play back or manual?