Unit, Integration & E2E

Frameworks and strategies across languages, UI, and APIs.

  • 5 Tracked terms
  • Last 30 days Feed window

Where the coverage comes from

The 30 sources publishing most on Unit, Integration & E2E over the last 30 days, out of 147 articles in the feed. Click a source for its articles on this topic and its profile.

  1. 1 @Thepracticaldev dev.to 91 articles 6+ hour ago 93%
  2. 2 Medium medium.com 11 articles 2+ week ago 45%
  3. 3 @Httweets hindustantimes.com 7 articles 2+ week ago 100%
  4. 4 @Hackernoon hackernoon.com 6 articles 1+ week ago 100%
  5. 5 @Momenticai momentic.ai 5 articles 1+ week ago 100%
  6. 6 @Prnewswire prnewswire.com 2 articles 3+ day ago 100%
  7. 7 Sd Times sdtimes.com 2 articles 1+ week ago 50%
  8. 8 @Aithority aithority.com 1 article 2+ day ago 100%
  9. 9 Altimate Ai altimate.ai 1 article 1+ week ago 100%
  10. 10 @Analyticsinme analyticsinsight.net 1 article 1+ day ago 100%
  11. 11 @Appuals appuals.com 1 article 3+ week ago 100%
  12. 12 @Beinsuremedia beinsure.com 1 article 2+ day ago 100%

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Unit, Integration & E2E

DEV Community
dev.to > abhishek_jain_cd78ebe598d > -3-ways-i-use-ai-to-auto-generate-playwright-locators-278c

# 3 Ways I Use AI to Auto-Generate Playwright Locators

6+ hour, 9+ min ago   (381+ words) If you've maintained a Playwright suite for more than a few months, you know the real cost isn't writing tests — it's the constant locator rot. A designer tweaks a class name, a component gets refactored, and suddenly a dozen tests…...

DEV Community
dev.to > nileslabs > why-static-mock-apis-arent-enough-for-modern-frontend-development-5861

Why Static Mock APIs Aren't Enough for Modern Frontend Development

7+ hour, 56+ min ago   (408+ words) Every frontend developer has experienced this sequence: Nothing happens. The list is identical to what it was before. Your newly created item has vanished into thin air. For over a decade, developers have accepted this as "normal" mock API behavior....

DEV Community
dev.to > prantakunduqa > agentic-testing-is-changing-qa-when-ai-agents-can-run-debug-and-retest-your-tests-2ik4

Agentic Testing Is Changing QA: When AI Agents Can Run, Debug, and Retest Your Tests

13+ hour, 5+ min ago   (1394+ words) From CI failure to verified fix: how AI agents can run, diagnose, repair, and retest automated... Tagged with playwright, ai, testing, qa....

@analyticsinme
analyticsinsight.net > artificial-intelligence > agile-testing-quadrants-third-axis

Agile Testing Quadrants Need a Third Axis

1+ day, 7+ min ago   (827+ words) Your team shipped a feature last sprint that was scaffolded by an AI coding assistant, tested by an AI test generator, and merged after a reviewer skimmed the diff for ten minutes. Two hundred tests passed. Nobody on the team…...

DEV Community
dev.to > styrow_dev > designing-resilient-selenium-tests-for-highly-dynamic-spas-2nkm

Designing Resilient Selenium Tests for Highly Dynamic SPAs

17+ hour, 10+ min ago   (234+ words) 🔥 SDET Interview Scenario of the Day: Your team's Selenium tests for a dynamic financial SPA are notoriously flaky. Elements are re-rendered, data updates asynchronously, and StaleElementReferenceException and NoSuchElementException plague your CI pipeline. How do you build a resilient, maintainable test…...

DEV Community
dev.to > paul-brooks > bdd-without-gherkin-558b

BDD Without Gherkin

18+ hour, 12+ min ago   (668+ words) I've been writing acceptance tests in Given-When-Then since 2009 and I've never written a feature file by choice. So when someone asks whether you can do BDD without Gherkin, my answer is that I've never done it any other way. Cucumber…...

DEV Community
dev.to > susumun > what-is-visual-regression-testing-how-screenshot-diffing-catches-layout-breaks-1fmi

What Is Visual Regression Testing? How Screenshot Diffing Catches Layout Breaks

1+ day, 3+ hour ago   (186+ words) Note: "regression" in software means something that used to work correctly breaking as a side effect of some other change. Visual regression testing detects that kind of breakage specifically in how a page looks, rather than in its logic or…...

DEV Community
dev.to > tohru_yaginuma_4f041533c6 > i-started-using-clear-after-testing-with-playwright-mcp-5ggk

I Started Using /clear After Testing with Playwright MCP

1+ day, 4+ hour ago   (718+ words) Recently, I hit the usage credits limit in Claude Code, which I use at work. What confused me was that my plan usage still had plenty of room, while the additional usage credits I had configured had already reached their…...

Minds
getminds.ai > docs > api > openapi

OpenAPI Spec & TypeScript Clients

2+ day, 10+ hour ago   (224+ words) Machine-readable OpenAPI 3.1.0 spec for the Minds API. Generate typed TypeScript clients or pipe the JSON straight into your LLM. The Minds public API ships a machine-readable OpenAPI 3.1.0 spec. Build typed clients or give the JSON to an LLM for routes with…...

DEV Community
dev.to > prantakunduqa > when-should-ai-write-your-tests-a-staff-sdets-decision-framework-prompts-48a2

When Should AI Write Your Tests? A Staff SDET's Decision Framework + Prompts

2+ day, 10+ hour ago   (224+ words) The most expensive mistake in AI-assisted QA isn't a bad test. It's not knowing why you wrote... Tagged with ai, testing, automation, qa....