Tagged articles
19 articles
Page 1 of 1
FunTester
FunTester
Jul 3, 2023 · Fundamentals

How Role‑Based “Roaming Testing” Can Transform Your Exploratory Test Strategy

The article reinterprets James A. Whittaker's global exploratory testing by classifying testers into roles such as traveler, student, and official, and maps each role to specific roaming scenarios—shopping, landmark, overnight, dangerous, personalized, etc.—with concrete exploratory techniques and practical examples for software testing.

Software TestingTesting Methodologyexploratory testing
0 likes · 11 min read
How Role‑Based “Roaming Testing” Can Transform Your Exploratory Test Strategy
DeWu Technology
DeWu Technology
Apr 24, 2023 · Frontend Development

Community Client-Side Testing Practices and Quality System Construction

The guide outlines community-driven client‑side testing practices—functional, compatibility, exploratory, UX, performance, stability, and security testing—detailing tool use such as TeslaLab, automation and AI techniques, cross‑device and platform challenges, memory‑leak and crash analysis, and combined black‑box/white‑box approaches to improve app quality and data privacy.

Client-Side TestingPerformance TestingUI automation
0 likes · 21 min read
Community Client-Side Testing Practices and Quality System Construction
Architects Research Society
Architects Research Society
Jan 29, 2023 · Fundamentals

Comprehensive Guide to Agile Methodology and Testing Practices

This article provides a comprehensive overview of Agile methodology, detailing how testing adapts to Agile practices, comparing Scrum and Kanban, and exploring testing techniques such as BDD, ATDD, exploratory testing, and session‑based testing, while offering guidance for aligning testing with Agile delivery.

ATDDBDDKanban
0 likes · 24 min read
Comprehensive Guide to Agile Methodology and Testing Practices
FunTester
FunTester
Jan 6, 2023 · Industry Insights

When Does Exploratory Testing Shine? Levels, Factors, and Best Practices

This article examines the internal and external factors that influence exploratory testing, defines five testing levels from fully free to fully scripted, identifies suitable project types and domains, and offers practical ways to improve testers' exploratory skills and overall test effectiveness.

Software TestingTest Strategyexploratory testing
0 likes · 11 min read
When Does Exploratory Testing Shine? Levels, Factors, and Best Practices
FunTester
FunTester
Dec 13, 2022 · Fundamentals

Why Manual Testing Still Matters in the Age of Automation

Even though automated testing speeds up release cycles, manual testing remains essential because it uncovers visual glitches, enables exploratory discovery, catches automation false positives and negatives, handles low‑volume scenarios cost‑effectively, and provides user‑centric insights that guide product optimization.

Software qualityUI testingautomation
0 likes · 4 min read
Why Manual Testing Still Matters in the Age of Automation
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Sep 30, 2022 · Game Development

Exploratory Testing in Game Development: Concepts, Practices, and Q&A

This article explains how exploratory testing—a mindset that blends learning, design, and execution—can be applied to game QA, compares it with traditional and ad‑hoc testing, answers common questions, discusses its relationship with automation and AI, and shares practical tips from real‑world experience.

Agile DevelopmentSoftware Testingexploratory testing
0 likes · 32 min read
Exploratory Testing in Game Development: Concepts, Practices, and Q&A
FunTester
FunTester
May 16, 2022 · Fundamentals

Quick and Structured Test Case Writing with GIVEN‑WHEN‑THEN and Exploratory Scenario Association

This article explains how junior testers and anyone seeking to expand test coverage can quickly and systematically write test cases using the GIVEN‑WHEN‑THEN template, and then apply an exploratory scenario association method to derive additional cases by modifying preconditions, steps, or expected results.

GIVEN-WHEN-THENSoftware Testingexploratory testing
0 likes · 7 min read
Quick and Structured Test Case Writing with GIVEN‑WHEN‑THEN and Exploratory Scenario Association
DevOps
DevOps
Mar 29, 2022 · Fundamentals

Exploratory Testing: Scope, Value, Prerequisites, Practices, and Future Trends

This article explains the scope, benefits, prerequisites, practical methods, differences from traditional testing, and future development of exploratory testing, offering guidance on when and how to apply it in agile, waterfall, and mixed‑mode software projects.

Software Testingexploratory testingtest methodology
0 likes · 11 min read
Exploratory Testing: Scope, Value, Prerequisites, Practices, and Future Trends
DevOps
DevOps
May 31, 2021 · Fundamentals

Rethinking Traditional Test Cases: Moving Beyond Detailed Test Scripts

This article argues that traditional, step‑by‑step test cases are becoming obsolete, advocating for alternative test design methods such as mind maps, matrices, user‑story acceptance criteria, and emphasizing exploratory testing, codeless automation, and knowledge‑centric approaches to improve efficiency and maintainability.

