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...Discuss·10 likesTesting
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...DiscussSpringboot
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...DiscussProgramming 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...DiscussSaaS
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 ...Discussflutternik
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...Discuss·57 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...Discussunit testing
Joubert RedRatblog.redrat.com.br·Aug 29, 2024Testes de Integração no Symfony com TestcontainersDisclaimer: Eu não sou uma entidade divina. O que eu falo não é uma verdade absoluta. Não tenha medo de questionar até o mundo, pois ele pode estar errado, não você. Hoje não é segredo para ninguém a importância dos testes automatizados para manter a...DiscussPHP
Emma Thomsanqaexpert.hashnode.dev·Aug 14, 2024How to Test Apps on Password-Protected iOS and Android DevicesUnderstanding Password-Protected Devices Password protection is a fundamental security feature in almost all modern mobile devices. It helps to prevent unauthorized access and protect sensitive user data and device functionality. iOS Password Protec...Discuss·2 likes·27 readsfunctional testing
Alvin Crespoalvincrespo.hashnode.dev·Aug 13, 2024Testing ViewComponent w/ CapybaraToday I was writing some tests and dug into a little bit of ViewComponent and Capybara. Most of time you read a tutorial and just kind of get whatever done, here I'm going to explain in detail what my test is doing and why it's important. 💡 If you'...Discuss·26 readstrix-editor