Document toolboxDocument toolbox

Header

(8.3.0) Understand Logs

Logs provide details about the actions used when executing test cases on application under test. Qualitia creates log files after every execution of a test suite.

The logs are generated based on the settings configured on the Configuration Settings window. You can generate specific logs by selecting options on the Configuration Settings window.

Qualitia supports the following log categories:

  • Info Log
  • Debug Log
  • Error Log

Info Log

The Info Log provides information about the application workflow to a user. It contains details about the test execution and the series of events carried out by Qualitia for validating the test cases for the application under test. The Info Log also helps in identification of potential application defects. The Info Log contains the following details.

Step Itinerary

The Step Itinerary provides information about the specific task step within the test case. It provides information about the following:

  • Suite Name
  • Scenario Name
  • Test Case Name
  • Task Name

Action Execution Details

The action execution details comprise the information about all the objects of the tests and the actions that have been implemented on the objects.

Execution Status

The statuses of the test execution provide information on whether the test cases have cleared the validation test. The execution status helps in identification of application defects, and action errors.
The following table describes the execution statuses.

Execution Status

Description

Passed

The Execution Status '0' denotes that the test case setup has passed the validation test. It indicates that the actual behavior of the application under test is consistent with the expected result.

Failed

The Execution Status '1' denotes that the test case setup has failed.

The various reasons for failure of test case setup are:

  • Error in selection of Action for tasks
  • Error in input parameters
  • Change in object properties

Defected

The Execution Status '2' denotes that the test case setup has failed due to differences in expected and actual result regarding the behavior of the application under test.

It indicates that the application has potential defects related to the functionality under test.

Report Itinerary

The Report Itinerary provides information about the components of the test case setup for which Qualitia has generated the reports.

Debug Log

The Debug Log provides information about configuration settings, called functions, test execution sequence, action execution details, execution status, and report itinerary.

The Debug Log contains the following details:

Configuration Settings

The Debug Log offers information about the values of the configuration settings that have been configured for Qualitia by you.

Function Details

Functional details provide details of functions called during the execution.

Execution Details

It provides the following details:

Step Itinerary

The Step Itinerary provides information about the step within the test case. It provides information about the following:

  • Suite Name
  • Scenario Name
  • Test Case Name
  • Task Name

Report Itinerary

The Report Itinerary provides information about the components of the tests for which Qualitia has generated the reports. Action Execution Begin At provides the beginning time of the execution.

Action Details

The Action execution details comprise the information about the object and the actions that have been implemented on the object. The details also indicate the status of the implemented actions. The applicable statuses are Passed, Failed, and Defected.

Action Execution Completed At

This provides the completion time of action.

Execution Status

The statuses of the test execution provide information on whether the test cases have cleared the validation test. The execution status helps in identification of application defects and action errors.

The following table describes the execution statuses.

 Execution Status

Description

0

The Execution Status '0' denotes that the test cases have passed the validation test. It indicates that the actual behavior of the application under test is consistent with the expected result.

1

The Execution Status '1' denotes that the test cases have failed.
The various reasons for failure of test case setup are:

  • Error in selection of Action for tasks
  • Error in input parameters
  • Change in object properties
  • Page Sync issue

2

The Execution Status '2' denotes that the test cases have failed due to differences in expected and actual result regarding the behavior of the application under test. It indicates that the application has potential defects related to the functionality under test.

Error Log

Error log provides details about the errors that occurred during the test execution.

Footer