Enhancing Httprunner Test Cases with Parameter Extraction (Extract) – Part Three

Enhancing Httprunner Test Cases with Parameter Extraction (Extract) - Part Three

Enhancing Httprunner Test Cases with Parameter Extraction (Extract) httprunner version: 4.3.5 In practical business scenarios, there are often cases where parameters are interrelated, meaning that the current interface request parameters come from the response results of previous interfaces. For example, in a scenario where a user logs in using a phone number, the request parameters … Read more

Fault Injection Testing Method in Simulink

Fault Injection Testing Method in Simulink

In safety-critical fields such as automotive, aerospace, and medical devices, system robustness directly determines whether products can maintain safe operation under abnormal conditions. Fault Injection Testing actively creates abnormal scenarios to verify the system’s fault tolerance capabilities. This article focuses on the technical points and implementation process of fault injection testing within the Simulink environment. … Read more

Essential for Test Engineers: Creating an Efficient Linux Command Environment with BusyBox on Windows

Essential for Test Engineers: Creating an Efficient Linux Command Environment with BusyBox on Windows

Introduction 1. Why Do Test Engineers Need BusyBox? In testing work, we often need to: • Network Debugging: Use <span>telnet/nc</span> to check ports, and <span>wget/curl</span> to verify interfaces. • Log Analysis: Use <span>grep/sed/awk</span> to process massive logs. • File Operations: Use <span>ls/cp/mv/rm</span> to quickly manage test files. • Script Adaptation: Run Linux-style automation scripts on … Read more