Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.25 KB

Licence Apache 2.0 NuGet Version Build status Build status

Qart

Qart is a generic framework for System and Acceptance Testing [1]. In order to write tests for your system, you need to augment Qart with the domain specific logic; Qart then manages testing execution and reporting for you, called from within a CI system and/or locally from a developer's machine. Qart also provides basic infrastructure to help writing the domain specific extensions.

You can install Qart from NuGet.

Install-Package Qart.CyberTester

For more details on Qart see the manual. If you'd like to submit a pull request or raise an issue, please read the document on contributing.

[1] https://en.wikipedia.org/wiki/Acceptance_testing