0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CIに関する覚書

0
Posted at

CIとは

Continuous Integration:継続的インテグレーションの略。xUnitなどの単体テスト作成支援ツールを用いてテストを作成し、Jenkinsなどを用いでサーバで、定期的にテストを実行する仕組み。
定期実行を用いて、生産物(特にソフトウェア)の品質を高める目的で行う。

xUnit

単体テストを行うためのフレームワーク。Javaの単体テストを行うためのJUnitが有名である。

その他

CIを実現するためのノウハウの一つとして、開発環境の整備がある。MavenやGrandleにより、モジュール管理し、開発メンバ全員に同一開発環境を提供する。
また、Jenkins(のプラグイン)を用いてソフトウェア品質分析を行うことができる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?