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
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.

AutomationContinuous improvementGovernance
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.

documentationquality assurancesoftware testing
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 testingCI/CDLLM
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.

JavaScriptJestmocha
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
FunTester
FunTester
Sep 23, 2025 · Fundamentals

How to Build an Effective Test Plan: A Step‑by‑Step Guide

A comprehensive test plan ensures software quality and project success by defining clear objectives, scope, methods, resources, standards, schedules, and deliverables, while promoting communication, early defect detection, automation, and efficient resource and environment management.

Resource Planningquality assurancesoftware testing
0 likes · 9 min read
How to Build an Effective Test Plan: A Step‑by‑Step Guide
FunTester
FunTester
Sep 22, 2025 · Frontend Development

Choosing the Right JavaScript Automation Testing Framework: WebDriverIO, Cypress, Playwright, and More

This article reviews the major JavaScript end‑to‑end testing frameworks—WebDriverIO, Nightwatch, Puppeteer, Playwright, TestCafe, and Cypress—explaining their technical foundations, installation steps, code examples, and the trade‑offs of compatibility, ease of use, and performance to help developers select the most suitable tool for modern web projects.

CypressJavaScriptPlaywright
0 likes · 12 min read
Choosing the Right JavaScript Automation Testing Framework: WebDriverIO, Cypress, Playwright, and More