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 |
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
How can I test the unix shell in QTP
Apart from VB script What are the fundamental criteria to gain the knowledge to write QTP script without OR and recording ?
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
Explain object spy in qtp.
What types of testing comes under functional testing or in other word what will you test in functional testing?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Tell me about qtp?
How to Import data from a ".xls" file to Data table during Runtime.
how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.
any body want to learn qtp with real time concept on Banking domain contact ciraaj@gmail.com
How many add-ins comes by default with qtp?