Skip to content
Shaofeng Tang edited this page Feb 23, 2016 · 26 revisions

Overview

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.

Architecture

Tinyweb is deployed on Host PC for testing Windows device. For other device testing, Tinyweb is deployed on device.

Binary Packages

Release Repo:
https://github.com/testkit/testkit-stub/releases
https://github.com/testkit/testkit-lite/releases
https://github.com/testkit/tinyweb/releases

Clone this wiki locally