Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.66 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.66 KB

Causal Testing Framework: A Causal Inference-Driven Software Testing Framework

example workflow codecov Documentation Status

Causal testing is a causal inference-driven framework for functional black-box testing. This framework utilises graphical causal inference (CI) techniques for the specification and functional testing of software from a black-box perspective. In this framework, we use causal directed acyclic graphs (DAGs) to express the anticipated cause-effect relationships amongst the inputs and outputs of the system-under-test and the supporting mathematical framework to design statistical procedures capable of making causal inferences. Each causal test case focuses on the causal effect of an intervention made to the system-under test. That is, a prescribed change to the input configuration of the system-under-test that is expected to cause a change to some output(s).

Causal Testing Workflow

Installation

See the readthedocs site for installation instructions.

Documentation

Further information on causal inference, the code, usage and more can be found on the docs