mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 14:19:38 +02:00
Refactor repo structure
This commit is contained in:
parent
36ac339086
commit
8fc89fbc03
1732 changed files with 3812 additions and 67 deletions
1
Data/Questions/ingsw/0922_11/correct.txt
Normal file
1
Data/Questions/ingsw/0922_11/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
60%
|
19
Data/Questions/ingsw/0922_11/quest.txt
Normal file
19
Data/Questions/ingsw/0922_11/quest.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
img=https://i.imgur.com/im1GU0x.png
|
||||
La transition coverage di un insieme di test cases (cioè sequenze di inputs) per uno state diagram è la percentuale di transizioni (archi nel grafo dello state diagram) percorsi almeno una volta.
|
||||
|
||||
Si consideri lo state diagram in figura
|
||||
|
||||
|
||||
ed il seguente insieme di test cases:
|
||||
|
||||
|
||||
|
||||
Test case 1: act2 act1 act2 act2
|
||||
|
||||
Test case 2: act2 act2 act1 act2 act1 act2 act1 act2 act1 act2 act2 act1 act1 act2 act1 act2 act2 act2
|
||||
|
||||
Test case 3: act2 act2 act0
|
||||
|
||||
|
||||
|
||||
Quale delle seguenti è la migliore stima della transition coverage per i test cases di cui sopra?
|
1
Data/Questions/ingsw/0922_11/wrong 1.txt
Normal file
1
Data/Questions/ingsw/0922_11/wrong 1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
100%
|
1
Data/Questions/ingsw/0922_11/wrong 2.txt
Normal file
1
Data/Questions/ingsw/0922_11/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
80%
|
Loading…
Add table
Add a link
Reference in a new issue