InterviewSolution
| 1. |
How Does Parameterization And Data-driving Relate To Each Other In Qtp? |
|
Answer» Using PARAMETERIZATION feature we can enhance test or COMPONENT by parameterize the values that it uses. A Parameter is VARIABLE that is ASSIGNED a value from the external data source. There are 4 types of parameters like Test/Action or Component, Data Table parameter, Random Number and ENVIRONMENT Parameter. Data Driving enables to parameterize several property values for test objects, checkpoints. Using parameterization feature we can enhance test or component by parameterize the values that it uses. A Parameter is variable that is assigned a value from the external data source. There are 4 types of parameters like Test/Action or Component, Data Table parameter, Random Number and Environment Parameter. Data Driving enables to parameterize several property values for test objects, checkpoints. |
|