0% found this document useful (0 votes)
89 views7 pages

Katalon V5

Katalon Studio V5.x introduces several new features including running scripts in a headless browser, Katalon Analytics for analyzing test execution reports across multiple builds, test listeners for executing methods before and after test cases and suites, and desired capabilities for configuring browser settings. Katalon Analytics is an online portal for viewing status, duration, and execution reports and allows automatic, manual, or command line uploading of results. Test listeners allow running methods before and after tests or suites, and desired capabilities define browser configurations.

Uploaded by

Irman Ramadhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
89 views7 pages

Katalon V5

Katalon Studio V5.x introduces several new features including running scripts in a headless browser, Katalon Analytics for analyzing test execution reports across multiple builds, test listeners for executing methods before and after test cases and suites, and desired capabilities for configuring browser settings. Katalon Analytics is an online portal for viewing status, duration, and execution reports and allows automatic, manual, or command line uploading of results. Test listeners allow running methods before and after tests or suites, and desired capabilities define browser configurations.

Uploaded by

Irman Ramadhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Katalon Studio V5.

x
• Project Migration
• Executing the script in Headless browser
• Katalon Analytics (beta version)
• Test Listener
• Check Points
• Desired Capabilities
Headless Browser
• In the latest version of Katalon studio, you can run the script in head less
version of chrome browser
• Headless means the browser will launch as demon process and all the
interaction will happen in memory
• There will be no UI of browser in foreground
• As it is running in memory, so it will be faster as compared to normal
browser
• Headless browser should not be used for complex UI test
Katalon Analytics
• Katalon Analytics is the next level of analysing the text execution report.
Using this one can do the analysis over multiple builds
• Status Report :- Provide the overview of test execution time
• Duration Report :- Overview of that, time that each build taken
• Execution Report :- Overview of test case status in each build
• Execution Detailed Report :- Detail information of specific execution
Katalon Analytics
• It’s a online portal, http://analytics.katalon.com
• Team :- You can have Single/ Multiple Team
• Project :- Each team can have access to Single / Multiple project
Katalon Analytics
• Automatic upload
• Manual Upload
• Command Line upload
Test Listener
• Listener are the method , which wait for specific event to occur and then
execute
• Before Test Case method
• After Test Case method
• Before Test Suite method
• After Test Suite method
Desired Capabilities
• Desired Capabilities are the set of key/value pair. Which define the
browser configuration.
• The capabilities can be added via, Project  Settings  Execution 
Defaults  WebUI
• List of Capabilities :-
https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities

You might also like