Jannik Wempeblog.jannikwempe.com·Dec 17, 2024Why and How to Use Snapshot Tests in AWS CDKWhen I first encountered snapshot tests, I was skeptical. The concept seemed strange, and their benefits weren't immediately obvious. But after experiencing their value firsthand, I've become a convert – and here's why I think you should give them a ...40 likes·135 readsAWS
Issyapi-echo.hashnode.dev·12 hours agoHow to Run API Performance Testing with Postman: A Beginner's GuideWe know that there are dedicated performance testing engineers for API performance testing, but often, developers can quickly assess the quality of the APIs they develop during the development process and immediately optimize any APIs that do not per...Design
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·18 hours agoAutomating Web Application Deployment with Jenkins and GitHubIntroduction In the world of web development, the process of building, testing, and deploying applications can be time-consuming and error-prone if done manually. Automation tools like Jenkins and GitHub can streamline these tasks, making the process...2 likes#90daysofdevops
Nazneen Ahmadnazneenahmad.hashnode.dev·18 hours agoTop 21 Automated Accessibility Testing ToolsAs digital accessibility becomes increasingly important, ensuring websites and applications are usable for people with disabilities has become a challenge. Manually checking every part of a website for WCAG compliance is slow, error-prone, and costly...automation testing
David Montesdeocablog.davidmontesdeoca.es·18 hours agoThe one about using factories with entities in SinatraI mentioned in a previous post that in the project I am currently working on we do not use Rails in most of the applications. There are some exceptions in certain legacy applications that represent the core of the project, from which we have been pro...sinatrarb
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·20 hours agoMastering Stress Testing: Breaking Systems to Build Better OnesWhen it comes to building resilient software, stress testing is like a rigorous obstacle course for your system, pushing it to its absolute limits. Think of it as bootcamp training where your app must endure and thrive under extreme conditions. For D...Testing
Issyapi-echo.hashnode.dev·Dec 21, 2024A Comprehensive Guide to Implementing API Assertions with EchoAPIAPI assertions are a crucial part of API testing. By performing API assertions, you can verify the accuracy of API response data, which enhances the reliability and stability of your APIs. In this article, we will introduce the basics of API assertio...APIs
Issyapi-echo.hashnode.dev·Dec 21, 2024Beginner's Comprehensive Guide: How to Conduct Automated Testing with EchoAPILeveraging EchoAPI can significantly enhance the efficiency and quality of a test engineer’s work. From unit testing and performance testing to CI/CD and scheduled tasks, EchoAPI offers best practices for automated testing tailored for IT programmers...Testing
Maicol Kaiserblog.maicol.dev·Dec 21, 2024Arroz com feijão: A base nutritiva para projetos que funcionamResumo Neste artigo vamos passar literalmente pelo mínimo. Começou agora? não sabe o que o teu projeto precisa para sobreviver as alterações do dia a dia? fica comigo que a gente vai passar pelo que provavelmente ninguém vai te cobrar pra fazer, mas ...Code Quality
Chris ChinchillaforParseableparseable.com·Dec 21, 2024Dagger and Parseable: Ideas on Infrastructure Logging and IntegrationDagger is a relatively new developer tool from the original creator of Docker that's not part of the "infrastructure as code" world but what I like to call "code as infrastructure". Instead of defining infrastructure and what you want to do with it a...dagger
seo2hexa-hhome.hashnode.dev·Dec 21, 2024Understanding Automation Testing: A Deep Dive into Cypress for End-to-End TestingAutomation testing is a critical component of modern software development, enabling teams to validate functionality and ensure quality at a faster pace. This approach utilizes specialized tools to automate the execution of tests, significantly reduci...Testing