A new version of Qualitia Automation Studio 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Logs provide details about the actions that occur during the test execution on an application. 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 the Qualitia.exe.config file. 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 = TRUE

  • No labels