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 is the Automation Process followed in your company?
What is test fusion report?
what is the difference between IE & Netscape in web testing on a log in page
we have 10 automation scripts. how to call them from one main script.
how u will describe testing activities?
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
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?
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
how can we handle errors other than using recovery scenerios in qtp
How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
What is All object and Local object in Object Repositary? Explain me please.