Tag

ATDD

0 views collected around this technical thread.

DevOps
DevOps
Aug 4, 2024 · Fundamentals

Understanding Test‑Driven Development (TDD), UTDD, ATDD, and BDD with a Practical Java Example

This article explains the concepts of Test‑Driven Development (TDD), Unit Test‑Driven Development (UTDD), Acceptance Test‑Driven Development (ATDD) and Behavior‑Driven Development (BDD), discusses why TDD is not dead, compares the three approaches, and provides a step‑by‑step Java implementation with code samples, testing workflow, and refactoring guidance.

ATDDBDDJava
0 likes · 14 min read
Understanding Test‑Driven Development (TDD), UTDD, ATDD, and BDD with a Practical Java Example
Architects Research Society
Architects Research Society
Jan 29, 2023 · Fundamentals

Comprehensive Guide to Agile Methodology and Testing Practices

This article provides a comprehensive overview of Agile methodology, detailing how testing adapts to Agile practices, comparing Scrum and Kanban, and exploring testing techniques such as BDD, ATDD, exploratory testing, and session‑based testing, while offering guidance for aligning testing with Agile delivery.

ATDDAgileBDD
0 likes · 24 min read
Comprehensive Guide to Agile Methodology and Testing Practices
DevOps
DevOps
Jun 24, 2019 · Operations

Why TDD Is Essential for Effective DevOps and Continuous Delivery

The article argues that without Test‑Driven Development (TDD) or its extension ATDD, DevOps initiatives and continuous delivery pipelines lack reliable automated testing, making releases risky despite high code‑coverage metrics.

ATDDCI/CDContinuous Delivery
0 likes · 6 min read
Why TDD Is Essential for Effective DevOps and Continuous Delivery
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Apr 13, 2015 · Fundamentals

Cucumber vs. RobotFramework: Comparative Study, Real‑World Cases, and Selection Guidelines for Automated Testing

This article analyzes the benefits and drawbacks of Cucumber and RobotFramework through multiple real‑world case studies, compares their features in detailed tables, and proposes practical principles for choosing the most suitable automated testing framework based on project requirements and team skills.

ATDDBDDCucumber
0 likes · 17 min read
Cucumber vs. RobotFramework: Comparative Study, Real‑World Cases, and Selection Guidelines for Automated Testing