FunTester
Author

FunTester

10k followers, 1k articles | completely useless

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

Latest from FunTester

100 recent articles max
FunTester
FunTester
Apr 12, 2026 · Industry Insights

Why Software Standards Matter: Unlocking Collaboration and Longevity

The article explains how software standards act as coordination mechanisms that prevent fragmentation, enable portability and foster long‑term stability, illustrating their structure through examples like Java and Jakarta EE, and arguing that standards are the invisible infrastructure essential for sustainable engineering collaboration.

Javacollaborationecosystem
0 likes · 9 min read
Why Software Standards Matter: Unlocking Collaboration and Longevity
FunTester
FunTester
Apr 11, 2026 · Industry Insights

Why AI Agents Will Become a Business Standard by 2026 – 5 Key Decisions

By mid‑2026 enterprises will shift from experimental AI agents to fully integrated, low‑code, industry‑specific agents, making speed of adoption, multi‑agent orchestration, and measurable KPI impact the decisive factors for competitive advantage.

2026 trendsAI agentsEnterprise automation
0 likes · 10 min read
Why AI Agents Will Become a Business Standard by 2026 – 5 Key Decisions
FunTester
FunTester
Apr 9, 2026 · Fundamentals

Why Passing Tests Aren’t Proof of Correctness: Dijkstra’s Insight & Modern Strategies

The article explains that a green test run only shows the absence of detected bugs under specific inputs, environments, and assumptions, explores the asymmetry between verification and falsification, discusses the test‑oracle problem, property‑based testing, formal verification, and proposes a risk‑calibrated testing approach.

Dijkstraformal verificationproperty-based testing
0 likes · 17 min read
Why Passing Tests Aren’t Proof of Correctness: Dijkstra’s Insight & Modern Strategies
FunTester
FunTester
Apr 5, 2026 · Operations

How Observability‑Driven Development Can Transform FinTech Reliability

This article explains the core concepts of observability‑driven development for fintech systems, outlines a five‑step pipeline—from data collection with OpenTelemetry to automated remediation—and highlights compliance, performance, and business impact considerations.

MTTROpenTelemetrycompliance
0 likes · 11 min read
How Observability‑Driven Development Can Transform FinTech Reliability
FunTester
FunTester
Apr 4, 2026 · Industry Insights

Why AI Accelerates Development but Makes Testing Harder: Embracing Intent‑Driven Testing

Generative AI has boosted code creation speed, yet testing lags behind, leading to noisy, costly test suites; the article argues that shifting from simple test case generation to intent‑driven testing—defining business intent, risk, and acceptance criteria—restores semantic value and improves test efficiency.

AI testingintent-driven testingsoftware testing
0 likes · 12 min read
Why AI Accelerates Development but Makes Testing Harder: Embracing Intent‑Driven Testing
FunTester
FunTester
Mar 13, 2026 · Fundamentals

From Tester to Coach: Building a Three‑Layer Capability Model

The article outlines a three‑layer capability model for test developers—technical depth, structured expression, and system design—explaining how each layer builds on the previous one, how to assess your current level, and practical ways to train toward higher impact roles.

Test Developmentcapability modelcareer growth
0 likes · 11 min read
From Tester to Coach: Building a Three‑Layer Capability Model
FunTester
FunTester
Mar 12, 2026 · R&D Management

From Service Desk to Coach: Turning Support into Sustainable Knowledge Assets

The article explains how shifting from a reactive, ticket‑based support role to a proactive coaching model reduces repetitive issues by identifying patterns, structuring knowledge, building reusable rules, and allocating dedicated time for systematic improvement, ultimately turning support work into lasting assets.

coachingknowledge managementprocess-improvement
0 likes · 12 min read
From Service Desk to Coach: Turning Support into Sustainable Knowledge Assets
FunTester
FunTester
Mar 9, 2026 · R&D Management

When Test Engineers Become Customer Service: Causes, Symptoms, and a Path to Change

The article examines why test engineers often end up acting as de‑facto customer‑service agents, outlines three structural reasons and typical symptoms, and offers practical questions and strategies to shift from reactive firefighting to building sustainable, replaceable processes.

Customer Serviceprocess improvementreactive work
0 likes · 10 min read
When Test Engineers Become Customer Service: Causes, Symptoms, and a Path to Change
FunTester
FunTester
Mar 5, 2026 · Artificial Intelligence

Deploy OpenClaw for AI‑Powered UI Automation Testing on Cloud

This guide explains what OpenClaw is, walks through cloud and local installation, shows how to connect large language models and instant‑messaging tools, configures required permissions, validates the setup, and demonstrates using natural‑language commands to run fully automated UI tests with AI assistance.

ChatOpsOpenClawUI Testing
0 likes · 11 min read
Deploy OpenClaw for AI‑Powered UI Automation Testing on Cloud
FunTester
FunTester
Feb 26, 2026 · Backend Development

Why Waiting, Not Computing, Dominates Tail Latency in High‑Concurrency Systems

In high‑concurrency systems, tail latency is driven primarily by waiting on locks, resources, and scheduling rather than raw computation, with phenomena like head‑of‑line blocking, context‑switch overhead, and cache‑coherency costs amplifying unpredictable delays.

backend systemscontext switchhead-of-line blocking
0 likes · 13 min read
Why Waiting, Not Computing, Dominates Tail Latency in High‑Concurrency Systems