Skip to content

Commit fac6765

Browse files
author
Andrew Clark
authored
Update README.md
1 parent dcae242 commit fac6765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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).
66

7-
![Causal Testing Workflow](images/CausalTestingFramework.png)
7+
![Causal Testing Workflow](images/workflow.png)
88

99
The causal testing framework has three core components:
1010

0 commit comments

Comments
 (0)