Defining, Refining, and Selling Your MVP in the Market
What exactly is the MVP and what is the best path to reach this state? It is vital to define your MVP as early in the process as possible, but constantly refining it will be pivotal. Let us dig a bit deeper into exactly what the MVP is all about, how to attain it, and also how to sell it once complete.
The Importance of Agile Software Testing in the Development Process
The use of agile development methods and practices has become something increasingly more natural in companies' daily lives. Some of these companies, although they do not admit it, implicitly end up applying some common practices, with the aim of obtaining results sooner.
Using NSubstitute to Check if a Method is Called With a Particular Object
By using NSubstitute, we can easily test if a method is called even with complex parameters.