collaborators

5 papers

cs.SE2026

Investigating Metamorphic Fuzz Oracle Enhancement via Large Language Models

Ruixiang Qian, Ding Yang, Zengxu Chen +4

Fuzz drivers are essential components of greybox fuzzing, as they encapsulate target interfaces, define test spaces, and largely determine fuzzing effectiveness. Existing fuzz driv…

cs.SE2026

Log-based, Business-aware REST API Testing

Ding Yang, Ruixiang Qian, Zhao Wei +2

REST APIs enable collaboration among microservices. A single fault in a REST API can bring down the entire microservice system and cause significant financial losses, underscoring…

cs.SE2026

Peeling Off the Cocoon: Unveiling Suppressed Golden Seeds for Mutational Greybox Fuzzing

Ruixiang Qian, Chunrong Fang, Zengxu Chen +2

PoCo is a technique that aims to enhance modern coverage-based seed selection (CSS) techniques (such as afl-cmin) by gradually removing obstacle conditional statements and conducti…

cs.SE2025

Deep Learning Framework Testing via Model Mutation: How Far Are We?

Yanzhou Mu, Rong Wang, Juan Zhai +7

Deep Learning (DL) frameworks are a fundamental component of DL development. Therefore, the detection of DL framework defects is important and challenging. As one of the most widel…

cs.SE2025

Improving Retrieval-Augmented Deep Assertion Generation via Joint Training

Quanjun Zhang, Chunrong Fang, Yi Zheng +7

Unit testing attempts to validate the correctness of basic units of the software system under test and has a crucial role in software development and testing. Very recent work prop…