paper-with-me

Papers

A Comparison of Reinforcement Learning Frameworks for Software Testing Tasks

2022-08-25 · Paulina Stevia Nouwou Mindom, Amin Nikanjam, Foutse khomh

Software testing activities scrutinize the artifacts and the behavior of a software product to find possible defects and ensure that the product meets its expected requirements. Recently, Deep Reinforcement Learning (DRL) has been successfully employed in complex testing tasks such as game testing, regression testing, and test case prioritization to automate the process and provide continuous adaptation. Practitioners can employ DRL by implementing from scratch a DRL algorithm or using a DRL framework. DRL frameworks offer well-maintained implemented state-of-the-art DRL algorithms to facilitate and speed up the development of DRL applications. Developers have widely used these frameworks to solve problems in various domains including software testing. However, to the best of our knowledge, there is no study that empirically evaluates the effectiveness and performance of implemented algorithms in DRL frameworks. Moreover, some guidelines are lacking from the literature that would help practitioners choose one DRL framework over another. In this paper, we empirically investigate the applications of carefully selected DRL algorithms on two important software testing tasks: test case prioritization in the context of Continuous Integration (CI) and game testing. For the game testing task, we conduct experiments on a simple game and use DRL algorithms to explore the game to detect bugs. Results show that some of the selected DRL frameworks such as Tensorforce outperform recent approaches in the literature. To prioritize test cases, we run experiments on a CI environment where DRL algorithms from different frameworks are used to rank the test cases. Our results show that the performance difference between implemented algorithms in some cases is considerable, motivating further investigation.

📄 PDF Abstract BibTeX arXiv:2208.12136

Code (1)

npaulinastevia/drl_se 공식 구현 tf

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)software testing

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Test 설명 없음

Similar Papers 제목 키워드 기반

DRIFT: Deep Reinforcement Learning for Functional Software Testing

2020-07-16 · Luke Harries, Rebekah Storan Clarke, Timothy Chapman, Swamy V. P. L. N. Nallamalli 외

Efficient software testing is essential for productive software development and reliable user experiences. As human testing is inefficient and expensive, automated software testing is needed. In this work, we propose a R…

Deep Reinforcement LearningGraph Neural NetworkQ-Learningreinforcement-learning+3

Vulnerability Detection: From Formal Verification to Large Language Models and Hybrid Approaches: A Comprehensive Overview

2025-03-13 · Norbert Tihanyi, Tamas Bisztray, Mohamed Amine Ferrag, Bilel Cherif 외

Software testing and verification are critical for ensuring the reliability and security of modern software systems. Traditionally, formal verification techniques, such as model checking and theorem proving, have provide…

Automated Theorem Provingsoftware testingVulnerability Detection

DeepRNG: Towards Deep Reinforcement Learning-Assisted Generative Testing of Software

2022-01-29 · Chuan-Yung Tsai, Graham W. Taylor

Although machine learning (ML) has been successful in automating various software engineering needs, software testing still remains a highly challenging topic. In this paper, we aim to improve the generative testing of s…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

A survey of benchmarking frameworks for reinforcement learning

2020-11-27 · Belinda Stapelberg, Katherine M. Malan

Reinforcement learning has recently experienced increased prominence in the machine learning community. There are many approaches to solving reinforcement learning problems with new techniques developed constantly. When …

Benchmarkingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

How, What and Why to test an ontology

2015-05-15 · Jennifer D. Warrender, Phillip Lord

Ontology development relates to software development in that they both involve the production of formal computational knowledge. It is possible, therefore, that some of the techniques used in software engineering could a…