Viewing scenario test suite results
After you run a scenario test suite, you can view the test results. For example, you can view the expected and actual output for assertions that did not pass.
-
In the header of Dev Studio, click
. -
To view results of the most recent run, click the result in the Result column. For information about why a test failed, click Failed in the Result column.
-
To view historical details about a specific test suite, in the Run history column, click View.
- Grouping scenario tests into suites
Group related scenario tests into test suites to run multiple scenario test cases in a specified order. You can then run the scenario test suites as part of purpose-specific tests, such as smoke tests, regression tests, or outcome-based tests. Additionally, you can disable or quarantine individual scenario tests for an application so that they are not executed when the test suite runs.
- Creating scenario test suites
To create a scenario test suite, add scenario test cases to the suite and then specify the order in which you want the tests to run. You can also modify the context in which to save the scenario test suite, such as the development branch or the ruleset.
- Running scenario test suites
Run scenario test suites to check application functionality. You can check the run history, add or remove test cases from the suite, or reorder the test cases before running the suite.
- Creating scenario tests
Record a set of interactions for a case type or portal in scenario tests. You can run these tests to verify and improve the quality of your application.
- Application: Scenario testing landing page
The scenario testing landing page provides a graphical test creation tool that you can use to increase test coverage without writing complex code.