paper-with-me

Papers

Mutation Testing for Industrial Robotic Systems

2025-11-18 · Marcela Gonçalves dos Santos, Sylvain Hallé, Fábio Petrillo arxiv

Industrial robotic systems (IRS) are increasingly deployed in diverse environments, where failures can result in severe accidents and costly downtime. Ensuring the reliability of the software controlling these systems is therefore critical. Mutation testing, a technique widely used in software engineering, evaluates the effectiveness of test suites by introducing small faults, or mutants, into the code. However, traditional mutation operators are poorly suited to robotic programs, which involve message-based commands and interactions with the physical world. This paper explores the adaptation of mutation testing to IRS by defining domain-specific mutation operators that capture the semantics of robot actions and sensor readings. We propose a methodology for generating meaningful mutants at the level of high-level read and write operations, including movement, gripper actions, and sensor noise injection. An empirical study on a pick-and-place scenario demonstrates that our approach produces more informative mutants and reduces the number of invalid or equivalent cases compared to conventional operators. Results highlight the potential of mutation testing to enhance test suite quality and contribute to safer, more reliable industrial robotic systems.

📄 PDF Abstract BibTeX arXiv:2511.14432

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Design And Control of A Robotic Arm For Industrial Applications

2025-11-10 · Sathish Krishna Anumula, SVSV Prasad Sanaboina, Ravi Kumar Nagula, R. Nagaraju arxiv

The growing need to automate processes in industrial settings has led to tremendous growth in the robotic systems and especially the robotic arms. The paper assumes the design, modeling and control of a robotic arm to su…

Bridging Research and Practice in Simulation-based Testing of Industrial Robot Navigation Systems

2025-10-10 · Sajad Khatiri, Francisco Eli Vina Barrientos, Maximilian Wulf, Paolo Tonella 외 arxiv

Ensuring robust robotic navigation in dynamic environments is a key challenge, as traditional testing methods often struggle to cover the full spectrum of operational requirements. This paper presents the industrial adop…

Robot Navigation

Environment-Grounded Multi-Agent Workflow for Autonomous Penetration Testing

2026-03-25 · Michael Somma, Markus Großpointner, Paul Zabalegui, Eppu Heilimo 외 arxiv

The increasing complexity and interconnectivity of digital infrastructures make scalable and reliable security assessment methods essential. Robotic systems represent a particularly important class of operational technol…

Testing Deep Learning Models: A First Comparative Study of Multiple Testing Techniques

2022-02-24 · Mohit Kumar Ahuja, Arnaud Gotlieb, Helge Spieker

Deep Learning (DL) has revolutionized the capabilities of vision-based systems (VBS) in critical applications such as autonomous driving, robotic surgery, critical infrastructure surveillance, air and maritime traffic co…

Autonomous Drivingsoftware testing

Mutation Testing of Deep Reinforcement Learning Based on Real Faults

2023-01-13 · Florian Tambon, Vahid Majdinasab, Amin Nikanjam, Foutse khomh 외

Testing Deep Learning (DL) systems is a complex task as they do not behave like traditional systems would, notably because of their stochastic nature. Nonetheless, being able to adapt existing testing techniques such as …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)