MAADA Loukmaneloukmanemaada.hashnode.dev·Jan 12, 2025Mutation Testing in Java with PITWhen evaluating the quality of your tests, most developers turn to code coverage tools. These tools provide a percentage indicating how much of your code is executed by your test suite. At first glance, this seems like the ultimate metric: higher cov...11 likes·28 readsJava
Milan Jovanovićmilanjovanovic.hashnode.dev·Jan 3, 2025Unit Testing Clean Architecture Use CasesWriting tests is a crucial part of my daily work. Over the years, I've learned that good tests can make or break a project. One project I worked on remains the best example of this. It was a large, complex system with many moving parts. We had a requ...62 readsClean Architecture
behrooz bozorgchamyblog.behroozbc.ir·Jan 3, 2025Understanding xUnit: How Class Fixtures WorkxUnit is a popular unit testing framework for .NET applications, known for its simplicity and flexibility, especially in how it manages test fixtures. In this blog, we'll dive into the concept of Class Fixtures and how they interact with test classes...C#
CodeRowercoderower.hashnode.dev·Dec 31, 2024Unit testing vs. Integration Testing: A Comprehensive GuideIn the field of software testing, the terms "unit testing" and "integration testing" come up a lot. While both are critical to software quality assurance, they serve different purposes and are used at different stages of the development process. This...TestingGuide
Tvisha rajiforKeploy Community Blogkeploy.hashnode.dev·Dec 25, 2024Boost Unit Test Efficiency Using AI-Powered Extensions for VS CodeIn the fast-paced world of software development, time-to-market is everything. With AI and generative AI tools making their mark, developers now have the power to reduce development time drastically while maintaining high code quality. One such game-...vscode extensions
Jadesola Adeagbojadesolaadeagbo.hashnode.dev·Dec 17, 2024Unit Testing vs. Integration TestingWhen I first started out as a developer, I didn’t understand why people tested applications. I mean, “If it works already, why do I need to write more code?”. This question lingered in my mind for a long time. After all, if I could run my application...10 likesunit testing
Evaldas Visockashashnode.programmersdiary.com·Dec 15, 2024Catching up with Tests in Security libHi. This is the twenty-second part of the diary about developing the “Programmers’ diary” blog. Previous part: https://hashnode.programmersdiary.com/catching-up-with-tests-in-programmers-diary-project. The open source code of this project is on https...Springboot
Junaid Bin Jamanjunaidbinjaman.help·Dec 12, 2024A Comprehensive Guide to Popular PHPUnit AssertionsAssertions are the backbone of any testing framework, and PHPUnit is no exception. In PHPUnit, assertions are methods used to verify that the behavior of the code under test meets expectations. Understanding and using the right assertions is crucial ...PHPPHP
Zafer DUYDUzaferduydu.hashnode.dev·Dec 9, 2024Korkusuz Programlama SanatıBir adam varmış, Bilgisayarla büyümüş, “Senden bi’ cacık olmaz“ demişler, üzülmüş… TDD denen disiplini geliştirip, tüm haterlarını kalpten götürmüş. Şaka bir yana yazılım sektöründe bazı insanlar vardır, bir şeyler öğrenmek istiyorsanız, varlığına ih...1 like·97 readsTDD (Test-driven development)
roadblockremoverroadblockremover.hashnode.dev·Dec 7, 2024An opinionated testing approach for VueJSTesting in VueJS Applications Testing in VueJS applications is often viewed through a limited lens, with tutorials primarily focusing on user interaction and template testing (integration tests). However, testing in VueJS, like any software developme...66 readsvue