Configure the level of detail in your execution results

By default, Tosca Commander logs all execution results on a TestStepValue level. It also reports all possible test states: Passed, Error, Failed, or Paused (available in manual tests only).

If you are looking for different information, you can change this level of detail in your execution results, i.e.:

  • on which level Tosca Commander should log

  • which test states Tosca Commander should consider

For instance, you can specify you only want results on a TestCase level and only for failed or paused tests.

To change the level of detail for tests created with Engines 3.0, modify the setting Report successful execution of under Project->Settings->TBox->Logging.

To change the level of detail for Classic tests, modify the setting Report successful execution of under Project->Settings->Engine.

Once you have modified the respective setting, Tosca Commander implements it in all future ExecutionLists.

Example

This example shows the difference between two possible values for the setting Report successful execution of. It uses a TestCase with two TestSteps:

  • the first TestStep passed

  • the second TestStep failed

In the screenshot below, you have specified the default value: TestStepValue - All. With this value, Tosca Commander logs on a TestStepValue level and reports all test states.

Sample TestCase with default value TestStepValue - All for the setting Report successful execution of

In the screenshot below, you have specified the value TestCases. With this value, Tosca Commander logs on a TestCase level, and only reports the test states Failed or Paused.

Sample TestCase with value TestCases for the setting Report successful execution of