Java Swing Automation Test Study(2nd part)
Java Swing界面自动化测试初探(下)
本文下半部分主要介绍开源的Java Swing自动化测试工具,评价和注解完全基于个人粗浅理解。
FEST
FEST is a collection of libraries, released under the Apache 2.0 license, whose mission is to simplify software testing. It is composed of various modules, which can be used with TestNG or JUnit.
Our users include: Google, Square, Eclipse Foundation, Oracle, IBM, Guidewire, and many more!
评价:五星
官方网站:http://fest.easytesting.org/
代码下载:https://code.google.com/p/fest/
主要特点:
- 功能性Swing界面测试(Functional Swing GUI Testing)
- 流畅的断言(Fluent Assertions)
- 流畅的反射(Fluent Reflection)
- mockito 作为模拟框架(Mock framework)
- 文档丰富,应用广泛
- 第四届ATI自动化大奖第一名
- 没有录播(Record-Play)的功能