360 Quality & Efficiency
Author

360 Quality & Efficiency

360 Quality & Efficiency focuses on seamlessly integrating quality and efficiency in R&D, sharing 360’s internal best practices with industry peers to foster collaboration among Chinese enterprises and drive greater efficiency value.

556
Articles
0
Likes
1.3k
Views
0
Comments
Recent Articles

Latest from 360 Quality & Efficiency

100 recent articles max
360 Quality & Efficiency
360 Quality & Efficiency
Jul 21, 2023 · Operations

Implementing Test Left‑Shift to Enhance Software Quality and Development Efficiency

The article explains how adopting a test‑left‑shift approach—integrating testing activities early in the development lifecycle through stages such as self‑testing, requirement and test‑case reviews, UI/product walkthroughs, showcases, and acceptance gates—can reduce rework, lower costs, and improve overall software quality and team collaboration.

development processquality assurancer&d efficiency
0 likes · 9 min read
Implementing Test Left‑Shift to Enhance Software Quality and Development Efficiency
360 Quality & Efficiency
360 Quality & Efficiency
Jul 14, 2023 · Backend Development

Quick Guide to Generating Clear HTML Test Reports with unittestreport

This article introduces the open‑source unittestreport framework for Python, explains how to install it, configure report parameters, use multi‑threaded execution, enable email notifications, and extend it with HTMLTestRunner compatibility to produce customizable, visual HTML test reports for unittest and pytest projects.

HTML reportTestingpytest
0 likes · 8 min read
Quick Guide to Generating Clear HTML Test Reports with unittestreport
360 Quality & Efficiency
360 Quality & Efficiency
Jun 30, 2023 · Fundamentals

Common Defect Metrics for Software Testing

The article explains why testing is essential in software development and introduces ten widely used defect metrics—such as defect density, arrival rate, fix rate, effectiveness, severity, reopen rate, escape rate, average fix time, type distribution, and convergence trend—to help teams assess and improve product quality.

Testing Metricsdefect metricsquality assurance
0 likes · 8 min read
Common Defect Metrics for Software Testing
360 Quality & Efficiency
360 Quality & Efficiency
Jun 9, 2023 · Backend Development

Comprehensive OTA Testing Guide: Functional, Performance, Compatibility, and Automation Strategies

This article presents a detailed OTA (Over‑the‑Air) testing framework covering preparation, functional test points, upgrade strategies, data consistency, compatibility, performance load testing, and Python‑based automation for IoT devices, helping engineers avoid missed cases and ensure reliable firmware upgrades.

AutomationIoTMQTT
0 likes · 9 min read
Comprehensive OTA Testing Guide: Functional, Performance, Compatibility, and Automation Strategies
360 Quality & Efficiency
360 Quality & Efficiency
May 26, 2023 · Operations

Effective Test Case Design: 5W2H Analysis and Common Design Techniques

This article explains how to avoid common pitfalls in test case design by applying 5W2H requirement analysis, structuring cases with clear hierarchies, and using techniques such as equivalence partitioning, boundary value analysis, scenario flow analysis, and error guessing to create comprehensive, readable, and maintainable test suites.

5W2H analysisboundary value analysisequivalence partitioning
0 likes · 7 min read
Effective Test Case Design: 5W2H Analysis and Common Design Techniques
360 Quality & Efficiency
360 Quality & Efficiency
May 26, 2023 · Backend Development

Generating Clear Visual HTML Test Reports with unittestreport: Quick Start, Features, and Extensions

This article explains how to quickly generate clear, visual HTML test reports using the unittestreport framework, covering installation, basic usage, data‑driven testing, multithreading, email notifications, SSL fixes, and compatibility extensions with HTMLTestRunner for both unittest and pytest environments.

HTML test reportpytestpython testing
0 likes · 8 min read
Generating Clear Visual HTML Test Reports with unittestreport: Quick Start, Features, and Extensions
360 Quality & Efficiency
360 Quality & Efficiency
May 26, 2023 · Artificial Intelligence

Enhancing ChatGPT Real‑Time Accuracy through Document Retrieval: A Practical Approach

The article examines ChatGPT's limitations in timeliness and factual accuracy, especially for security‑related queries, and proposes a method that combines external document search with the model to deliver up‑to‑date, reliable answers across intelligent‑assistant scenarios.

Artificial IntelligenceChatGPTInformation Retrieval
0 likes · 8 min read
Enhancing ChatGPT Real‑Time Accuracy through Document Retrieval: A Practical Approach