Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logofx/samples.specifications
This sample demonstrates how to use specifications and convert them to the acceptance tests.
https://github.com/logofx/samples.specifications
bdd bdd-sample bdd-specs behavior-driven-development caliburn-micro csharp dotnet framework mvvm mvvm-architecture mvvm-framework mvvm-pattern mvvm-sample spec specflow specflow-steps tdd tdd-sample test-driven-development wpf
Last synced: about 2 hours ago
JSON representation
This sample demonstrates how to use specifications and convert them to the acceptance tests.
- Host: GitHub
- URL: https://github.com/logofx/samples.specifications
- Owner: LogoFX
- License: mit
- Created: 2016-01-18T13:51:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:06:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T05:02:37.980Z (18 days ago)
- Topics: bdd, bdd-sample, bdd-specs, behavior-driven-development, caliburn-micro, csharp, dotnet, framework, mvvm, mvvm-architecture, mvvm-framework, mvvm-pattern, mvvm-sample, spec, specflow, specflow-steps, tdd, tdd-sample, test-driven-development, wpf
- Language: C#
- Size: 2.33 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Samples.Specifications
One of the missing points in the software development cycle often lies in the gap that develops over time between the initial product specifications, as stated by the product managers and their actual implementation/interpretation as carried out by the developers.
This can be addressed by creating a unit/integration test suite which will provide a safe net for future changes. However having only unit/integration tests will preserve the gap as the product managers are not familiar with the code and the actual testing/isolation frameworks that the developers chose to use, if any.
Therefore there's a need in **bridging** between the product managers/business experts and the development team.
This issue can be addressed by using a dedicated behavior-specifying framework.
For documentation go to https://github.com/LogoFX/Samples.Specifications/wiki