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
Alberto Meneghinimenalb.hashnode.dev·Dec 4, 2024Atlas Search Local and TestcontainersThanks to Andrea Basile for the initial ideas for this research. Testcontainers is a very popular open-source library, ideal to quickly spin up a database, a message broker, or any other external dependency in a local machine, through code. Under the...MongoDB
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·199 readsunit testing
Mohamed Mayallomayallo.hashnode.dev·Nov 14, 2024Unit, Integration, and E2E Testing in One Example Using JestIntroduction Many developers face challenges when it comes to testing their code. Without proper tests, bugs can slip through, leading to frustrated users and costly fixes. This article will show you how to effectively apply Unit, Integration, and En...10 likes·107 readsTesting
Evaldas Visockashashnode.programmersdiary.com·Oct 18, 2024Security library and Redis in blogging microservicesHi. This is the twentieth part of the diary about developing the “Programmers’ diary” blog. Previous part: https://hashnode.programmersdiary.com/implementing-social-login-on-a-website-with-spring-microservices. The open source code of this project is...Springboot
Gift Ayodeledevgifttemitope.hashnode.dev·Oct 8, 2024Understanding Application Programming Interfaces (API)You've probably heard the term API thrown around a lot, especially if you're involved with technology or software development. But what exactly are APIs, and why do they matter so much? In this post, we’ll break down what APIs are, how they work, and...Programming FundamentalsAPIs
Ronika Kashyapronika.hashnode.dev·Sep 26, 2024Integration Testing Guide: Knowing the Types & Various ApproachesThe software comprises various modules that multiple programmers or coders have written. The integration testing level focuses on exposing faults that occur during the interaction of integrated components or units. Integration testing combines and te...SaaS
Ravi Patelravipatel.hashnode.dev·Sep 24, 2024A Complete Guide to Testing in Flutter: Unit, Widget, and Integration TestsTesting is a crucial aspect of mobile app development that ensures your application functions as expected, delivers a great user experience, and minimizes the likelihood of bugs reaching production. Flutter, with its rich testing framework, provides ...flutternik
Joubert RedRatblog.redrat.com.br·Sep 12, 2024Integration tests on Symfony with TestcontainersDisclaimer: I'm not a divine entity. What I say is not an absolute truth. Don't be afraid to question even the world, because it might be wrong, not you. Today isn't a secret for nobody the importance of automated tests for keeping quality and integr...102 readsPHP
Abhayabhayit2000.hashnode.dev·Sep 7, 2024Unit, Integration, and Functional Testing: 4 main points of differenceUnit, integration, and functional testing are crucial components of software application testing. Each of these employs a distinct and unique process to test the application. However, the most important remains functional testing and functional regre...unit testing