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. To understand acceptance testing better and how quality is determined in software development, let’s cover the 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. AWS for Mobile App Developers , July 16.

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. AWS for Mobile App Developers , July 16.

Course 51
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. For each external system--service, database, file system, or even environment variables--create one wrapper class that's responsible for interfacing with that system.

Testing 88
article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

JavaScript and Node.js) TDD Lunch & Learn Screencast. For each external system—service, database, file system, or even environment variables—create one wrapper class that’s solely responsible for interfacing with that system. A web application and microservice that performs ROT-13 encoding.

Testing 138
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. For each external system--service, database, file system, or even environment variables--create one wrapper class that's responsible for interfacing with that system.

Testing 40