How to Implement General Quality Characteristics Work

How to Implement General Quality Characteristics Work

01 Introduction In the GJB 9001C quality management system requirements, clear requirements for general quality characteristics are proposed. Generally speaking, the general quality characteristics include reliability, maintainability, testability, supportability, safety, and environmental adaptability, collectively referred to as the “Six Characteristics”. What specific projects does the implementation of general quality characteristics work include? What are the … Read more

Advancing Towards Automotive Zero Prototyping: Integrating Offline and Driver-in-the-Loop HiL Testing in Real-Time Simulation Environments

Advancing Towards Automotive Zero Prototyping: Integrating Offline and Driver-in-the-Loop HiL Testing in Real-Time Simulation Environments

Today’s vehicle manufacturing has become extremely complex due to the diversity of electronic devices, software, and sensors. Additionally, many subsystems are not developed by the vehicle manufacturers themselves. Therefore, OEMs and suppliers face challenges in collaborative development. In this free webinar, Guanglei Zhou from VI-grade will showcase how Hardware-in-the-Loop (HiL) testing can assist OEMs in … Read more

Interpretation of Group Standards by China Electrical Engineering Society: Hardware-in-the-loop Testing Specification for Grid-connected Performance of Energy Storage System Inverters

Interpretation of Group Standards by China Electrical Engineering Society: Hardware-in-the-loop Testing Specification for Grid-connected Performance of Energy Storage System Inverters

The group standard T/CES 251-2023 “Hardware-in-the-loop Testing Specification for Grid-connected Performance of Energy Storage System Inverters” proposed by the China Electrical Engineering Society was drafted and completed by the Electric Power Research Institute of State Grid Henan Electric Power Company and other units. This standard specifies the technical requirements for the preparation of hardware-in-the-loop testing, … Read more

Design Framework for ECD Testing Under Validity Argument Paradigm

Design Framework for ECD Testing Under Validity Argument Paradigm

Author: Dai Yifei, PhD, Assistant Researcher, Ministry of Education Examination Center. Original article published in “China Examination” 2016, Issue 11. Abstract:Entering the era of a holistic view of validity, research on test validity has evolved into supporting the effectiveness of examinations with as much “evidence” as possible, with validity argumentation becoming the basis for testing … Read more

Key Analysis of Steel Frame Structure Detection, Identification, and Reinforcement Design

Key Analysis of Steel Frame Structure Detection, Identification, and Reinforcement Design

Key Analysis of Steel Frame Structure Detection, Identification, and Reinforcement Design Introduction:During the construction process, it is essential to test the safety of the main structure and conduct specialized identification work. In the process of detection and identification, it is also necessary to carry out reinforcement work on the structure. Compared with traditional concrete structures, … Read more

Climate and Environmental Stress Testing Framework and Applications

Climate and Environmental Stress Testing Framework and Applications

Related Articles [Financial Industry ESG] Climate and Environmental Stress Testing Series Article One: Concepts, Regulations, Practices, and Challenges Introduction Climate and environmental stress testing is an important component of KPMG’s green finance and ESG (Environmental, Social, and Governance) solutions. In addition to climate and environmental stress testing, we also cover aspects such as industry analysis, … Read more

IOTFUZZER: Discovering Memory Corruption in IoT Through Application-Based Fuzz Testing

IOTFUZZER: Discovering Memory Corruption in IoT Through Application-Based Fuzz Testing

1. Overview The author proposes a novel automated black-box Fuzz testing framework—IOTFUZZER, aimed at monitoring memory corruption vulnerabilities in IoT devices. Main Advantages No need to obtain firmware images of IoT devices. No reverse engineering required. No need to know the specifics of the protocol. Purpose of Work Only Fuzz testing, used to guide subsequent … Read more

Understanding Data-Driven and Keyword-Driven Approaches in Automation Testing

Understanding Data-Driven and Keyword-Driven Approaches in Automation Testing

Pinch face to ask for attention~ Quick, follow this public account Let’s learn together Tips: “When learning testing, choose an institution, and it’s important to have a trial class!” Click the end of the article “Read the original” for more information! When first encountering automation testing, I didn’t fully understand data-driven and keyword-driven approaches, thinking … Read more

5 Useful Tools and Libraries for Testing Vue.js Applications

5 Useful Tools and Libraries for Testing Vue.js Applications

Original | https://blog.bitsrc.io/5-useful-tools-and-libraries-for-testing-vuejs-applications-13166f930da8 Author | Nethmi Wijesinghe In recent years, Vue.js has become one of the most popular web application frameworks, which is not surprising given its flexibility, ease of use, and productivity. However, none of these matter if you do not test your applications correctly. Software testing perfects the entire process, ensuring the excellence … Read more

CLion Tutorial – Boost.Test

CLion Tutorial - Boost.Test

Boost unit testing framework (Boost.Test) is part of the Boost library. It is a fully-featured and extensible framework with various assertion macros, XML output, and more. Boost.Test itself does not include mocking capabilities but can be used in conjunction with standalone mocking frameworks (like gmock). If you are not familiar with Boost.Test, here is a … Read more