---
title: "測試"
permalink: "https://blog.aotoki.me/tags/%E6%B8%AC%E8%A9%A6/"
language: "zh-tw"
---

# 測試



- [累積價值 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/05/24/test-with-cucumber-accumulated-value/index.md) — 2024-05-24
- [重現後端實作 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/05/17/test-with-cucumber-import-reimplement-backend/index.md) — 2024-05-17
- [匯入前端實作 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/05/10/test-with-cucumber-import-frontend-implementation/index.md) — 2024-05-10
- [在 Rails 的前後端分離 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/05/03/test-with-cucumber-frontend-in-rails/index.md) — 2024-05-03
- [結帳處理 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/04/26/test-with-cucumber-process-checkout/index.md) — 2024-04-26
- [持久化保存 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/04/19/test-with-cucumber-persistent-data/index.md) — 2024-04-19
- [加入資料模型 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/04/12/test-with-cucumber-add-data-model/index.md) — 2024-04-12
- [更新購物車 API - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/04/05/test-with-cucumber-update-cart-api/index.md) — 2024-04-05
- [商品資料 API - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/03/29/test-with-cucumber-product-api/index.md) — 2024-03-29
- [初始化後端專案 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/03/22/test-with-cucumber-setup-backend/index.md) — 2024-03-22
- [整理前端實作 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/03/15/test-with-cucumber-clean-frontend/index.md) — 2024-03-15
- [結帳與結果 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/03/08/test-with-cucumber-checkout-and-result/index.md) — 2024-03-08
- [驗收測試驅動開發與 AI 訓練相似之處](https://blog.aotoki.me/posts/2024/03/06/the-atdd-and-ai-training-is-similar/index.md) — 2024-03-06
- [商品資料與總價 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/03/01/test-with-cucumber-product-list-and-subtotal/index.md) — 2024-03-01
- [重構與移出購物車 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/02/23/test-with-cucumber-refactor-and-remove-from-cart/index.md) — 2024-02-23
- [商品列表與加入購物車 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/02/16/test-with-cucumber-products-and-add-to-cart/index.md) — 2024-02-16
- [前端環境：Vite 與 Cucumber - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/02/09/test-with-cucumber-use-with-vite/index.md) — 2024-02-09
- [基本語法：輔助設定 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/02/02/test-with-cucumber-syntax-support/index.md) — 2024-02-02
- [Global Game Jam 2024 - 軟體架構適用遊戲開發嗎？](https://blog.aotoki.me/posts/2024/01/31/can-software-architecture-apply-to-game-development/index.md) — 2024-01-31
- [基本語法：步驟定義 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/01/26/test-with-cucumber-syntax-step-definition/index.md) — 2024-01-26
- [基本語法：驗證行為 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/01/19/test-with-cucumber-syntax-assert/index.md) — 2024-01-19
- [基本語法：功能描述 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/01/12/test-with-cucumber-syntax-describe/index.md) — 2024-01-12
- [同時完成測試與文件 - Cucumber 的文件測試法](https://blog.aotoki.me/posts/2024/01/05/test-with-cucumber-to-complete-test-and-document/index.md) — 2024-01-05
- [預期外狀況的測試 - Rails 開發實踐](https://blog.aotoki.me/posts/2023/09/08/rails-in-practice-the-exception-test/index.md) — 2023-09-08
- [用測試資料驗證邏輯 - Rails 開發實踐](https://blog.aotoki.me/posts/2023/08/25/rails-in-practice-use-test-data-verify-logic/index.md) — 2023-08-25
- [用測試完善規格 - Rails 開發實踐](https://blog.aotoki.me/posts/2023/08/11/rails-in-practice-use-test-to-complete-specification/index.md) — 2023-08-11
- [快速通過測試的方法 - Rails 開發實踐](https://blog.aotoki.me/posts/2023/08/04/rails-in-practice-the-fast-way-to-pass-test/index.md) — 2023-08-04
- [可以測試的規格 - Rails 開發實踐](https://blog.aotoki.me/posts/2023/07/28/rails-in-practice-testable-specification/index.md) — 2023-07-28
- [優雅的 RSpec 測試 - 探索式的測試與重構](https://blog.aotoki.me/posts/2023/05/19/elegant-rspec-exploration-testing-and-refactor/index.md) — 2023-05-19
- [優雅的 RSpec 測試 - 耦合與依賴注入](https://blog.aotoki.me/posts/2023/05/12/elegant-rspec-coupling-and-dependency-inject/index.md) — 2023-05-12
- [優雅的 RSpec 測試 - 物件的可測試性](https://blog.aotoki.me/posts/2023/05/05/elegant-rspec-the-testability/index.md) — 2023-05-05
- [不用瀏覽器的前端開發](https://blog.aotoki.me/posts/2023/05/03/write-frontend-without-use-browser/index.md) — 2023-05-03
- [優雅的 RSpec 測試 - Spy 的應用](https://blog.aotoki.me/posts/2023/04/28/elegant-rspec-the-spy-usage/index.md) — 2023-04-28
- [優雅的 RSpec 測試 - Allow 變化應用](https://blog.aotoki.me/posts/2023/04/21/elegant-rspec-another-allow-usage/index.md) — 2023-04-21
- [優雅的 RSpec 測試 - Allow 的使用方式](https://blog.aotoki.me/posts/2023/04/14/elegant-rspec-the-allow-usage/index.md) — 2023-04-14
- [優雅的 RSpec 測試 - Mock 與 Stub](https://blog.aotoki.me/posts/2023/04/07/elegant-rspec-mock-and-stub/index.md) — 2023-04-07
- [優雅的 RSpec 測試 - 測試替身](https://blog.aotoki.me/posts/2023/03/31/elegant-rspec-test-double/index.md) — 2023-03-31
- [優雅的 RSpec 測試 - 輔助方法](https://blog.aotoki.me/posts/2023/03/24/elegant-rspec-test-helper/index.md) — 2023-03-24
- [優雅的 RSpec 測試 - 自訂匹配器](https://blog.aotoki.me/posts/2023/03/17/elegant-rspec-customize-matcher/index.md) — 2023-03-17
- [優雅的 RSpec 測試 - 共用案例](https://blog.aotoki.me/posts/2023/03/10/elegant-rspec-shared-example/index.md) — 2023-03-10
- [從測試 Stable Diffusion 結果反思軟體測試](https://blog.aotoki.me/posts/2023/03/08/rethink-software-test-by-test-stable-diffusion-result/index.md) — 2023-03-08
- [優雅的 RSpec 測試 - 錯誤匹配](https://blog.aotoki.me/posts/2023/03/03/elegant-rspec-error-matcher/index.md) — 2023-03-03
- [優雅的 RSpec 測試 - 內容匹配](https://blog.aotoki.me/posts/2023/02/24/elegant-rspec-content-matcher/index.md) — 2023-02-24
- [優雅的 RSpec 測試 - 常見匹配器](https://blog.aotoki.me/posts/2023/02/17/elegant-rspec-common-matcher/index.md) — 2023-02-17
- [優雅的 RSpec 測試 - 前置處理](https://blog.aotoki.me/posts/2023/02/10/elegant-rspec-prepare-test/index.md) — 2023-02-10
- [在 Game Jam（黑客松）寫測試有用嗎？](https://blog.aotoki.me/posts/2023/02/08/does-write-test-in-game-jam-is-useful/index.md) — 2023-02-08
- [優雅的 RSpec 測試 - 組織測試](https://blog.aotoki.me/posts/2023/02/03/elegant-rspec-organize-test/index.md) — 2023-02-03
- [優雅的 RSpec 測試 - 測試案例](https://blog.aotoki.me/posts/2023/01/27/elegant-rspec-example/index.md) — 2023-01-27
- [用測試讓你在三小時交出面試作業](https://blog.aotoki.me/posts/2023/01/25/use-test-to-complete-interview-assignment-in-3-hours/index.md) — 2023-01-25
- [優雅的 RSpec 測試 - RSpec 概觀](https://blog.aotoki.me/posts/2023/01/20/elegant-rspec-overview/index.md) — 2023-01-20
- [優雅的 RSpec 測試 - 撰寫測試的方式](https://blog.aotoki.me/posts/2023/01/13/elegant-rspec-how-to-write-test/index.md) — 2023-01-13
- [優雅的 RSpec 測試 - 前言](https://blog.aotoki.me/posts/2023/01/06/elegant-rspec-preface/index.md) — 2023-01-06
- [2022 年的 RSpec 測試還需要 Mock 嗎？](https://blog.aotoki.me/posts/2022/08/12/do-we-need-mock-in-rspec-in-2022/index.md) — 2022-08-12
- [針對遺留代碼加入單元測試的藝術課程心得](https://blog.aotoki.me/posts/2021/01/10/experience-of-unit-testing-effectively-with-legacy-code/index.md) — 2021-01-10

