Skip to content

SeLite/SeLite.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa6acdf · Dec 7, 2018
Oct 12, 2016
Oct 12, 2016
Mar 16, 2016
Aug 30, 2016
Jun 24, 2016
Aug 8, 2016
Jul 13, 2016
Jul 13, 2016
Jul 12, 2016
Sep 25, 2016
Jul 12, 2016
Jul 12, 2016
Jul 25, 2016
Jul 13, 2016
Dec 11, 2017
Dec 11, 2017
Sep 21, 2016
Jun 9, 2016
May 15, 2015
Aug 22, 2018
Dec 8, 2016
Jun 16, 2016
Jul 14, 2016
Jul 25, 2016
Jun 14, 2016
Jul 12, 2016
Jul 13, 2016
Jun 9, 2016
Dec 9, 2016
Jul 14, 2016
Jul 25, 2016
Sep 23, 2016
Sep 23, 2016
Jul 14, 2016
Jul 13, 2016
Sep 21, 2016
Apr 15, 2015
Dec 7, 2018
Sep 23, 2016
Sep 16, 2016
Jan 27, 2016
Aug 30, 2016
Jun 9, 2016
Jun 9, 2016
Jul 25, 2016
May 15, 2015
Sep 23, 2016
Jun 9, 2016
Jul 13, 2016
Jun 9, 2016
Jun 9, 2016
Jul 13, 2016
Jun 9, 2016
Jun 9, 2016
Jul 13, 2016
Jul 14, 2016
Jun 9, 2016
Jul 11, 2016
Oct 23, 2017
Jul 13, 2016
Jun 24, 2016
Jun 14, 2016
Dec 9, 2016
Apr 30, 2015
Apr 30, 2015
Apr 30, 2015
Apr 30, 2015
Apr 30, 2015
Jul 13, 2016

Repository files navigation

SeLite (Selenium+SQLite) automates database-driven navigation of web applications. It

  • allows database-driven operation
  • serves for functional testing, with test data isolated from the tested application
  • serves for non-testing purposes, such as automated administration or data mining.
  • improves productivity of Selenium.

SeLite enables

  • high reuse by sharing functions across scripts
  • enhanced expressive syntax
  • test database (isolated from the application data)
  • automatic detection of webserver errors/warnings
  • custom fine-grain configuration schemas.

SeLite also contains SelBlocks Global. However, SelBlock Global's code is in a separate repository.

See its extensive documentation for benefits and installation.