Skip to content
Draft
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
9 changes: 4 additions & 5 deletions content/en/docs/howto10/testing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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