資訊工程研究所(Graduate Institute of Computer Science and Information Engineering)
課程名稱(英文)
Software Testing
課程代碼
4105812_01
授課教師:
林迺衛
學分數
3
必/選修
選修
開課年級
研究所
先修科目或先備能力:
Java, C++ or C programming.
課程概述:
This course introduces the principles, techniques, and tools of software testing. This course will mainly use the Java development environment Eclipse and the testing tool Junit to exercise various testing techniques.
學習目標:
1. Understand the test-driven development and the unit testing tool JUnit
2. Understand and exercise the domain testing technique
3. Understand and exercise the method-level functional unit testing technique
4. Understand and exercise the method-level structural unit testing technique
5. Understandand exercise the class-level unit testing technique