Automated Test Selection for Simulation-based Testing of UAVs
Context
Unmanned aerial vehicles (UAVs), also known as drones, are acquiring increasing autonomy. With their commercial adoption, the problem of testing their safety requirements has become a critical concern. Simulation-based testing represents a fundamental practice for cost-effective testing of UAVs.
Motivation
Ensuring the reliability and safety of Unmanned Aerial Vehicles requires extensive simulation-based testing. Previous work [1] suggested that not all test cases contribute equally to assessing software quality, and executing “safe but uninformative” tests can lead to unnecessary resource consumption. While previous research has explored test optimization in self-driving cars domains, this challenge remains largely unaddressed for UAV simulation platforms.
Goal
This project aims to develop UAV-Scissor, a Machine Learning (ML)-based approach to improve the cost-effectiveness of simulation-based UAV testing. UAV-Scissor will analyze test cases before execution to predict their likelihood of revealing faults, allowing unnecessary tests to be skipped while maintaining high fault-detection capability.
The project will focus on designing ML models (or alternative approaches) for test case selection/classification (and/or prioritization), integrating UAV-Scissor into a UAV simulation environment (i.e., Aerialist [2,3]), and evaluating its effectiveness against traditional and random test selection methods.
Requirements
Recommended:
- Python program language knowledge,
- Experience with testing (e.g., courses, and some experience in writing test cases),
- Prior knowledge/curiosity of ROS and Gazebo is a plus.
Reference(s)
- [1] C. Birchler, S. Khatiri, B. Bosshard, A. Gambi, S. Panichella: “Machine Learning-based Test Selection for Simulation-based Testing of Self-driving Cars Software”. Empirical Software Engineering. 2023.
- [2] Sajad Khatiri, Sebastiano Panichella, Paolo Tonella: Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist. International Conference on Software Engineering. 2024
- [3] Sajad Khatiri, Sebastiano Panichella, Paolo Tonella: Simulation-based Test Case Generation for Unmanned Aerial Vehicles in the Neighborhood of Real Flights. International Conference on Software Testing, Verification and Validation.
- [4] https://github.com/skhatiri/Aerialist