Jenkins does not support running of xUnit tests out of the box. So that you need to run it manually and import test results to Jenkins. This quick manual shows how
Tag: xunit
Data-driven test with xUnitData-driven test with xUnit
In some cases it’s very challenging to recreate all data for some use case. It much easier to run the application, create some starting point: people, products, orders, prices, amounts, etc. and use
Choosing of the unit testing framework (xUnit, NUnit, MSTest)Choosing of the unit testing framework (xUnit, NUnit, MSTest)
Is xUnit is a modern and future proof solution for unit testing? I’m measuring pros and cons of xUnit and NUnit for the big and old legacy application. At the