Tagged articles
23 articles
Page 1 of 1
转转QA
转转QA
Aug 29, 2025 · Frontend Development

How We Solved Large-Scale Call Graph Visualization with AntV G6

Facing performance and layout challenges when visualizing thousands of function call nodes, we iterated through Echarts, Ant Design Charts, and finally adopted AntV G6, achieving smooth interaction, automatic layout, and scalable coverage mapping for our link coverage tool.

antv-g6coveragegraph
0 likes · 12 min read
How We Solved Large-Scale Call Graph Visualization with AntV G6
Liangxu Linux
Liangxu Linux
Oct 7, 2024 · Fundamentals

What’s the Real Difference Between Wi‑Fi and WLAN?

This article explains the distinct definitions, technical standards, security methods, coverage ranges, transmission speeds, and typical use cases of WLAN and Wi‑Fi, clarifying how Wi‑Fi is a specific standard within the broader WLAN ecosystem.

IEEE 802.11WLANWiFi
0 likes · 7 min read
What’s the Real Difference Between Wi‑Fi and WLAN?
OPPO Amber Lab
OPPO Amber Lab
Feb 23, 2024 · Information Security

Mastering Honggfuzz on Android: Setup, Execution, and Deep Code Insights

This article introduces the Google‑maintained honggfuzz fuzzing engine, explains how to integrate it into the Android AOSP build, run multi‑threaded fuzzing on devices, and dives into the core source modules, coverage sharing mechanisms, and the extensive mutation strategies that power its effectiveness.

Androidcoveragefuzz testing
0 likes · 16 min read
Mastering Honggfuzz on Android: Setup, Execution, and Deep Code Insights
21CTO
21CTO
Dec 20, 2023 · Frontend Development

Deno 1.39 Brings Stable WebGPU Support and TypeScript 5.3 – What Developers Need to Know

Version 1.39 of Deno introduces experimental‑yet‑stable WebGPU via the –unstable-webgpu flag, adds a new coverage reporter with static HTML output, improves Node.js compatibility, and ships with TypeScript 5.3, while warning of upcoming breaking changes to decorator semantics in the next release.

DenoJavaScriptTypeScript
0 likes · 5 min read
Deno 1.39 Brings Stable WebGPU Support and TypeScript 5.3 – What Developers Need to Know
ITPUB
ITPUB
Oct 3, 2023 · Backend Development

How to Build a 100% Test‑Coverage Automated Backend Testing System

This article presents a self‑developed automated testing platform for backend services that achieves full test‑case coverage with low maintenance cost by unifying HTTP and RPC access, introducing a parameter‑pool, integrating JSON Schema and JSONPath validation, and leveraging traffic‑driven test‑case generation and scheduling.

Automated TestingBackendJSON Schema
0 likes · 23 min read
How to Build a 100% Test‑Coverage Automated Backend Testing System
Amap Tech
Amap Tech
Jun 15, 2023 · Backend Development

Golang Unit Testing Plugin: Design, Implementation, and Best Practices

The Golang Unit Testing Plugin 3.0 unifies scripts, uses containerized resources, supports all Go versions, provides precise AST‑based incremental coverage, and generates detailed HTML reports, enabling developers to select the plugin in Aone Lab and automatically compile, test, collect coverage, and upload results, dramatically reducing integration effort and improving CI efficiency across dozens of applications.

Golangci/cdcoverage
0 likes · 8 min read
Golang Unit Testing Plugin: Design, Implementation, and Best Practices
政采云技术
政采云技术
Jun 6, 2023 · Mobile Development

Improving Flutter Unit Testing: Practices, Tools, and Common Issues

This article shares a team's experience of establishing and refining Flutter unit testing across multiple apps, covering preparation, tooling, coverage improvement, effective test writing, efficiency tricks, and a detailed FAQ of common pitfalls and solutions.

Mobile Developmentci/cdcoverage
0 likes · 17 min read
Improving Flutter Unit Testing: Practices, Tools, and Common Issues
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Sep 2, 2022 · Game Development

Designing High‑Coverage Test Cases for UI‑Intensive Games from a Player Perspective

This article presents a comprehensive methodology for creating high‑coverage test cases for UI‑driven games, covering evaluation criteria, user‑centric design steps, entry‑point analysis, UI element partitioning, static and dynamic checks, business‑flow testing, data‑storage validation, and additional considerations such as network conditions, compatibility, performance, and UX.

