Skip to content
Merged

Updates #1544

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/kaneai-auto-heal.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ slug: kaneai-auto-heal/

## What is Auto-Heal in KaneAI & HyperExecute?

KaneAI, the AI-powered automation engine from LambdaTest, generates automation test scripts across multiple languages and frameworks using natural language instructions. When these scripts are executed via **HyperExecute**, LambdaTest’s high-performance test execution platform, they come with an added layer of reliability—the **Auto-Heal** feature.
KaneAI, the GenAI Native testing assistant from LambdaTest, generates automation test scripts across multiple languages and frameworks using natural language instructions. When these scripts are executed via **HyperExecute**, LambdaTest’s high-performance test orchestration platform, they come with an added layer of reliability—the **Auto-Heal** feature.

**Auto-Heal** ensures your automation scripts remain robust, even when the application under test undergoes changes like modified element locators (IDs, XPaths, CSS selectors). Instead of failing the test immediately when locators break, KaneAI dynamically finds new locators at runtime by leveraging the original natural language instruction used to execute the test case.

Expand Down Expand Up @@ -84,7 +84,7 @@ The core logic of Auto-Heal integrates several sophisticated systems working in
- ⚡ **Increased Automation Stability:**
Avoid flaky tests caused by minor DOM updates or attribute changes.

- 🧠 **AI-Powered Healing with Context:**
- 🧠 **AI-Native Healing with Context:**
Uses the original intent behind instructions to intelligently recover from failures.

- ⏱️ **Faster Execution with HyperExecute:**
Expand Down
Loading