Agile TestingSoftware Testingcodeless automation
0 likes · 7 min read
Rethinking Traditional Test Cases: Moving Beyond Detailed Test Scripts
FunTester
FunTester
Sep 5, 2020 · Frontend Development

Why UI Testing Is Essential: Manual vs Automated Strategies Explained

UI testing ensures that a website’s interface functions correctly and delivers a smooth user experience, covering manual and automated approaches, cross‑browser compatibility, exploratory and scripted techniques, and performance considerations, illustrated with real‑world ticket‑booking examples and practical Selenium automation benefits.

SeleniumUI testingautomation
0 likes · 11 min read
Why UI Testing Is Essential: Manual vs Automated Strategies Explained
DevOps
DevOps
Aug 18, 2020 · Fundamentals

Exploratory Testing: Concepts, Agile Application, and Practical Strategies

Exploratory testing, introduced by Cem Kaner, is a flexible testing mindset that breaks conventional routines by designing, executing, and iteratively refining tests, and its integration with agile development enhances test strategy formulation, guides manual and automated testing, and improves overall software quality across various project complexities.

Agile DevelopmentSoftware TestingTest Strategy
0 likes · 15 min read
Exploratory Testing: Concepts, Agile Application, and Practical Strategies
FunTester
FunTester
Jul 7, 2020 · Artificial Intelligence

AI in Test Automation: Opportunities, Challenges, and Best Practices

This article explores how artificial intelligence is reshaping test automation by addressing maintenance bottlenecks, enhancing exploratory testing, and offering practical guidance for teams to adopt AI‑driven tools while remaining accountable for accuracy and results.

Software Testingaiexploratory testing
0 likes · 11 min read
AI in Test Automation: Opportunities, Challenges, and Best Practices
DevOps
DevOps
Mar 4, 2020 · Fundamentals

Exploratory Testing: Principles, Differences from Scripted Testing, and Session‑Based Test Management

The article explains the shortcomings of traditional scripted testing in agile projects, introduces the test pyramid and exploratory testing concepts, clarifies how exploratory testing differs from random testing, and outlines practical Session‑Based Test Management techniques for effective agile quality assurance.

Software Testingexploratory testingsession-based testing
0 likes · 8 min read
Exploratory Testing: Principles, Differences from Scripted Testing, and Session‑Based Test Management
FunTester
FunTester
Feb 23, 2020 · Operations

Common Pitfalls for Automation Test Beginners and How to Avoid Them

The article outlines essential automation testing practices for beginners, covering test design maintenance, false‑positive avoidance, code reusability, realistic automation expectations, big‑picture planning, exploratory testing, UI change handling, and provides curated technical resources.

Seleniumautomation testingcode-reuse
0 likes · 7 min read
Common Pitfalls for Automation Test Beginners and How to Avoid Them
FunTester
FunTester
Nov 19, 2019 · Fundamentals

Unlocking the Power of Exploratory Testing for Agile Success

Exploratory testing, a flexible, unscripted approach integral to agile development, enables rapid discovery of defects, improves user experience, and complements automated regression testing, while its various types, benefits, challenges, and common myths are examined to guide teams in effective implementation.

Software TestingTesting Methodologyagile
0 likes · 13 min read
Unlocking the Power of Exploratory Testing for Agile Success
FunTester
FunTester
Oct 7, 2019 · Fundamentals

Why Manual Testing Still Matters in Mobile App Development

In the era of rapid digital transformation, manual testing remains essential for mobile applications because it uncovers visual, exploratory, and contextual issues that automated scripts cannot detect, offering deeper insights and flexibility despite the rise of automation.

exploratory testingmanual testingmobile app testing
0 likes · 6 min read
Why Manual Testing Still Matters in Mobile App Development
Baixing.com Technical Team
Baixing.com Technical Team
Dec 7, 2017 · Operations

How Test Fest Transforms Product Quality with Collaborative Testing

Test Fest is a company‑wide, short‑duration crowdsourced testing event that brings product managers, developers, designers, operations, and support staff together to explore a product, uncover bugs, improve compatibility, and generate actionable insights, dramatically boosting testing efficiency and ROI.

Software TestingTest Festcollaborative testing
0 likes · 15 min read
How Test Fest Transforms Product Quality with Collaborative Testing
360 Quality & Efficiency
360 Quality & Efficiency
Jan 6, 2017 · Fundamentals

Exploratory Testing: Concepts, Evolution, and Practical Techniques

This article explains what exploratory testing is, traces its growing importance in modern rapid‑iteration product development, and presents practical techniques—including free‑form deep testing, scenario‑based traversal, strategy‑driven extrapolation, and feedback‑driven iteration—illustrated with real‑world mobile app examples.

QASoftware Testingexploratory testing
0 likes · 11 min read
Exploratory Testing: Concepts, Evolution, and Practical Techniques