Mobile Gamescoveragegame testing
0 likes · 18 min read
Designing High‑Coverage Test Cases for UI‑Intensive Games from a Player Perspective
政采云技术
政采云技术
Dec 7, 2021 · Frontend Development

A Comprehensive Guide to Frontend Unit Testing with Jest and Mocha

This article introduces the importance of frontend unit testing, presents survey data on current practices, compares popular frameworks like Jest and Mocha, provides step‑by‑step setup instructions, demonstrates code examples for JavaScript, TypeScript and async functions, and explains how to generate coverage reports and use common assertions.

JavaScriptJestcoverage
0 likes · 16 min read
A Comprehensive Guide to Frontend Unit Testing with Jest and Mocha
DevOps
DevOps
Sep 7, 2021 · Operations

Effective Automation Testing: Metrics and Measurement Approaches

The article examines why many automation testing initiatives fail to deliver value, introduces a set of practical metrics such as test case count, execution frequency, success rate, coverage, EMTE, ROI, and bug‑detection efficiency, and explains how to combine them to assess and improve automation effectiveness within software development processes.

EMTEROISoftware Testing
0 likes · 10 min read
Effective Automation Testing: Metrics and Measurement Approaches
DataFunTalk
DataFunTalk
Apr 6, 2021 · Artificial Intelligence

Advances in Text Summarization: Pointer-Generator, Coverage Mechanisms, Entity Knowledge Integration, and Non-Autoregressive Models

This article reviews recent advances in abstractive summarization, covering pointer‑generator networks with coverage loss, integration of entity knowledge, strategies to mitigate repetition such as unlikelihood training and nucleus sampling, and emerging non‑autoregressive approaches like the Levenshtein Transformer.

NLPPointer-Generatorcoverage
0 likes · 15 min read
Advances in Text Summarization: Pointer-Generator, Coverage Mechanisms, Entity Knowledge Integration, and Non-Autoregressive Models
Alibaba Terminal Technology
Alibaba Terminal Technology
Jan 25, 2021 · Frontend Development

Boost Your Unit Testing Efficiency with VSCode Plugins and Jest Best Practices

This article explains why unit testing is essential, introduces VSCode plugins and Jest configurations that speed up test execution, outlines common testing pitfalls, and details practical test‑case design methods such as equivalence partitioning, boundary‑value analysis, and error‑guessing, while also covering stubs, mocks, and CI integration.

JestMockVS Code
0 likes · 18 min read
Boost Your Unit Testing Efficiency with VSCode Plugins and Jest Best Practices
Youku Technology
Youku Technology
Jul 24, 2020 · Backend Development

Hot Link Coverage and Comparative Testing for Backend Services

The article describes Alibaba’s flow‑based comparative testing and introduces Youku’s hot‑link coverage technique, which instruments method chains to automatically identify high‑frequency request paths, recommend them for regression testing, achieve full business‑link coverage without manual effort, and outlines future machine‑learning enhancements.

coveragehot-linkmethod-chain
0 likes · 11 min read
Hot Link Coverage and Comparative Testing for Backend Services
Didi Tech
Didi Tech
Jun 1, 2019 · Backend Development

Testing Pyramid and Integration Testing Practices for a Go Service

By applying Mike Cohn’s testing pyramid to a Go scheduling service, the author demonstrates a structured approach that combines straightforward unit tests, organized integration suites with setup/teardown hooks and coverage scripts, expressive GoConvey assertions, and end‑to‑end trace‑ID verification, while noting remaining gaps.

GoGoConveycoverage
0 likes · 12 min read
Testing Pyramid and Integration Testing Practices for a Go Service
Liulishuo Tech Team
Liulishuo Tech Team
Dec 15, 2017 · Frontend Development

Mastering Frontend Unit Testing: Mocha vs Jest and Practical Tips

This article explores why unit testing is essential for frontend projects, compares Mocha and Jest across assertions, coverage, environment setup, mocking, snapshots, and watch mode, and offers practical guidance on choosing tools, writing maintainable tests, and balancing coverage with development speed.

JavaScriptJestcoverage
0 likes · 19 min read
Mastering Frontend Unit Testing: Mocha vs Jest and Practical Tips