# Acceptance Tests

Published articles for Acceptance Tests.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Requirements-as-Code for AI-Augmented Software Engineers

DevFeed: [Requirements-as-Code for AI-Augmented Software Engineers](<https://devfeed.tech/articles/requirements-as-code-for-ai-augmented-software-engineers-38740.md>)

Original publisher: [Read original article](<https://codecapsule.com/2025/04/22/requirements-as-code-for-ai-augmented-software-engineers/>)

Author: Emmanuel Goossaert

Published: 2025-04-22T14:11:56Z

Content type: opinion

Language: en

Sources: [Code Capsule](<https://devfeed.tech/sources/code-capsule.md>)

Topics: [User Stories](<https://devfeed.tech/topics/user-stories.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Vibe coding](<https://devfeed.tech/topics/vibe-coding.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>)

Tags: [acceptance-tests](<https://devfeed.tech/tags/acceptance-tests.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [requirements](<https://devfeed.tech/tags/requirements.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>)

### AI overview

This opinion article projects that AI-augmented software engineering may shift emphasis from writing code in programming languages to specifying requirements in PRDs and acceptance tests, a practice the author calls "requirements-as-code." It compares this workflow with product managers relying on engineers and describes possible use of LLMs and agentic AI systems to generate, revise, and test software against stated requirements.

### Source excerpt

Most content about AI model predictions is not going to age well given how quickly the frontier is moving on what is possible these days. Yet, I find it useful to write such articles as they form the basis of the ongoing conversations about how those models are going to impact... The post Requirements-as-Code for AI-Augmented Software Engineers first appeared on Code Capsule.

## Working Effectively with Unit Tests Official Launch

DevFeed: [Working Effectively with Unit Tests Official Launch](<https://devfeed.tech/articles/working-effectively-with-unit-tests-official-launch-31911.md>)

Original publisher: [Read original article](<http://blog.jayfields.com/2014/12/working-effectively-with-unit-tests.html>)

Author: Jay (noreply@blogger.com)

Published: 2014-12-17T06:00:00Z

Content type: release

Language: en

Sources: [Jay Fields](<https://devfeed.tech/sources/jay-fields.md>)

Topics: [Unit testing](<https://devfeed.tech/topics/unit-testing.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [acceptance-tests](<https://devfeed.tech/tags/acceptance-tests.md>), [functional-testing](<https://devfeed.tech/tags/functional-testing.md>), [java](<https://devfeed.tech/tags/java.md>), [one-assertion-per-test](<https://devfeed.tech/tags/one-assertion-per-test.md>), [pdf](<https://devfeed.tech/tags/pdf.md>), [release](<https://devfeed.tech/tags/release.md>), [split-test-suite](<https://devfeed.tech/tags/split-test-suite.md>), [tdd](<https://devfeed.tech/tags/tdd.md>), [test](<https://devfeed.tech/tags/test.md>), [test-names](<https://devfeed.tech/tags/test-names.md>), [testing](<https://devfeed.tech/tags/testing.md>), [testing-immaturity](<https://devfeed.tech/tags/testing-immaturity.md>), [testing-private-methods](<https://devfeed.tech/tags/testing-private-methods.md>), [testing-refactorings](<https://devfeed.tech/tags/testing-refactorings.md>), [unit-testing](<https://devfeed.tech/tags/unit-testing.md>)

### AI overview

Jay Fields announces the official release of Working Effectively with Unit Tests. The book is available in PDF, EPUB, MOBI, softcover, and Kindle editions, with a web or PDF sample available.

### Source excerpt

Today marks the official release release of Working Effectively with Unit Tests. The book is available in various formats: DRM free pdf, epub, & mobi (Kindle) at http://leanpub.com/wewut Softcover at http://amzn.com/1503242706 Kindle edition at http://amzn.com/B00QS2HXUO I'm very happy with the final version. Michael Feathers wrote a great foreword. I incorporated feedback from dozens of people - some that have been friends for years, and some that I'd never previously met. I can't say enough great things about http://leanpub.com, and I highly recommend it for getting an idea out there and making it easy to get fast feedback. As far as the softcover edition, I had offers from a few major publishers, but in the end none of them would allow me to continue to sell on leanpub at the same time. I strongly considered caving to the demands of the major publishers, but ultimately the ability to create a high quality softcover and make it available on Amazon was too tempting to pass up. The feedback has been almost universally positive - the reviews are quite solid on goodreads (http://review.wewut.com). I believe the book provides specific, concise direction for effective Unit Testing, and I hope it helps increase the quality of the unit tests found in the wild. If you'd like to try before you buy, there's a sample available in pdf format or on the web. © Jay Fields - www.jayfields.com