Skip to content

Commit 934dc83

Browse files
authored
Merge pull request mendix#10970 from tknippenberg/TestingImage
Updated pyramid image to include offerings
2 parents cb4e24f + 6ad3e23 commit 934dc83

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/testing/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Testing is a vital component when creating a Mendix application. Finding and fix
1717

1818
The testing pyramid is a convenient way to categorize tests according to their type, cost, speed, and scope.
1919

20-
{{< figure src="/attachments/howto/testing/testing-pyramid.png" class="no-border" >}}
20+
{{< figure src="/attachments/refguide/testing/testing-pyramid.png" class="no-border" >}}
2121

2222
Tests at the bottom of the pyramid are generally cheaper and faster to run, giving you quicker feedback. As you move up, the scope of the tests increases, but so does their complexity and execution time.
2323

-43.1 KB
Binary file not shown.
55.4 KB
Loading

0 commit comments

Comments
 (0)