Remove Continuous Delivery Remove Continuous Integration Remove Performance Remove TDD
article thumbnail

How to Execute Effective Automated Tests

Modus Create

Performance testing like load and stress tests. Functional tests that take a long time to perform and may need to be run during breaks or overnight. Tests that should not be automated: Test cases that are newly designed and not executed manually at least one time, except when you have TDD or BDD styles.

Testing 98
article thumbnail

Apiumhub is delighted to support YOW! LONDON 2022

Apiumhub

Clare Sudbery – Independent Technical Coach specialized in TDD, refactoring, continuous integration, and other eXtreme Programming (XP) practices. Dave Farley – Pioneer of Continuous Delivery & Author of the books “Continuous Delivery” and “Modern Software Engineer”.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Discover 2022 DevOps trends with CircleCI data report

CircleCI

Focusing on testing, whether it’s practices like test-driven development (TDD), or integrating validation into your normal development process at all phases of the SDLC, will give you confidence, even when headcount is low. No matter your industry or the stage of your company, software delivery is the foundation of modern business.

Report 98
article thumbnail

Well-tested code: in search of meaningful coverage

CircleCI

While the number of tests you perform is significant, the methodology behind testing is even more vital to your codebase health. One of the most common tests developers perform in isolation is unit testing. Modern software development often uses the continuous integration (CI) strategy. Unit testing. Security scans.

article thumbnail

Benefits of feature toggles or feature flags

Apiumhub

Championed by influential Martin Fowler, continuous delivery is a software development discipline in which software can be released to production at any time. Feature flagging enhances continuous delivery and continuous integration by making “continuous” more achievable. Experiment toggle.

article thumbnail

Apiumhub organizes the Global Software Architecture Summit in Barcelona, October 10, 2019

Apiumhub

His main specialties are software development practices, TDD, Refactoring, Legacy Code Revitalization and team dynamics. . His passion is analyzing and designing complex, high performance distributed systems, and embodying design and architecture principles in methods and tools that can be exploited by architects in other projects. .

article thumbnail

Unraveling the Power of Jest: A Comprehensive Guide

InnovationM

Continuous Integration with Jest Integrating Jest with CI/CD Pipelines : Setting up Jest for continuous integration (CI) and continuous delivery (CD) pipelines to automate testing workflows.