Skip to content
Gennady Verdel edited this page Jan 20, 2019 · 1 revision

Welcome

This is the home page of the Attest project.

This project aims to solve main problems that arise during testing different app parts.

Motivation

Various projects use different testing techniques at all levels, ranging from unit tests through integration ones and to end-to-end ones. Every tier has its challenges and appropriate strategies. The suite of Attest aims to encapsulate the most prominent patterns and provide comprehensible and user-friendly way of incorporating them in code.

General division

The Attest project consists of 2 main parts: Fake and Testing. Simply put, the former is a foundation for the most parts of the latter. See the correspondent pages for more information on each.