/SeLite.github.io

Documentation of SeLite. :heavy_check_mark: For wiki see https://github.com/SeLite/SeLite instead.

Primary LanguageCSSCreative Commons Zero v1.0 UniversalCC0-1.0

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.