Baidu Intelligent Testing
Author

Baidu Intelligent Testing

Welcome to follow.

234
Articles
0
Likes
483
Views
0
Comments
Recent Articles

Latest from Baidu Intelligent Testing

100 recent articles max
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 12, 2017 · Fundamentals

Introduction to C/C++ Code Coverage Tools and Practices (BullseyeCoverage, gcov/lcov)

This article explains the concepts of code coverage, describes different coverage metrics such as statement, branch, and function coverage, introduces BullseyeCoverage and gcov/lcov tools, and provides detailed step‑by‑step procedures for measuring coverage in both executable binaries and dynamic libraries for C/C++ projects.

BullseyeCoverageTestingcode coverage
0 likes · 8 min read
Introduction to C/C++ Code Coverage Tools and Practices (BullseyeCoverage, gcov/lcov)
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 8, 2017 · Mobile Development

Android OEM ROM Features and Their Impact on App Testing

This article provides a comprehensive overview of the distinctive Android ROM customizations from major Chinese manufacturers—Huawei, OPPO, VIVO, Xiaomi, and Meizu—as well as key changes in Android versions 4.0 to 7.0, explaining how each feature affects app compatibility, permission handling, power management, and testing strategies.

AndroidOEMPermissions
0 likes · 16 min read
Android OEM ROM Features and Their Impact on App Testing
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 7, 2017 · Mobile Development

Overview of Android System Features and Testing Tools

This article provides a comprehensive guide to Android system features relevant to testing, covering common functions like app management, developer options such as USB debugging and various adb commands, process statistics, visual debugging tools, and the handling of normal, dangerous, and special permissions.

ADBAndroidDeveloper Options
0 likes · 12 min read
Overview of Android System Features and Testing Tools
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 6, 2017 · Product Management

Understanding User Satisfaction Models and How to Build Them

The article explains what a user satisfaction model is, why it matters for product evaluation, and outlines a step‑by‑step methodology—including defining dimensions, collecting questionnaire data, applying statistical techniques, creating a two‑dimensional evaluation matrix, and deriving actionable improvement plans—to quantitatively assess and enhance user experience.

ModelingProduct ManagementUX Research
0 likes · 6 min read
Understanding User Satisfaction Models and How to Build Them
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 5, 2017 · Mobile Development

Compatibility Test Suite (CTS): Boosting Efficiency of iOS Mobile Compatibility Testing

The Compatibility Test Suite (CTS) introduces a "one‑device operation, multi‑device linkage" approach that captures gestures on a source iPhone, maps them to other devices via element trees and image‑recognition techniques, and automates batch installation to dramatically reduce the time and effort of iOS compatibility testing.

AutomationCTSCompatibility
0 likes · 9 min read
Compatibility Test Suite (CTS): Boosting Efficiency of iOS Mobile Compatibility Testing
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 1, 2017 · Fundamentals

Understanding Python Garbage Collection and Memory Leaks

This article explains Python's garbage collection mechanisms, demonstrates how reference counting works, shows how to detect and fix memory leaks using the gc module, and illustrates the issue with urllib2 through code examples and visual diagrams.

Garbage CollectionPythonReference Counting
0 likes · 5 min read
Understanding Python Garbage Collection and Memory Leaks
Baidu Intelligent Testing
Baidu Intelligent Testing
Aug 29, 2017 · Mobile Development

Precise App Response Time Measurement Using Frame-Based Analysis

The article explains why accurate response‑time testing is essential for mobile apps, compares four common measurement methods, introduces a frame‑analysis tool that extracts video frames, deduplicates them, and lets users select start and end frames to compute precise cold‑ and hot‑start times, and discusses its advantages and limitations.

Testingframe analysisresponse time
0 likes · 11 min read
Precise App Response Time Measurement Using Frame-Based Analysis