Skip to content

Concordion.NET is an open source framework for C#/.NET that lets you turn a plain English description of a requirement into an automated test. Concordion.NET is the most flexible tool for creating high-quality living documentation. It is often used with Specification by Example (SbE) and Behaviour Driven Development (BDD) processes. http://www.c…

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE.md
Apache-2.0
License.txt
Notifications You must be signed in to change notification settings

yonglehou/concordion.net

 
 

Repository files navigation

GitHub Version NuGet Downloads Apache License 2.0

Concordion.NET is a small, handy Behavior Driven Development (BDD) framework for C# / .NET that lets you turn plain English descriptions of requirements into automated tests.

A Concordion.NET executable specification consists of two parts: a well-formed XHTML document describing the expected behavior, and fixture code written in C# (a special Concordion.NET extension of a NUnit tests) that finds concrete examples in the document and uses them to verify the system under test. In order for the magic to happen, the document must first be instrumented with commands.

As the Concordion.NET framework focuses on business readable inputs, the specifications are are so readable, they can double up as system documentation. They are written in HTML, so can be easily hyperlinked into a navigable structure. With these automated acceptance testing, you can be confident the documentation is always up-to-date.

To get started, check out http://www.concordion.org/dotnet/

Quick start

Community

Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_contribution)
  3. Commit your changes (git commit -am "Added cool stuff")
  4. Push to the branch (git push origin my_contribution)
  5. Open a Pull Request
  6. Enjoy a refreshing Diet Coke and wait

Project History

History prior to January 2016 can be found in the V1 repository History prior to February 2013 can be found in the Google Code repository.

License

Copyright 2010-2016 concordion.org

Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Concordion.NET is an open source framework for C#/.NET that lets you turn a plain English description of a requirement into an automated test. Concordion.NET is the most flexible tool for creating high-quality living documentation. It is often used with Specification by Example (SbE) and Behaviour Driven Development (BDD) processes. http://www.c…

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE.md
Apache-2.0
License.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.3%
  • HTML 1.7%
  • CSS 1.5%
  • JavaScript 0.5%