article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

To share your thoughts, join the AoAD2 open review mailing list. Test-Driven Development. We produce high-quality code in small, verifiable steps. It’s test-driven development, and it actually delivers these results. Done well, TDD eliminates an entire class of programming errors.

article thumbnail

Quality Management is Risk Management

Xebia

This is basically assuming the system is correct until proven otherwise. From a quality perspective this is mostly about making sure deviations can be mitigated as soon as possible. . Designing your quality strategy . To lower risks, we introduce quality assurance. Risk is not static, Quality is granular .

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

Quality Control: Using Acceptance Testing to Guarantee Product Quality

Altexsoft

This mistake is something that should have been uncovered in quality control. Different from quality assurance, quality control is something that’s done to ensure the defective product doesn’t make its way to the market. Let’s talk about what quality control entails in modern software development.

Testing 52
article thumbnail

Improve User Story Acceptance Criteria with Behavior-Driven Development (BDD)

Gorilla Logic

BDD derives from Test Driven Development (TDD), a development process in which you write test cases before you write code. . Developers: Pass each of the test scenarios created for each story, and pass all the test scenarios. . Using BDD to Write User Story Acceptance Criteria.

article thumbnail

AoAD2 Practice: Fast, Reliable Tests

James Shore

Fast, Reliable Tests. Our tests don’t get in our way. Test-Driven Development. Teams who embrace test-driven development accumulate thousands of tests. The more tests you have, the more important speed and reliability become. Details here. Programmers.

article thumbnail

Behavior Driven Development: The methodology that connects the three amigos

Apiumhub

Developer: Implements the requirements captured by the business to create the product. Quality assurance: Validates that the final product matches the initial specifications. Behaviour Driven Development is a software methodology that allows us to define and develop the product based on the behaviour of the system.

article thumbnail

What is end-to-end testing?

CircleCI

End-to-end testing may sound comprehensive, but there are many other testing methods that you should use with it to create a robust continuous integration practice. Some other testing types you should consider: Unit testing makes sure that every single component in a system works as expected.

Testing 111