Java自动化测试工具:SeLion
jopen
9年前
SeLion 是一个构建在TestNG 和 Selenium之上,提供一组功能能够让你利用WebDriver在很短的时间内运行测试。可以利用它来测试移动和Web应用。
- A client module which you can add as a Maven dependency.
- Annotation based WebDriver session management.
- Access test data from Excel, YAML, or JSON through TestNG's@DataProvider.
- Runtime Reporter for real-time test execution status.
- Swap out browser targets at run-time.
- Automate native, hybrid, and web applications on iOS and Android devices.
- and more
- A maven archetype for creating new SeLion based projects.
- A customized Selenium Grid2 component.
- A Code generator Maven plugin for generating Java "page objects" out of YAML.
使用 SeLion 之前,你需要安装下面这些软件:
-
Java JDK 1.7
-
Maven 3
-
A web browser. This example uses Firefox <= version 32