what is parametrization ? How do you parametrize in qtp ?

Answer Posted / vivek

parametrization is a process of changing original value with
set of value or defining set of values for original values.

DDT(Data Driven Test) can be execute by parametrization.

DDT Life Cycle:---

Create Test
|
Create Test to DDT
|
Parametrize the value
|
Run Test
|
View Result

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you list down a few characteristics of a test case?

933


how to write a test cases for courier offices?

3608


Define some of the attributes of a test case?

908


How to write test cases on laptop???

15162


Explain the unit testing?

903


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

1160


What is ramp testing?

877


How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile 

1899


Write a test case for computer keyboard?

1004


Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?

2353


Explain the branch coverage testing?

934


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

1711


write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2769


Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?

2048


How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

2104