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
Can you list down a few characteristics of a test case?
how to write a test cases for courier offices?
Define some of the attributes of a test case?
How to write test cases on laptop???
Explain the unit testing?
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?
What is ramp testing?
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
Write a test case for computer keyboard?
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?
Explain the branch coverage testing?
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.
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
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?
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.