Remove Agile Remove Quality Assurance Remove Software Remove TDD
article thumbnail

Quality Control: Using Acceptance Testing to Guarantee Product Quality

Altexsoft

A bit earlier, in 1998, a much more trivial software mistake was uncovered. 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.

Testing 52
article thumbnail

Apiumhub becomes QA Global Summit partner & speaker

Apiumhub

How quality benefits daily from a good definition” in QA Global Summit. He has more than 15 years of experience, which taught him that QA engineers make quality in the same way a dairy cow farmer makes milk: by creating the best environment to make the product better. QA Global Summit Speakers line-up. And, last but not least!…

UI/UX 69
Insiders

Sign Up for our Newsletter

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

article thumbnail

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

Gorilla Logic

In Agile development, a user story provides a simplified description of a software feature from an end user perspective. BDD derives from Test Driven Development (TDD), a development process in which you write test cases before you write code. . BDD offers many short- and long-term benefits to Agile teams, including: .

article thumbnail

Behavior Driven Development: The methodology that connects the three amigos

Apiumhub

The main goal of a software company is to deliver a quality product. We cannot perceive quality without a product in the same way that you cannot deliver a product without quality. Under this premise, we understand that quality is not manufactured, but is part of the development process. Conclusion.

article thumbnail

AoAD2 Practice: Fast, Reliable Tests

James Shore

This is an excerpt from The Art of Agile Development, Second Edition. The full text of this section is available below, courtesy of the Art of Agile Development book club ! Join us on Fridays from 8-8:45am Pacific for wide-ranging discussions about Agile. With TDD, you run the tests as often as one or two times every minute.

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

This is a pre-release excerpt of The Art of Agile Development, Second Edition , to be published by O’Reilly in 2021. No wonder, then, that software is buggy. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring. Done well, TDD eliminates an entire class of programming errors.

article thumbnail

How to Execute Effective Automated Tests

Modus Create

Another thing that is very important in Agile development practices is exploratory testing. 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. This post was published under the Quality Assurance Community of Experts.

Testing 98