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·81 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...57 readsvue
Swapnoneel SahaforKeploy Community Blogkeploy.hashnode.dev·Dec 6, 2024Comparing GitHub Copilot vs. ChatGPT for Unit TestingWith the rise of AI-driven tools, the debate of 'ChatGPT vs Copilot' has become central for developers seeking productivity boosts in coding and testing. In this blog, we will dive into the key features, strengths, limitations, and use cases of these...10 likesAI
Zafer DUYDUzaferduydu.hashnode.dev·Dec 1, 2024Yeni yılda geliştiricilere iyi düşünülmüş bir hediye verin: (öz)güvenKodu neden test etmekle uğraşasın ki ? Bir kullanıcı bugla karşılaştığında aşağı yukarı şöyle görünür: Buglar işleri aksatır, stresi artırır. Buglar maddi zararlara yol açar. Buglar marka itibarını zedeler. Peki genellikle bu durumda kim suçlanır? S...1 like·198 readsunit testing
Aouassar Asmaealgostyle.hashnode.dev·Dec 1, 2024Testing en Spring Boot (MVC - Thymeleaf)Le testing est une étape cruciale du développement logiciel, et Spring Boot offre des outils puissants pour tester des applications basées sur l’architecture MVC. Dans ce qui suit, on va voir comment tester efficacement une application Spring Boot MV...Springboot
Eklemis Santo Nduneknotes.app·Dec 1, 2024Mengapa Test-Driven Development Penting: Panduan untuk Developer dan Pemilik BisnisDalam dunia pengembangan perangkat lunak yang serba cepat, efisiensi dalam menghasilkan perangkat lunak berkualitas tinggi sangatlah penting. Salah satu metodologi yang semakin populer dalam mencapai tujuan ini adalah Test-Driven Development (TDD). T...software development
Eklemis Santo Nduneknotes.app·Nov 30, 2024Why Test-Driven Development Matters: A Guide for Developers and BusinessesIn the fast-paced world of software development, delivering high-quality software efficiently is crucial. One methodology that has gained significant traction in achieving this goal is Test-Driven Development (TDD). But what exactly is TDD, and why s...TDD (Test-driven development)
BurakforThe Buggy Pathbuggypath.hashnode.dev·Nov 27, 2024XUnit tests failing after .NET8 upgradeA note to future me. After upgrading an Azure Functions project from .NET6 to .NET8. XUnit tests stopped running with an exception An exception occurred while invoking executor 'executor://xunit/VsTestRunner2/netcoreapp': Method 'LogRaw' in type 'X....NET