Skip to content

Shao-Feng/testkit-lite

 
 

Repository files navigation

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 image-name

The detailed description hosts on "doc" folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.0%
  • XSLT 6.2%
  • Shell 4.7%
  • Makefile 1.5%
  • HTML 0.9%
  • CSS 0.5%
  • JavaScript 0.2%