Tagged articles
16 articles
Page 1 of 1
AI Explorer
AI Explorer
May 2, 2026 · Artificial Intelligence

How a New AI Probe Can Reverse‑Engineer LLM Parameter Counts

Researcher Li Bojie’s “Uncompressible Knowledge Probe” uses random, black‑box API queries to gauge how much irreducible knowledge a large language model retains, allowing an indirect estimate of its effective parameter count and prompting a broader debate on model evaluation and transparency.

AI EvaluationLLMblack-box testing
0 likes · 5 min read
How a New AI Probe Can Reverse‑Engineer LLM Parameter Counts
Advanced AI Application Practice
Advanced AI Application Practice
Nov 8, 2025 · Fundamentals

Masked Testing: Why Ignoring System Logic Turns Tests into Guesswork

The article explains how relying solely on black‑box testing hides critical business‑logic bugs, illustrates three concrete failure scenarios, and offers four practical steps—asking targeted questions, visualizing workflows, designing focused test cases, and monitoring logs and databases—to transition toward gray‑box testing.

Software Testingblack-box testinggray-box testing
0 likes · 8 min read
Masked Testing: Why Ignoring System Logic Turns Tests into Guesswork
Tencent Tech
Tencent Tech
Sep 27, 2023 · Databases

PolySI & Tesseract: New Black‑Box Tools for Snapshot Isolation & Schema Evolution

Tencent Cloud, in collaboration with Nanjing University, ETH Zurich, and Simon Fraser University, presented two VLDB‑2023 papers introducing PolySI, a black‑box checker for snapshot isolation, and Tesseract, an online, transactional schema‑evolution technique, both demonstrating superior performance and practical impact on modern cloud databases.

VLDBblack-box testingdatabases
0 likes · 7 min read
PolySI & Tesseract: New Black‑Box Tools for Snapshot Isolation & Schema Evolution
JD Cloud Developers
JD Cloud Developers
Mar 29, 2023 · Fundamentals

Mastering the Core Logic of Software Testing: From Black‑Box Basics to Strategic Design

This article shares practical insights and foundational principles for software testers, covering essential skills, the underlying logic of black‑box testing, input‑output modeling, and a concise 2W+1H analysis method to help both newcomers and seasoned professionals design effective test strategies.

Software Testingblack-box testingtest design
0 likes · 18 min read
Mastering the Core Logic of Software Testing: From Black‑Box Basics to Strategic Design
FunTester
FunTester
Dec 16, 2022 · Fundamentals

Master Black-Box Test Cases: Equivalence, Boundary, and Scenario Techniques

The article explains core black‑box test case design techniques—including equivalence class partitioning, boundary value analysis, and the scenario method—detailing their principles, example tables, flow diagrams, and practical steps for selecting representative cases to achieve comprehensive coverage despite the impossibility of testing every possible input.

Scenario Testingblack-box testingboundary value analysis
0 likes · 9 min read
Master Black-Box Test Cases: Equivalence, Boundary, and Scenario Techniques
FunTester
FunTester
Aug 6, 2022 · Operations

Understanding Automated Testing Frameworks and Their Application in Real‑Time Video SDKs

This article introduces the concept and benefits of automated testing frameworks, outlines popular framework types such as module‑based, data‑driven, keyword‑driven, black‑box hybrid and behavior‑driven, and explains how they are integrated with CI clusters, data platforms, and objective reporting to improve real‑time video SDK testing efficiency and reliability.

Automated TestingData-drivenTesting framework
0 likes · 9 min read
Understanding Automated Testing Frameworks and Their Application in Real‑Time Video SDKs
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Mar 29, 2022 · Game Development

Game Testing Practices: Visible and Invisible Aspects, Recording, and Delivery

The article shares a QA newcomer’s one‑year reflection on game testing, covering visible vs invisible aspects, the importance of diff analysis, combining black‑box and white‑box testing, systematic test case recording, bug acceptance, and final delivery practices to improve quality in game development.

QAblack-box testingdiff analysis
0 likes · 14 min read
Game Testing Practices: Visible and Invisible Aspects, Recording, and Delivery
FunTester
FunTester
Jan 19, 2021 · Fundamentals

