Skip to content

What is Quicklist RESTful?

Marcin Nowrot edited this page Feb 16, 2014 · 4 revisions

###Why was Quicklist-RESTful created? The main purpose of the project is to create an extendable framework for testing UI libraries.

###Contents Quicklist-RESTful consists of the following modules:

  • Core - RESTful API that allows for CRUD operations on list items.
  • UI libraries extensions - a set of simple list applications that use the Core RESTful API. Each of these applications is written in a given UI library.
  • WebDriverTests - functional tests of various UI libraries extensions, to ensure consistent behavior of each extension

Clone this wiki locally