Katalon V5
Katalon 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