article thumbnail

Test Driven Development with Databricks

Perficient

I don’t like testing Databricks notebooks and that’s a problem. I like Test Driven Development. Databricks has documentation for unit testing. I tried to test one notebook using another notebook. The idea is that the notebooks are client-facing and the python files are the targets of test.

article thumbnail

Agile Book Club: Test-Driven Development (with Mike “GeePaw” Hill and J.B. Rainsberger)

James Shore

Test-Driven Development is one of the few truly new Agile ideas. It’s not perfect, but it’s a powerful tool for creating robust and reliable software. Test-Driven Development. ?? Fast, Reliable Tests. ?? He’s a software development coach who works with software organizations around the world.

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

Test Driven Development with Databricks (1 of 2)

Perficient

I don’t like testing Databricks notebooks and that’s a problem. I like Test Driven Development. Databricks has documentation for unit testing. I tried to test one notebook using another notebook. The idea is that the notebooks are client-facing and the python files are the targets of test.

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

Test-Driven Development. Wouldn’t it be wonderful if there were a tool that alerted you to programming mistakes moments after you made them—a tool so powerful, it virtually eliminated the need for debugging? There is such a tool, or rather, a technique. Programmers. Do what I mean, not what I say.”.

article thumbnail

Code analysis tool AppMap wants to become Google Maps for developers

TechCrunch

The open source dynamic runtime code analysis tool, which the startup claims is the first of its kind, is the brainchild of Elizabeth Lawler, who knows a thing or two about security. Though it only launched in 2021, the startup’s vision goes far beyond preventing developers from shipping bad code.

article thumbnail

How to build a successful agile development culture – and why your business needs one

CIO

One of the most important insights into agile development that we’ve learned over the past 25 years at Tanzu Labs is that very few people can predict what those workflows are. How to do agile development right Speeding up release cycles can be surprisingly quick.

Agile 246
article thumbnail

5 ways to do Continuously Improved Testing

Xebia

If we were to take it one step further, where test automation is not only a tool to validate what we have made, but rather a way to write self-testing code , we find practices like Test-Driven Development (TDD). As Dave Farley and Arjan Molenaar wrote: “TDD is not about writing unit tests”.

Testing 130