Skip to content

Commit 71e04dd

Browse files
committed
Add documentation for Failure Categorization AI and update sidebar
1 parent d6eecc4 commit 71e04dd

File tree

2 files changed

+86
-0
lines changed

2 files changed

+86
-0
lines changed
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
id: analytics-test-failure-classification
3+
title: Failure Categorization AI - Test Intelligence
4+
sidebar_label: Failure Categorization AI
5+
description: LambdaTest Analytics uses Failure Categorization AI to classify test failures into different categories. This helps in identifying the root cause of failures and improving test automation efficiency.
6+
keywords:
7+
- analytics
8+
- test failure classification
9+
- test intelligence
10+
- failure categorization
11+
- AI
12+
- machine learning
13+
- test automation
14+
url: https://www.lambdatest.com/support/docs/analytics-test-failure-classification/
15+
site_name: LambdaTest
16+
slug: analytics-test-failure-classification/
17+
---
18+
19+
<script type="application/ld+json"
20+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
21+
"@context": "https://schema.org",
22+
"@type": "BreadcrumbList",
23+
"itemListElement": [{
24+
"@type": "ListItem",
25+
"position": 1,
26+
"name": "Home",
27+
"item": "https://www.lambdatest.com"
28+
},{
29+
"@type": "ListItem",
30+
"position": 2,
31+
"name": "Support",
32+
"item": "https://www.lambdatest.com/support/docs/"
33+
},{
34+
"@type": "ListItem",
35+
"position": 3,
36+
"name": "Test Overview",
37+
"item": "https://www.lambdatest.com/support/docs/analytics-test-failure-classification/"
38+
}]
39+
})
40+
}}
41+
></script>
42+
43+
# Failure Categorization AI - Test Intelligence
44+
45+
LambdaTest Analytics uses Failure Categorization AI to classify test failures into different categories. This helps in identifying the root cause of failures and improving test automation efficiency. The AI model analyzes the test execution data and categorizes the failures based on various parameters such as environment, browser, OS, and failure type. This allows you to focus on the most critical issues and prioritize your testing efforts.
46+
47+
## Pre-requisites For Failure Categorization AI
48+
49+
1. You should have an active LambdaTest account.
50+
2. This feature is available for users with the HyperExecute or App / Web Automation subscription plan.
51+
3. You should run at least 10 tests on the LambdaTest automation platform.
52+
4. You should have access to the LambdaTest Insights platform.
53+
5. You can see the failure categorization AI on creating a dashboard in the Insights section.
54+
6. Click on the `Create New` button to create a new dashboard.
55+
7. Choose any of the available widgets and add them to the dashboard.
56+
8. Click on the widget drill down to see the failure categorization AI.
57+
58+
## What is Failure Categorization AI?
59+
60+
The test failure categorization AI is a machine learning model that classifies test failures into different categories. The AI model uses various parameters such as environment, browser, OS, and failure type to categorize the failures. This helps in identifying the root cause of failures and improving test automation efficiency.
61+
62+
For the first failure as a user you will need to select the type of failure from the list of categories available. The categories are as follows:
63+
- **Product Bug:** This category is used when the failure is due to a bug in the product being tested. This could be a UI issue, a functional issue, or any other type of bug that affects the product's functionality.
64+
- **Test Automation Bug:** This category is used when the failure is due to a bug in the test automation code. This could be a script issue, a framework issue, or any other type of bug that affects the test automation process.
65+
- **Environment Issue:** This category is used when the failure is due to an issue with the test environment. This could be a configuration issue, a network issue, or any other type of issue that affects the test environment.
66+
- **No Action Required:** This category is used when the failure does not require any action. This could be a known issue, a false positive, or any other type of issue that does not require any action from the user.
67+
68+
Once the user selects the category for the first failure, the AI model will learn from the user's selection and will automatically categorize the subsequent failures based on the user's selection. This helps in reducing the manual effort required to categorize the failures and improves the overall efficiency of the test automation process.
69+
70+
## How will the Failure Categorization AI help you?
71+
72+
The failure categorization AI helps you in the following ways:
73+
74+
- **Automated Classification:** The AI model automatically classifies the test failures into different categories, reducing the manual effort required to categorize the failures.
75+
76+
- **Improved Efficiency:** By categorizing the failures, the AI model helps in identifying the root cause of failures and improving test automation efficiency.
77+
78+
- **Prioritization of Testing Efforts:** The AI model helps in prioritizing the testing efforts by identifying the most critical issues that need to be addressed.
79+
80+
- **Better Insights:** The AI model provides better insights into the test execution data, helping you to make data-driven decisions.
81+
82+
83+
## Support
84+
85+
For any queries or issues related to the Failure Categorization AI, please reach out to our [24/7 customer support](mailto:[email protected]). We are here to help you!

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3081,6 +3081,7 @@ module.exports = {
30813081
},
30823082
"analytics-build-comparison",
30833083
"analytics-smart-tags-test-intelligence",
3084+
"analytics-test-failure-classification",
30843085
"analytics-modules-test-intelligence-flaky-test-analytics",
30853086
"analytics-dashboard-copilot",
30863087
"analytics-allure-api-widgets",

0 commit comments

Comments
 (0)