Plz explain about object propeties in object
identification? means.. explain about 1. mandatory
properties.2. assestive properties 3. ordinal properties.
Answers were Sorted based on User's Feedback
Answer / siva
1.Mandatory properties are very important for QTP to
uniquely identify the object.
For eg:How the people identifies you.First one is
name.Eventhough you have other properties like(Tall or
short,good looking)they first use your name to identifies
you.
2.Once if the mandatory properties failed to uniquely
identify the object,QTP uses its assestive properties to
identify the object uniquely.
For eg:Call as short boy or tall boy.
3.Once these two properties failed,QTP uses the third
one "Ordinal identifiers"
Under ordinal identifiers,there are three categories
1.Location
2.Index
We have to define these two things in Object identification
dialog box.
We can also add properties to already existing mandatory
and assestive properties
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / samiran
1. mandatory property is followed by red asterisk (*)
2. Optional arguments?If the name of the argument is not
followed by a red asterisk (*), you can specify a value for
the argument or leave the cell blank.
If you do not specify a value, QuickTest uses the default
value for the argument. (You can view the default value by
moving the mouse over the
cell).
3. Required arguments?If you specify a value for an
optional argument, then you must also specify the values
for any optional arguments that are listed before this
argument. If you do not specify these values, QuickTest
uses the default values for all required arguments. You can
see the default value for each argument in a tooltip, by
moving the mouse over the Value column.
4. Parameterized arguments?You can use a parameter for any
argument value by clicking the parameterization button
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / padma
while QTP recording the object properties,if the QTP learned
two different object having same propeties values in such
case QTP have confusion state ,to overcome QTP reconfigure
properties .we have to change OP in object identification.
During QTP recording OR captures some of mandatory
properties in all of these options.
If QTP is unable to identify the object,in such case
configure both mandatory and assestive for a given object.
Even though QTP is unable to identify the object then
finally we have to configure the properties in ordinal
properties
| Is This Answer Correct ? | 0 Yes | 0 No |
what is selective recording ? and normal recording?
how can i call reusable action in a function could any one explain me?
i am unable to select an item from combobox using Descriptive programming. can any one give me code for scheduling the ticket using Descriptive programming.
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
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
how interviews will be on QTP?
Can we continue functionality testing without framework?
DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example
What is Automation frame work.How we will prepare in real time.
Why we have to split actions in a test?
When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?