How to Write Effective Test Cases: Principles, Methods, and Best Practices

This article explains why test cases are essential, outlines their purposes, presents key design principles and black‑box techniques, provides a web‑UI checklist example, describes basic test case components, and emphasizes the importance of thorough test case review.

Software Testingblack-box testingquality assurance
0 likes · 6 min read
How to Write Effective Test Cases: Principles, Methods, and Best Practices
FunTester
FunTester
Dec 18, 2020 · Operations

Mastering Black‑Box Tests for Polynomial Add‑Multiply Programs

This article explains how to treat a polynomial addition and multiplication program as a black box, outlines its input/output format, describes a linked‑list implementation with key functions, and presents critical, equivalence‑class, and loop‑related test cases along with practical debugging tips.

C programmingSoftware Testingblack-box testing
0 likes · 8 min read
Mastering Black‑Box Tests for Polynomial Add‑Multiply Programs
360 Quality & Efficiency
360 Quality & Efficiency
Aug 28, 2020 · Mobile Development

Effective Screenshot Capture in Android Black‑Box Testing Using ActivityController and ProcessObserver

This article explains how to implement reliable screen‑capture during Android black‑box testing by leveraging ActivityController, custom Shell services, IProcessObserver, and optional root‑level getevent commands, providing code examples and an integrated workflow for detecting page changes and handling crashes.

Shellactivitycontrollerblack-box testing
0 likes · 9 min read
Effective Screenshot Capture in Android Black‑Box Testing Using ActivityController and ProcessObserver
360 Tech Engineering
360 Tech Engineering
Mar 27, 2020 · Mobile Development

Implementing Black‑Box Automation Testing Using Android Accessibility Service

This article explains how to build an Android Accessibility service to perform black‑box automation testing, compares its advantages and limitations with UiAutomator1.0/2.0, and provides detailed configuration steps and code examples for service setup, event handling, gesture dispatch, and practical testing scenarios.

AccessibilityServiceAndroidAutomation
0 likes · 12 min read
Implementing Black‑Box Automation Testing Using Android Accessibility Service
FunTester
FunTester
Jan 20, 2020 · Fundamentals

Mastering Black‑Box and White‑Box Testing: When and How to Use Each

This article explains the fundamentals of black‑box and white‑box testing, outlines their functional, non‑functional, and regression variants, and shows how combining both approaches improves software reliability, security, and performance.

QASoftware Testingblack-box testing
0 likes · 6 min read
Mastering Black‑Box and White‑Box Testing: When and How to Use Each
360 Tech Engineering
360 Tech Engineering
Apr 9, 2018 · Mobile Development

Comprehensive Black‑Box Testing Guide for Mobile Apps

This article presents a detailed collection of black‑box testing methods for mobile applications, covering installation, launch, uninstall, network conditions, input validation, compatibility, storage, upgrade, UI friendliness, screen rotation, interruption, resource conflicts, and multi‑touch scenarios.

CompatibilityUI testingapp testing
0 likes · 11 min read
Comprehensive Black‑Box Testing Guide for Mobile Apps
360 Quality & Efficiency
360 Quality & Efficiency
Mar 15, 2018 · Mobile Development

Common Black-Box Testing Methods for Mobile Apps

This article presents a comprehensive collection of practical black‑box testing techniques for mobile applications, covering installation, launch, network conditions, input validation, compatibility, storage, interruption handling, upgrades, UI friendliness, screen rotation, and multi‑touch scenarios.

Compatibilityapp QAblack-box testing
0 likes · 9 min read
Common Black-Box Testing Methods for Mobile Apps
DevOps Engineer
DevOps Engineer
Aug 10, 2017 · Fundamentals

A Comprehensive Overview of Software Testing Concepts and Methods

This article provides a detailed overview of software testing fundamentals, covering testing stages across project lifecycles, classifications such as black‑box, white‑box, and gray‑box testing, functional and performance testing, manual versus automated testing, and specialized tests like smoke, regression, random, exploratory, and security testing.

Performance TestingSoftware Testingblack-box testing
0 likes · 10 min read
A Comprehensive Overview of Software Testing Concepts and Methods