Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michał 'Disper' Drzewiecki <michal.drzewiecki@sap.com>
  • Loading branch information
grego952 and Disper authored Feb 5, 2024
1 parent c1dd332 commit 90bd266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributor/testing-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ We investigate the product by separating it into layers:

2. Business Features

Combines the business logic into feature which is consumed by our customers.
Combines the code into feature which is consumed by our customers.

3. Product Integration

Verifies how our product is integarted into the technical landscape, how it interacts with 3rd party systems and how it is accessible by customers or remote systems.

For each layer, there is a dedicated testing approach used:

1. **Unit Testing for Business Logic:** Writing and executing tests for individual functions, methods, and components to verify their behavior and correctness in isolation.
1. **Unit Testing for Code:** Writing and executing tests for individual functions, methods, and components to verify their behavior and correctness in isolation.
2. **Integration Testing for Business Features:** Validating the integration and interaction between different components, modules, and services in the project.
3. **End-to-End Testing:** Testing the application as a whole in a production-like environment, mimicking real-world scenarios to ensure the entire system functions correctly, is performing well and secure.

Expand Down

0 comments on commit 90bd266

Please sign in to comment.