mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 12:39:37 +02:00
Add new ingsw questions
This commit is contained in:
parent
258ee4e2cf
commit
0873165c52
800 changed files with 5605 additions and 0 deletions
1
Ingegneria del Software/0120_0/correct.txt
Normal file
1
Ingegneria del Software/0120_0/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Transition coverage: 40%
|
11
Ingegneria del Software/0120_0/quest.txt
Normal file
11
Ingegneria del Software/0120_0/quest.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
img=https://unspectacular-subdi.000webhostapp.com/0120_domanda_0.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
|
||||
Test case 2: act1 act0 act1 act0 act2
|
||||
Test case 3: act0 act2 act2 act1
|
||||
Quale delle seguenti è la migliore stima della transition coverage per i test cases di cui sopra?
|
1
Ingegneria del Software/0120_0/wrong1.txt
Normal file
1
Ingegneria del Software/0120_0/wrong1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Transition coverage: 30%
|
1
Ingegneria del Software/0120_0/wrong2.txt
Normal file
1
Ingegneria del Software/0120_0/wrong2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Transition coverage: 80%
|
Loading…
Add table
Add a link
Reference in a new issue