mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 07:59:37 +02:00
ingsw: Add 07-22
This commit is contained in:
parent
9c7b4e10a5
commit
3b6c7b4377
104 changed files with 520 additions and 0 deletions
1
Ingegneria del Software/0722_10/correct.txt
Normal file
1
Ingegneria del Software/0722_10/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
50%
|
20
Ingegneria del Software/0722_10/quest.txt
Normal file
20
Ingegneria del Software/0722_10/quest.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
img=https://i.imgur.com/pz1HiRX.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 act2
|
||||
|
||||
Test case 2: act0 act1 act1 act1 act2 act2 act1 act0 act1
|
||||
|
||||
Test case 3: act0 act0
|
||||
|
||||
|
||||
|
||||
Quale delle seguenti è la migliore stima della transition coverage per i test cases di cui sopra?
|
1
Ingegneria del Software/0722_10/wrong 1.txt
Normal file
1
Ingegneria del Software/0722_10/wrong 1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
70%
|
1
Ingegneria del Software/0722_10/wrong 2.txt
Normal file
1
Ingegneria del Software/0722_10/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
90%
|
Loading…
Add table
Add a link
Reference in a new issue