Skip to content

Commit

Permalink
Update 2023-11-21-maybe-you're-a-tester.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinEberhardt authored Nov 21, 2023
1 parent 1e756d8 commit 8b4bafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-11-21-maybe-you're-a-tester.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Testing is something many of us consider in our day-to-day lives without realisi
- Do the chefs know how to use the equipment and/or ingredients in the kitchen?
- `Unit testing`*Checking that the smallest pieces of code are fit for use in isolation.*
- Can the chefs that were hired actually cook the meals on the menu?
- `Component testing`*Evaluating a section of code in its entirety, without focusing on the finer details of the underlying code or its relation to other components.*</span>
- `Component testing`*Evaluating a section of code in its entirety, without focusing on the finer details of the underlying code or its relation to other components.*
- Are the chefs communicating to the service staff that meals are ready to be served?
- `Integration testing`*Combining different components to ensure that they work together as a unified group based on specific system requirements.*
- How is the full flow from customer ordering to receiving their food?
Expand Down

0 comments on commit 8b4bafb

Please sign in to comment.