Systems | Development | Analytics | API | Testing

Latest Videos

Chapter 3.2: Self Healing With CSS Selectors

We’ll wrap it up with a complex end-to-end test to summarize every main point you need to know about Self-Healing.. About Course This course demonstrates how Katalon Studio fixes broken object locators during test executions, without any manual effort involved. Equipped with Self-Healing, Studio automatically finds and uses pre-configured alternative locators to identify web elements, preventing tests from breaking.

Chapter 3.3: Self Healing With Image Savior

We’ll wrap it up with a complex end-to-end test to summarize every main point you need to know about Self-Healing.. About Course This course demonstrates how Katalon Studio fixes broken object locators during test executions, without any manual effort involved. Equipped with Self-Healing, Studio automatically finds and uses pre-configured alternative locators to identify web elements, preventing tests from breaking.

Chapter 3.4: Self Healing in End to End Testing

We’ll wrap it up with a complex end-to-end test to summarize every main point you need to know about Self-Healing.. About Course This course demonstrates how Katalon Studio fixes broken object locators during test executions, without any manual effort involved. Equipped with Self-Healing, Studio automatically finds and uses pre-configured alternative locators to identify web elements, preventing tests from breaking.

The Screenplay Pattern Better Interactions for Better Automation - CTM Online

Automating interactions for tests is hard. For the past decade, the primary way to automate web UI interactions has been the Page Object Model. Unfortunately, page objects do not scale well because, by design, they allow lots of code duplication and unsafe activity. The Screenplay Pattern is a much better pattern for handling interactions. In Screenplay, Actors use Abilities to perform Interactions.