Systems | Development | Analytics | API | Testing

Chapter 2.1: Selection and Prioritization of Element Locator Methods

This chapter shows you how to set up and prioritize different alternative locators that Katalon Studio will use when it fails to identify test objects. You’ll also learn to automatically replace broken locators with working alternatives, without changing anything in relevant test cases. 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 2.2: Self Healing Object Exclusion and Broken Object Replacement

This chapter shows you how to set up and prioritize different alternative locators that Katalon Studio will use when it fails to identify test objects. You’ll also learn to automatically replace broken locators with working alternatives, without changing anything in relevant test cases. 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.1: Self Healing With Relative Xpaths

This chapter further demonstrates how Self-Healing works in different scenarios, with Xpath, CSS, and Image alternative locators. 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.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 Ably async/await post we promised

Great user experience on the web comes from being able to provide users with exactly what they want in the most seamless way possible. Behind the scenes, some user actions may take more time to process than others. For example, showing or hiding an HTML element is a quick operation whereas making an XHR request to get data from an external API is a slower operation. JavaScript provides us with a way to handle them all without giving up that instant delight users naturally expect.