Skip to content

Commit eb89388

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent e4cc1d0 commit eb89388

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

_posts/2025-11-21-solution-architect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ _Goal_: **Show deep expertise in testing**.
244244

245245
The testing pyramid is a model that suggests the different types of tests should be in a specific ratio. It is a way to balance the different types of tests and to ensure that the tests are comprehensive and effective.
246246

247-
![Testing pyramid diagram showing five levels of testing from bottom to top: Unit Tests (largest red base), Component Tests (orange), Integration Tests (yellow), API Tests (teal), and UI Tests (blue triangle at top). Manual Tests appear as a blue cloud above the pyramid. Left side shows arrow labeled More Isolation to More Integration. Right side shows arrow labeled Faster to Slower. Gray boxes on right contain icons representing End to End testing, integration workflows, component testing, and unit testing respectively. The pyramid illustrates that unit tests should form the foundation with fewer higher-level tests as you move up the hierarchy.](./tests-pyramid.jpeg)
247+
![Testing pyramid diagram showing five levels of testing from bottom to top: Unit Tests (largest red base), Component Tests (orange), Integration Tests (yellow), API Tests (teal), and UI Tests (blue triangle at top). Manual Tests appear as a blue cloud above the pyramid. Left side shows arrow labeled More Isolation to More Integration. Right side shows arrow labeled Faster to Slower. Gray boxes on right contain icons representing End to End testing, integration workflows, component testing, and unit testing respectively. The pyramid illustrates that unit tests should form the foundation with fewer higher-level tests as you move up the hierarchy.](/assets/images/tests-pyramid.jpeg)
248248

249249
Test coverage should be:
250250

File renamed without changes.

0 commit comments

Comments
 (0)