International Journal of Networked and Distributed Computing (IJNDC) (Dec 2019)

Machine Learning in Failure Regions Detection and Parameters Analysis

  • Saeed Abdel Wahab,
  • Reem El Adawi,
  • Ahmed Khater

DOI
https://doi.org/10.2991/ijndc.k.191204.001
Journal volume & issue
Vol. 8, no. 1

Abstract

Read online

Testing automation is one of the challenges facing the software development industry, especially for large complex products. This paper proposes a mechanism called Multi Stage Failure Detector (MSFD) for automating black box testing using different machine learning algorithms. The input to MSFD is the tool’s set of parameters and their value ranges. The parameter values are randomly sampled to produce a large number of parameter combinations that are fed into the software under test. Using neural networks, the resulting logs from the tool are classified into passing and failing logs and the failing logs are then clustered (using mean-shift clustering) into different failure types. MSFD provides visualization of the failures along with the responsible parameters. Experiments on and results for two real-world complex software products are provided, showing the ability of MSFD to detect all failures and cluster them into the correct failure types, thus reducing the analysis time of failures, improving coverage, and increasing productivity.

Keywords