FunTester
Author

FunTester

10k followers, 1k articles | completely useless

1.5k
Articles
0
Likes
5.4k
Views
0
Comments
Recent Articles

Latest from FunTester

100 recent articles max
FunTester
FunTester
Sep 2, 2026 · Operations

Nine CI/CD Gates That Block Risky Releases

This article outlines nine CI/CD gatekeeping practices — from security-first pipelines and microservices adoption to commit frequency, single deployment paths, environment parity, test prioritization, avoiding duplicate builds, automation sequencing, and on-demand containerized test environments — to prevent risky releases and improve delivery reliability.

CI/CDDevSecOpsGitOps
0 likes · 13 min read
Nine CI/CD Gates That Block Risky Releases
FunTester
FunTester
Aug 29, 2026 · Operations

How to Shift Performance Testing Left in Development

The article explains why discovering performance problems just before release is risky and proposes moving performance testing earlier in the software lifecycle—defining measurable goals during requirements, validating components during development, checking service boundaries during integration, and using CI/CD for continuous feedback.

CI/CDMetricsearly testing
0 likes · 12 min read
How to Shift Performance Testing Left in Development
FunTester
FunTester
Aug 28, 2026 · Artificial Intelligence

Where AI Really Belongs in Software Testing

The article examines how AI can assist various testing tasks—such as organizing test plans, extending existing test suites, generating data, and summarizing results—while warning that core analysis, risk assessment, and collaborative understanding must remain human‑driven.

AI TestingSoftware TestingTest Data Generation
0 likes · 17 min read
Where AI Really Belongs in Software Testing
FunTester
FunTester
Aug 26, 2026 · Backend Development

Go JSON: Migrating from v1 to v2

Go 1.25 introduces a second version of the json package with new capabilities, API fixes, and performance improvements, but also many breaking changes; this article walks through the core differences, migration pitfalls, new streaming interfaces, option controls, tag extensions, custom codecs, default behavior shifts, and performance considerations.

GoJSONMigration
0 likes · 14 min read
Go JSON: Migrating from v1 to v2
FunTester
FunTester
Aug 22, 2026 · Artificial Intelligence

How AI Testing Can Build a Trustworthy Feedback Loop

The article analyses how AI transforms software testing from reactive bug fixing into a continuous quality‑verification loop, outlining four AI capabilities, practical challenges, and a three‑step roadmap for safely adopting AI‑driven test generation, self‑healing, risk prediction, and visual testing.

AI TestingSoftware Qualityrisk prediction
0 likes · 12 min read
How AI Testing Can Build a Trustworthy Feedback Loop
FunTester
FunTester
Aug 21, 2026 · Operations

Implement Test Automation in 6 Weeks with a Parallel Approach

The article outlines a six‑week incremental strategy that runs manual and automated test suites in parallel, gradually adds trusted tests to CI, and defines concrete metrics and failure‑prevention tactics to achieve reliable automation without disrupting releases.

CI/CDDevOpsSoftware Testing
0 likes · 11 min read
Implement Test Automation in 6 Weeks with a Parallel Approach
FunTester
FunTester
Aug 20, 2026 · Fundamentals

Pick the Right Tests First, Then Choose the Automation Tool

The article explains why most teams struggle with test automation, outlines what automation actually is and isn’t, compares manual and automated testing, details test types and the test pyramid, and provides a three‑criteria framework plus tool‑selection guidance to help teams prioritize and implement sustainable automated testing.

QAmobile testingtest automation
0 likes · 13 min read
Pick the Right Tests First, Then Choose the Automation Tool
FunTester
FunTester
Aug 17, 2026 · Artificial Intelligence

Why Result Feedback Beats Enforced TDD for AI Coding Agents

An exploratory evaluation shows that forcing AI coding agents to follow strict Test‑Driven Development does not improve design or mutation‑testing scores and can inflate token usage several‑fold, suggesting that result‑based feedback is a more effective control mechanism.

AI codingSoftware Testingagentic coding
0 likes · 15 min read
Why Result Feedback Beats Enforced TDD for AI Coding Agents
FunTester
FunTester
Aug 16, 2026 · Fundamentals

Rethinking Test Foundations for the AI Era

As AI coding agents accelerate UI changes, traditional selector‑based tests become brittle, so the article proposes five 2026‑ready testing fundamentals—intent‑driven specifications, built‑in self‑healing, native agent verification, PR‑gate quality checks, and storing tests alongside code—to align feedback speed with rapid delivery.

AI TestingCI quality gatesE2E testing
0 likes · 14 min read
Rethinking Test Foundations for the AI Era
FunTester
FunTester
Aug 15, 2026 · Operations

How to Deploy AI-Assisted Testing with Guardrails, Upgrades, and Rollbacks

The article analyzes how AI accelerates code production while testing demand outpaces capacity, proposes a three‑queue model, and outlines a staged, controlled approach—guardrails, upgrade criteria, and rollback mechanisms—to integrate AI safely into software testing pipelines.

AI TestingSoftware Qualityautomation guardrails
0 likes · 12 min read
How to Deploy AI-Assisted Testing with Guardrails, Upgrades, and Rollbacks