Introduction
Katalon Studio is a test automation tool. It can be used for web, mobile and API testing. You can create test suites, test cases and test objects. You can record test cases and play them later i.e. you can manually set a test case, later on Katalon automation tool will imitate the user’s behavior and run the actions in a repeatable manner.

In this article, we will discuss how to analyze test execution logs after running the test cases in Katalon Studio. We will also discuss how to analyze the execution reports in Katalon Studio.
Analyze Test Execution Logs
Log Viewer
After the test execution is completed, we can view information about the test execution from the “Log Viewer”.

➡️ There are two types of views available -
⭐ Tree View: The logs are organized properly in the way they are executed. Click on
the Tree view button to switch to the Tree View.

⭐ Standard View: The log is organized step-wise, with each step visible.
On the left-hand side, you can find the filter options that allow you to view logs of your choice i.e. if you want to view the tests that have been passed you can select
Passed.
We have described the filter options in the below image -

➡️ The detailed information about the test steps is displayed on the right side of the log messages (it is the same for both Standard and Tree view).
➡️ Click on the test case to view its details.

Scroll Lock
As the test is being executed, new messages keep getting added to the bottom of the log messages, so the logs keep getting scrolled down. If you want to stop scrolling, click on the scroll lock button.

Note: We have used the Sample Android Project provided by Katalon Studio as an example in this entire article.










