How to remove the duplication of test scenarios when one method calls another within the same class
Read post ›In this post, we add a custom attribute in xUnit to load test data from a JSON file.
Read post ›We can use Mocks for almost everything when we use a mocking framework, but what is the difference between Stubs, Mocks, Fakes and Spies
Read post ›There are a lot of problems with the most common naming convention(MethodName_Scenario_ExpectedResult) for unit test. Let's look at a naming convention that improves test readability
Read post ›How can you test a GraphQl endpoint accessible only to authorised users in Insomnia to test your requests (without jumping through hoops).
Read post ›This release adds an auto approver to automatically update the approval files generated by ApprovalTests.Net
Read post ›The approval test filename for Theory-based tests is not unique by default. How can we get generate unique filenames for theory-based approval tests.
Read post ›This release adds support for reporting multiple assertion failures in one method in xUnit tests
Read post ›The 1st Release of Codinators.XunitHelpers adds support for loading test data from a JSON file for xUnit Tests
Read post ›How can we test the endpoints using an anti-forgery token to protect us from XSRF(Cross-Site Request Forgery) attacks in Postman
Read post ›