-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Shaofeng Tang edited this page Feb 23, 2016
·
26 revisions
Testkit-lite is a light-weight testing execution framework, composed by 5 components:
- testkit-lite is the command line interface(CLI) of Testkit-lite. Which provides comprehensive options for web/core testing and supports cross platform. In TCT, CATS usage, it is usually invoked as a background test runner.
- test engines is distribute engine responsible for handling various tests types.
- com-module is a common module responsible for handling interaction with target device, such as TIZEN device, Android device or localhost workstation.
- testkit-stub is a native process running on test target, which work as proxy between test suite and testkit-lite.
- xDriver is a special WebDriver implementation.
Tinyweb is deployed on Host PC for testing Windows device. For other device testing, Tinyweb is deployed on device.
Release Repo: https://github.com/testkit/testkit-stub/releases https://github.com/testkit/testkit-lite/releases https://github.com/testkit/tinyweb/releases