Remove 2000 Remove Software Review Remove TDD
article thumbnail

Apiumhub supports Craft Conference one more year

Apiumhub

One of the largest software developer conferences in the region, with unmissable talks and workshops between 31 May to 3 June. Craft Conference is an international festival-like event about software delivery craft. The importance of software delivery craftsmanship is increasing constantly. Check out the speakers!

article thumbnail

May 2nd in Austin, Texas: Testing Without Mocks (Talk)

James Shore

Ever since I first ran across the original paper about mock objects back in 2000, I've been struggling to understand how to use them. Now, 18 years later, I think I'm finally getting a handle on how to test code without using mocks. If so, you could benefit from exploring a mock-free approach to TDD. Originally, I embraced them.

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

May 2nd in Austin, Texas: Testing Without Mocks (Talk)

James Shore

Ever since I first ran across the original paper about mock objects back in 2000, I've been struggling to understand how to use them. Now, 18 years later, I think I'm finally getting a handle on how to test code without using mocks. If so, you could benefit from exploring a mock-free approach to TDD. Originally, I embraced them.

article thumbnail

Technical debt and modernization: three lessons learned

Agile Engine

According to Stripe , that’s exactly how much time dealing with technical debt takes an average software engineer. We’ll look at our recent client engagements and strategies that helped us maximize our clients’ value while tackling their code, architecture, and design debt. Can you imagine developers spending as much as 13.5

article thumbnail

AI and Machine Learning in Test Automation

LaunchDarkly

Oren explained the differences between AI and automation, problems with existing test automation solutions, how AI/machine learning can be used to address software testing problems, and more. What load testing is, what happens if I have 2000 people doing it at the same time, how would that impact on that performance. Oren Rubin: Hello.

article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

For example code demonstrating these ideas, see my example on GitHub. When programmers use test-driven development (TDD), the code they test interacts with other parts of the system that aren't being tested. This pattern language 1 describes a way of testing object-oriented code without using mocks. 27 Apr 2018.

Testing 88
article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

For example code demonstrating these ideas, see my example on GitHub. When programmers use test-driven development (TDD), the code they test interacts with other parts of the system that aren't being tested. This pattern language 1 describes a way of testing object-oriented code without using mocks. 27 Apr 2018.

Testing 40