mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-04-04 02:36:23 +00:00
fix
Thanks to @mh61503891.
This commit is contained in:
parent
747f44c4df
commit
fb299577ab
1 changed files with 5 additions and 3 deletions
|
@ -67,12 +67,14 @@ footer {
|
|||
|
||||
変更を決めてからその変更が利用者に提供されるまでの一連の継続的な活動
|
||||
|
||||
> 
|
||||

|
||||
|
||||
<!-- _footer: 図の出典: David Farley, Jez Humble, 和智 右桂, 高木 正弘 (2017)「継続的デリバリー」 -->
|
||||
デプロイメントパイプラインによる自動化
|
||||
|
||||
すばやく、繰り返し、頻繁にフィードバックを得ることで最適な品質を保ち続ける
|
||||
|
||||
<!-- _footer: 図の出典: David Farley, Jez Humble, 和智 右桂, 高木 正弘 (2017)「継続的デリバリー」図1-1をもとに改変して作成 -->
|
||||
|
||||
---
|
||||
|
||||
## デプロイメントパイプラインとフィードバック
|
||||
|
@ -150,7 +152,7 @@ footer {
|
|||
|
||||
ユニットテストのような小さなテストを大規模に行い、エンド・トゥ・エンド (E2E) テストのようなコストのかかるテストはできるだけ小規模に保つ
|
||||
|
||||

|
||||

|
||||
|
||||
<!-- _footer: 参考文献: Mike Cohn (2009) "Succeeding With Agile" -->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue