Refactor repo structure

This commit is contained in:
Marco Realacci 2024-01-19 03:29:39 +01:00
parent 36ac339086
commit 8fc89fbc03
1732 changed files with 3812 additions and 67 deletions

View file

@ -0,0 +1 @@
State coverage: 25%

View file

@ -0,0 +1,11 @@
img=https://unspectacular-subdi.000webhostapp.com/0120_domanda_31.png
La state coverage di un insieme di test cases (cioè sequenze di inputs) per uno state diagram è la percentuale di stati (inclusi START ed END) raggiunti almeno una volta.
Si consideri lo state diagram in figura
Si consideri il seguente insieme di test cases:
Test case 1: act1 act0 act0
Test case 2: act2 act0 act1
Test case 3: act0 act0 act0
Quale delle seguenti è la migliore stima della state coverage per i test cases di cui sopra

View file

@ -0,0 +1 @@
State coverage: 60%

View file

@ -0,0 +1 @@
State coverage: 80%