From c1641cbf40242553dcbf290d74533086a280f0b8 Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Wed, 11 Mar 2026 13:57:34 +0100 Subject: [PATCH] Updates --- content/en/docs/howto10/testing/_index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/en/docs/howto10/testing/_index.md b/content/en/docs/howto10/testing/_index.md index 4c55b9041f5..c4bf118123f 100644 --- a/content/en/docs/howto10/testing/_index.md +++ b/content/en/docs/howto10/testing/_index.md @@ -2,17 +2,16 @@ title: "Testing" url: /howto10/testing/ weight: 100 -description: "Presents test-related how-tos and blogs written by Mendix professionals." +description: "Describes the available options for testing your Mendix application." no_list: false description_list: true --- ## Introduction -Testing is a vital component when creating a Mendix application. In this category, you can find all the test-related how-tos and blogs written by experienced Mendix professionals. +Testing is a vital component when creating a Mendix application. Finding and fixing bugs when your application is in production is more expensive and time-consuming than before a release. Solving issues in the early stages of development ensures a more stable product and better user experience. -These blog posts also present useful details on testing: +## Testing Pyramid -* [Three Tools to Test Your Mendix Application](https://www.mendix.com/blog/three-tools-to-test-your-mendix-application/) +Mendix offers several options for each -## Documents in This Category