In.Net ProgrammingbyMatheus XavierThe Basics of .NET Integration TestingIn my last post I talked about unit tests which are the simplest layer of testing, now I will address integration tests which I consider…Mar 2, 2023
InDev GeniusbyDarshana Mihiran EdirisingheIntegration Testing in .NET 8Integration testing in software engineering checks if different parts of a program work well together. It makes sure that when one piece…Apr 13Apr 13
Roko KovačWriting Elegant Tests in .NET with FluentAssertions6 Examples Of How FluentAssertions Makes Your Tests Easier To Write And UnderstandMay 29, 2023May 29, 2023
SanthoshAssertions SimplifiedAssertions play a crucial role in software development and testing automation. Popular Java-based testing frameworks like JUnit, and TestNG…Dec 29, 2023Dec 29, 2023
In.Net ProgrammingbyMatheus XavierThe Basics of .NET Integration TestingIn my last post I talked about unit tests which are the simplest layer of testing, now I will address integration tests which I consider…Mar 2, 2023
InDev GeniusbyDarshana Mihiran EdirisingheIntegration Testing in .NET 8Integration testing in software engineering checks if different parts of a program work well together. It makes sure that when one piece…Apr 13
Roko KovačWriting Elegant Tests in .NET with FluentAssertions6 Examples Of How FluentAssertions Makes Your Tests Easier To Write And UnderstandMay 29, 2023
SanthoshAssertions SimplifiedAssertions play a crucial role in software development and testing automation. Popular Java-based testing frameworks like JUnit, and TestNG…Dec 29, 2023
Shiljo PaulsonSeveral ways to Compare two C# objects while Unit TestingSo as per dictionary compare meansAug 26, 2021
In.Net ProgrammingbyMatheus XavierThe Basics of .NET Unit TestingUnit tests seek to test code units, they are the simplest layer of tests, but many developers are still in doubt about what to test in a…Feb 18, 2023
Dennis "The Continuous Improver" DoomenComparing objects with disparate members in Fluent AssertionsSome examples on how to use the new WithMapping API in Fluent Assertions to compare objects with differently named properties or fieldsMar 1, 2022