BLOG

Run Cypress Tests From NUnit Test (C#)
In one of our projects, we recently started using Cypress for end-to-end testing. Cypress executes tests written in JavaScript or TypeScript. However, we wanted to…

Foreach, IEnumerable and IEnumerator in C#
Today, we’re taking a deeper look at foreach loop in C#. What does a collection need to be able to use it in a foreach…

Make Your Tests Bulletproof With Mutation Testing
What is mutation testing? How can we generate test cases „for free”? How to make our software tests bulletproof, so we can refactor the code…

How To Fix JSON.NET Circular References ($ref) In JavaScript
If you work with a .NET backend that uses JSON.NET for serialization, you might encounter such weird things in the JSON result returned from a…

Top 5 Places for Digital Nomads in Southeast Asia
Based on my personal experience as a remote worker, I’d like to share with you my top 5 places for digital nomads in Southeast Asia….

Why Naming Tests Matters?
Do you even care about naming tests? Or maybe you use some random, not-much-telling names for your test methods? At Yumasoft, we treat testing as…