mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 08:39:37 +02:00
04/11/2022 is added
This commit is contained in:
parent
5c00a2f16a
commit
01c9360b01
207 changed files with 2082 additions and 245 deletions
1
Ingegneria del Software/1122_27/correct.txt
Normal file
1
Ingegneria del Software/1122_27/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Transition coverage: 50%
|
13
Ingegneria del Software/1122_27/quest.txt
Normal file
13
Ingegneria del Software/1122_27/quest.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
img=https://i.imgur.com/TXCFgeI.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: act1 act2 act0
|
||||
|
||||
Test case 2: act2 act2 act2 act2 act2 act2 act0
|
||||
|
||||
Test case 3: act2 act0 act2 act0 act1 act2 act2 act2 act2 act2 act1 act0 act0 act2 act2 act2 act1 act2 act2 act2 act2 act2 act1 act2 act2 act2 act0
|
||||
|
||||
Quale delle seguenti è la migliore stima della transition coverage per i test cases di cui sopra?
|
1
Ingegneria del Software/1122_27/wrong 1.txt
Normal file
1
Ingegneria del Software/1122_27/wrong 1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Transition coverage: 35%
|
1
Ingegneria del Software/1122_27/wrong 2.txt
Normal file
1
Ingegneria del Software/1122_27/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Transition coverage: 90%
|
Loading…
Add table
Add a link
Reference in a new issue