paper-with-me

Papers

DeepOrder: Deep Learning for Test Case Prioritization in Continuous Integration Testing

2021-10-14 · Aizaz Sharif, Dusica Marijan, Marius Liaaen

Continuous integration testing is an important step in the modern software engineering life cycle. Test prioritization is a method that can improve the efficiency of continuous integration testing by selecting test cases that can detect faults in the early stage of each cycle. As continuous integration testing produces voluminous test execution data, test history is a commonly used artifact in test prioritization. However, existing test prioritization techniques for continuous integration either cannot handle large test history or are optimized for using a limited number of historical test cycles. We show that such a limitation can decrease fault detection effectiveness of prioritized test suites. This work introduces DeepOrder, a deep learning-based model that works on the basis of regression machine learning. DeepOrder ranks test cases based on the historical record of test executions from any number of previous test cycles. DeepOrder learns failed test cases based on multiple factors including the duration and execution status of test cases. We experimentally show that deep neural networks, as a simple regression model, can be efficiently used for test case prioritization in continuous integration testing. DeepOrder is evaluated with respect to time-effectiveness and fault detection effectiveness in comparison with an industry practice and the state of the art approaches. The results show that DeepOrder outperforms the industry practice and state-of-the-art test prioritization approaches in terms of these two metrics.

📄 PDF Abstract BibTeX arXiv:2110.07443

Code (1)

aizazsharif/deeporder-icsme21 공식 구현 tf

Tasks

Fault Detectionregression

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Comparative Study of Machine Learning Test Case Prioritization for Continuous Integration Testing

2022-04-22 · Dusica Marijan

There is a growing body of research indicating the potential of machine learning to tackle complex software testing challenges. One such challenge pertains to continuous integration testing, which is highly time-constrai…

BIG-bench Machine Learningsoftware testing

Reinforcement Learning for Automatic Test Case Prioritization and Selection in Continuous Integration

2018-11-09 · Helge Spieker, Arnaud Gotlieb, Dusica Marijan, Morten Mossige

Testing in Continuous Integration (CI) involves test case prioritization, selection, and execution at each cycle. Selecting the most promising test cases to detect bugs is hard if there are uncertainties on the impact of…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

TERMINATOR: Better Automated UI Test Case Prioritization

2019-05-16 · Zhe Yu, Fahmid M. Fahid, Tim Menzies, Gregg Rothermel 외

Automated UI testing is an important component of the continuous integration process of software development. A modern web-based UI is an amalgam of reports from dozens of microservices written by multiple teams. Queries…

CPU

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…

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

XCSF for Automatic Test Case Prioritization

2020-11-04 · IJCCI 2020 11 · Lukas Rosenbauer, Anthony Stein, David Pätzel, Jörg Hähner

Testing is a crucial part in the development of a new product. Due to the change from manual testing to automated testing, companies can rely on a higher number of tests. There are certain cases such as smoke tests whe…

reinforcement-learningReinforcement Learning (RL)