Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Aug 11, 2024
1 parent edae121 commit 42a910d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/routes/posts/auto-test-guide-book-memo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ published: true
## Intro

[テスト自動化実践ガイド 継続的にWebアプリケーションを改善するための知識と技法](https://www.amazon.co.jp/dp/4339027081?psc=1&ref=ppx_yo2ov_dt_b_product_details)という本を読みました。
今の関わっているプロダクトでテストについての課題があり、

以降は読書メモです。

Expand Down Expand Up @@ -45,7 +46,7 @@ published: true

## 開発を支える自動テスト

ここでは先ほどの章で学んだ**受け入れテスト**使ったテスト手動である受け入れ駆動テストについて知りました。他のテスト手法としてはテスト駆動開発(TDD)があります。
ここでは先ほどの章で学んだ**受け入れテスト**使ったテスト手動である受け入れ駆動テストについて知りました。

- 受け入れ駆動テスト(ATDD)
- 決められた要件があって、それを元にテストコードから先に書くという開発手法
Expand Down

0 comments on commit 42a910d

Please sign in to comment.