Panel | ||
---|---|---|
| ||
|
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
Properties
|
Panel |
---|
ViewsIssue Detail ViewThe issue detail view of a test can be reached by selecting the test in the definition tree of a project. Displayed properties for each parameter:
If parameters are used within test steps the identifier is part of the name, description or expected result. Test ExecutionA single test execution can be started from the definition tree or plan tree via context menu of a test. If parameters were used in test steps that are part of the execution, the execution runner will display the (overwritten) value instead of the identifier. |
Panel |
---|
OperationsUsing a parameter always consists of three steps which are creating a parameter, using the parameter in test steps and overwriting it's value for test executions. For each operation the view to access it is indicated. Each operation can be accessed from at least one of the following views:
Create parametersVia Add iconAccessible via Parameters section. Click on the to open the add parameter dialog. Within the dialog you can enter the initial property values. Via Add labelAccessible via Parameters section. For tests without parameters the Parameters section displays a label reading Click to add a test parameter. Within the dialog you can enter the initial property values. Creating multiple parametersBy default the add parameter dialog is closed after a parameter was successfully added. Edit parametersAccessible via Parameters section. Click on the to open the edit parameter dialog. The dialog allows you to edit the following properties:
Note that editing parameters doesn't affect previous test executions. Delete parametersAccessible via Parameters section. Click on the to open the delete parameter dialog. Deleting a parameter doesn't affect previous test executions. Use parameters in test stepsAccessible via Test Steps section. Create a new test step or edit an existing test step you want to use parameters with. Note that parameters are test specific and therefore can only be used within test steps of the same test. Overwrite parametersWhen adding a test to a test planAccessible via plan tree. If you add a test with parameters to a test plan the overwrite parameter dialog opens. The dialog displays all parameters of the test and their values as currently set in the test definition. Click Cancel to add the test without overwriting its parameters. Click Save to add the test and overwrite its parameters. The identifiers of not overwritten parameters will be replaced with the latest values from the test definition during execution of the test plan. The identifiers of overwritten parameters will always be replaced with the overwritten value during test execution of the test plan. Overwriting parameters for a particular test plan doesn't change the original test definition values for the parameters. Via context menuAccessible via plan tree. Right click on the test whose parameters you want to overwrite and select Overwrite parameters from the context menu. For already overwritten parameters the dialog always displays the overwritten value. This way allows later overwriting of parameters as well as editing the values of already overwritten parameters. For single test executionsAccessible via definition tree and Single Test Executions section. Any time you start a single test execution the overwrite parameter dialog opens. Just like the dialog for test plans it displays all parameters of the test and their values as currently set in the test definition. Click Cancel to cancel the execution. Click Continue to start the execution of the test and overwrite its parameters. The identifiers overwritten parameters are replaced with the overwritten value during this execution. Overwriting the test parameters affects only the particular single test execution. |