activity
20192021
most citedOn the Importance and Shortcomings of Code Readability Metrics: A Case Study on Reactive Programming

2 citations · 3 across the 2 of their papers we have counts for

collaborators

5 papers

cs.SE20212 cited

On the Importance and Shortcomings of Code Readability Metrics: A Case Study on Reactive Programming

Gustaf Holst, Felix Dobslaw

Well structured and readable source code is a pre-requisite for maintainable software and successful collaboration among developers. Static analysis enables the automated extractio…

cs.SE2020

Using mutation testing to measure behavioural test diversity

Francisco Gomes de Oliveira Neto, Felix Dobslaw, Robert Feldt

Diversity has been proposed as a key criterion to improve testing effectiveness and efficiency.It can be used to optimise large test repositories but also to visualise test mainten…

cs.SE2020

Boundary Value Exploration for Software Analysis

Felix Dobslaw, Francisco Gomes de Oliveira Neto, Robert Feldt

For software to be reliable and resilient, it is widely accepted that tests must be created and maintained alongside the software itself. One safeguard from vulnerabilities and fai…

cs.SE2019

Estimating Return on Investment for GUI Test Automation Tools

Felix Dobslaw, Robert Feldt, David Michaelsson +3

Automated graphical user interface (GUI) tests can reduce manual testing activities and increase test frequency. This motivates the conversion of manual test cases into automated G…

cs.SE20191 cited

Towards Automated Boundary Value Testing with Program Derivatives and Search

Robert Feldt, Felix Dobslaw

A natural and often used strategy when testing software is to use input values at boundaries, i.e. where behavior is expected to change the most, an approach often called boundary…