Remove Development Remove System Design Remove TDD Remove Test-Driven Development
article thumbnail

Quality Control: Using Acceptance Testing to Guarantee Product Quality

Altexsoft

Let’s talk about what quality control entails in modern software development. In software development, quality control exists alongside two other concepts: quality assurance (QA) and testing. Quality Assurance vs Quality Control vs Testing. What is Quality Control? Let’s examine them closer. Quality Control Process.

Testing 52
article thumbnail

New live online training courses

O'Reilly Media - Ideas

Pythonic design patterns , June 27. Advanced Test-Driven Development (TDD) , June 27. Test-Driven Development In Python , June 28. Systems engineering and operations. Google Cloud Platform – Professional Cloud Developer Crash Course , June 6-7. Java 8 Generics in 3 Hours , July 5.

Course 67
Insiders

Sign Up for our Newsletter

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

article thumbnail

219+ live online training courses opened for June and July

O'Reilly Media - Ideas

Pythonic design patterns , June 27. Advanced Test-Driven Development (TDD) , June 27. Test-Driven Development In Python , June 28. Systems engineering and operations. Google Cloud Platform – Professional Cloud Developer Crash Course , June 6-7. Java 8 Generics in 3 Hours , July 5.

Course 50
article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

When programmers use test-driven development (TDD), the code they test interacts with other parts of the system that aren't being tested. To test those interactions, and to prevent the other code from interfering with their tests, programmers often use mock objects or other test doubles.

Testing 88
article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

When programmers use test-driven development (TDD), the code they test interacts with other parts of the system that aren't being tested. To test those interactions, and to prevent the other code from interfering with their tests, programmers often use mock objects or other test doubles.

Testing 40