SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

Testing #56

Closed kavics closed 1 year ago

kavics commented 7 years ago

The test project (with approximately 1300 tests) is not suitable for regular execution (run as per-commit test). Test cases within this project must be implemented in the appropriate component (mainly in the services). It would be better if this issue will generate more smaller stories (one theme per story e.g. odata or notification). The original project - after heavy cleaning - can continue to work as system tests (or beta tests or any other buzzword). In this case these tests must be executed before releasing the product.

borsi commented 7 years ago

Tasks to think about

Move the integration test cases to the Sensenet.Services component

Determine the interfaces