This is a short guide how to run Specflow features which use Selenium for interaction with a web site. In our building environment these tests are running in Jenkins. Implementing this you’ll
Tag: tdd
How to test WebAPI with In-Memory HostingHow to test WebAPI with In-Memory Hosting
In most cases you want to have integration tests for your WebAPI, but don’t deploy it on IIS. There is an option which allows to skip IIS pipeline and work
Executing SQL script with GO statement from C# codeExecuting SQL script with GO statement from C# code
In the middle of a project you might want to automate DB restoring and upgrading by means of existing SQL scripts which may contain GO-statements. If you are that person who is attempting to execute scripts
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