图 上游充通大学 SHANGHAI JIAO TONG UNIVERSITY Chapter 3 Test environment and tools 1B三
Chapter 3 Test environment and tools
上商充通大 SHANGHAI JIAO TONG UNIVERSITY 1.Java 2.Eclipse 3.JUNIT 4.EMMA 5.实例
1. Java 2. Eclipse 3. JUNIT 4. EMMA 5. 实例
上浒充通大学 SHANGHAI JIAO TONG UNIVERSITY 3.1 Java Why is Java Easy to get source code and documentation Completed test environment More free test tools J2SE Development kit 5.0 http://java.com/en/desktop/
3.1 Java Why is Java ? • Easy to get source code and documentation • Completed test environment • More free test tools • J2SE Development kit 5.0 • http://java.com/en/desktop/
上游充通大学 SHANGHAI JIAO TONG UNIVERSITY 3.2 Eclipse Eclipse is a kind of universal platform-an open extensible IDE for anything and nothing in particular. It provides a feature-rich development environment that allows the developer to efficiently create tools that integrate seamlessly into the Eclipse Platform. www.Eclipse.org Example of Eclipse
3.2 Eclipse Eclipse is a kind of universal platform – an open extensible IDE for anything and nothing in particular. It provides a feature-rich development environment that allows the developer to efficiently create tools that integrate seamlessly into the Eclipse Platform. www.Eclipse.org Example of Eclipse
上游充通大 SHANGHAI JIAO TONG UNIVERSITY 3.3 JUNIT JUnit是由Erich Gamma和Kent Beck编写的 一个回归测试框架(regression testing framework)。Juniti测试是程序员测试,即所 谓白盒测试,因为程序员知道被测试的软件如 何(How)完成功能和完成什么样(What) 的功能。Junit是一套框架,继承TestCase类, 就可以用Junit:进行自动测试了。 http://www.junit.orq/index.htm
3.3 JUNIT JUnit是由 Erich Gamma 和 Kent Beck 编写的 一个回归测试框架(regression testing framework)。Junit测试是程序员测试,即所 谓白盒测试,因为程序员知道被测试的软件如 何(How)完成功能和完成什么样(What ) 的功能。Junit是一套框架,继承TestCase类, 就可以用Junit进行自动测试了。 http://www.junit.org/index.htm