mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
fix
This commit is contained in:
parent
c2c387cd7d
commit
b70eb58709
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ footer {
|
||||||
|
|
||||||
## CI/CD (Continuous Integration and Continuous Delivery)
|
## CI/CD (Continuous Integration and Continuous Delivery)
|
||||||
|
|
||||||
変更すると決めてからユーザーが使えるようになるまでの一連の継続的な活動
|
変更を決めてからその変更が利用者に提供されるまでの一連の継続的な活動
|
||||||
|
|
||||||
> ![デプロイメントパイプライン](https://i.gyazo.com/96475ee59df81cb75a2e5ca53cba5758.png)
|
> ![デプロイメントパイプライン](https://i.gyazo.com/96475ee59df81cb75a2e5ca53cba5758.png)
|
||||||
|
|
||||||
|
@ -117,8 +117,8 @@ footer {
|
||||||
## ここまでのまとめ
|
## ここまでのまとめ
|
||||||
|
|
||||||
- テストとは品質の評価
|
- テストとは品質の評価
|
||||||
- より良いサービスの提供を目指すために、コードの品質を見極め、改善し続ける
|
- より良いサービスの提供を目指すために、品質を見極め、改善し続ける
|
||||||
- CI/CD … 変更すると決めてからユーザーが使えるようになるまでの一連の継続的な活動
|
- CI/CD … デプロイメントパインプラインによって提供を行う一連の継続的な活動
|
||||||
- TDD … 最初からテストをすばやいサイクルで行い続ける設計手法
|
- TDD … 最初からテストをすばやいサイクルで行い続ける設計手法
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Reference in a new issue