Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Qualitia supports the following log categories:

Info Log

Info log provides details about the application workflow to identify potential application defects.

Debug Log

Debug log provides technical flow to analyze and debug object identification issues, page synchronization issues, and so on.

Error Log

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

The logs can be generated based on the parameters configured in on the Qualitia.exe.config file. Configuration Settings window. You can generate specific logs by specifying the TRUE or FALSE value for the required logs in the Qualitia.exe.config file. To generate Info Log, Debug Log, and Error Log, enters the following parameters in the Qualitia.exe.config file.
CreateInfoLog = TRUE
CreateDebugLog = TRUE
CreateErrorLog = TRUEselecting options on the Configuration Settings window. 

See also,

Child pages (Children Display)