FunTester
Author

FunTester

10k followers, 1k articles | completely useless

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

Latest from FunTester

100 recent articles max
FunTester
FunTester
Oct 31, 2025 · Fundamentals

Master Defensive Programming: Turn Failures into Manageable Events

This article explains why defensive programming is essential, outlines its core principles, presents common failure scenarios and practical guidelines, and shows how testing and observability can turn inevitable errors into controlled, recoverable events that keep systems stable and maintainable.

Error HandlingObservabilitydefensive programming
0 likes · 9 min read
Master Defensive Programming: Turn Failures into Manageable Events
FunTester
FunTester
Oct 19, 2025 · Operations

How to Turn Automation from a Burden into a Sustainable Organizational Capability

This article explores the full lifecycle of automation process management, covering definition, planning, design, execution, monitoring, quality and security controls, continuous optimization, common pitfalls, and practical steps to transform automation from isolated scripts into a sustainable, measurable organizational capability.

Continuous ImprovementGovernanceautomation
0 likes · 10 min read
How to Turn Automation from a Burden into a Sustainable Organizational Capability
FunTester
FunTester
Oct 18, 2025 · Operations

How to Build a Reusable, Measurable Test Process Management System

Effective test process management transforms scattered testing activities into a systematic, measurable, and continuously improving framework, covering requirement analysis, planning, design, execution, defect handling, evaluation, and knowledge retention, ultimately boosting defect detection efficiency, shortening fix cycles, and ensuring stable, predictable product delivery.

Continuous Improvementdefect managementquality assurance
0 likes · 11 min read
How to Build a Reusable, Measurable Test Process Management System
FunTester
FunTester
Oct 17, 2025 · Fundamentals

Why Does var Print 2 Twice? Unraveling JavaScript’s Function Scope and Hoisting

This article explains why a JavaScript function using var prints “2” twice, by detailing var’s function scope, variable hoisting, the compilation and execution phases, and contrasting the behavior with let and const, while offering practical coding recommendations to avoid common pitfalls.

JavaScriptVarconst
0 likes · 9 min read
Why Does var Print 2 Twice? Unraveling JavaScript’s Function Scope and Hoisting
FunTester
FunTester
Oct 10, 2025 · Fundamentals

How to Build an Effective Test Strategy Document Step‑by‑Step

This guide outlines a step‑by‑step approach to creating a comprehensive test strategy document, covering project understanding, test requirement analysis, selection of test types and tools, documentation structure, stakeholder approval, and ongoing updates to ensure effective test coverage and product quality.

DocumentationTest Strategyquality assurance
0 likes · 7 min read
How to Build an Effective Test Strategy Document Step‑by‑Step
FunTester
FunTester
Oct 9, 2025 · Artificial Intelligence

How AI Turns Natural Language Into Automated End‑to‑End Tests

This article explains how the browser‑use/qa‑use platform leverages large language models to let testers describe test cases in natural language, automatically generates browser actions, executes them, and provides detailed reports, dramatically reducing script maintenance and boosting testing efficiency.

AI testingLLMTest Engineering
0 likes · 10 min read
How AI Turns Natural Language Into Automated End‑to‑End Tests
FunTester
FunTester
Sep 26, 2025 · Frontend Development

How to Choose the Right JavaScript Unit Testing Framework for Your Project

This guide explains why unit testing is essential, compares manual and automated testing, outlines the components of JavaScript test frameworks, and provides a step‑by‑step process for selecting the most suitable framework based on project needs and team capabilities.

JavaScriptJestSoftware quality
0 likes · 9 min read
How to Choose the Right JavaScript Unit Testing Framework for Your Project
FunTester
FunTester
Sep 25, 2025 · Artificial Intelligence

Mastering AI‑Assisted Coding: A Structured 4‑Stage Workflow to Boost Efficiency

This article presents a practical, four‑stage methodology—Explore, Plan, Code, Commit—that transforms AI from a simple code generator into a strategic development partner, helping engineers tackle unfamiliar codebases, avoid “vibe coding,” and dramatically improve productivity and code quality.

AI programmingproductivitysoftware engineering
0 likes · 19 min read
Mastering AI‑Assisted Coding: A Structured 4‑Stage Workflow to Boost Efficiency
FunTester
FunTester
Sep 24, 2025 · Artificial Intelligence

Will AI Replace Programmers? Unpacking the Real Impact on Development

The article argues that AI is a powerful assistant for automating repetitive coding tasks and accelerating prototyping, but it cannot replace senior developers in architecture, security, and complex reasoning, making AI a tool that augments rather than eliminates human expertise.

AIsenior developers
0 likes · 8 min read
Will AI Replace Programmers? Unpacking the Real Impact on Development