Skip to content

testkit/testkit-lite

Folders and files

NameName
Last commit message
Last commit date
Apr 23, 2015
Sep 18, 2016
Mar 15, 2016
Sep 18, 2016
Sep 10, 2014
Oct 28, 2016
Jan 30, 2015
Mar 24, 2015
Feb 10, 2015
Jun 4, 2013
Sep 18, 2016
Dec 5, 2014
May 8, 2012
Apr 2, 2015
Oct 12, 2016
Jan 8, 2016
Jan 6, 2016
Sep 18, 2016
Oct 11, 2016
Sep 11, 2014

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.