This video will show you how to auto-populate Excel sheets with test cases that have embedded test data, specified within Test Modeller.
The following are the keywords which can be used in the Excel templates.
Keyword | Description |
---|
$[test_case_no] | Index number of the test case. |
$[test_case_no_repeated] | Number of times the test case is repeated. |
$[test_case_name] | The original name of the test case. |
$[test_case_name_repeated] | The repeated name of the test case. |
$[test_case_step_no] | The index of the test step within the test case. |
$[test_case_step_name] | The test step name. |
$[test_case_step_desc] | The test step description. |
$[test_case_step_expected_result] | The test step expected result. |
$[test_data_variable_names] | List of variables assigned within the test step. |
$[test_data_variable_values] | List of values assigned within the test step. |
$[test_data_variable_value][<variablename>] | A specific test data value. Replace <variablename> with the variable name. |