Skip to content

Commit

Permalink
Update docs/docs/concepts/what-is-trace-based-testing.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Julianne Fermi <[email protected]>
  • Loading branch information
Adnan Rahić and jfermi authored Aug 21, 2024
1 parent 0cb399f commit 4cf34bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/concepts/what-is-trace-based-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Trace-based testing validates entire application flows and transactions. It ensu
| Validates outputs | Validates entire transactions |
| Limited to input/output validation | Detailed insight into each step in the transaction |
| Can miss race conditions, bottlenecks, service-to-service interactions | Identifies race conditions, bottlenecks, etc. |
| Only sutied for testing isolated components and functions | Ideal for testing full transactions in complex distributed systems and microservices |
| Only suited for testing isolated components and functions | Ideal for testing full transactions in complex distributed systems and microservices |

| Manual correlation of issues across components | Contextually links issues in a transaction |
| Cannot find issues caused by service dependencies | Finds and validates issues between services |
| Cannot find performance bottlenecks unless specifically tested | Validates trace span duration and performance |
Expand Down

0 comments on commit 4cf34bb

Please sign in to comment.