mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 12:46:15 +01:00
Add 0221 & sample test
This commit is contained in:
parent
717dbef638
commit
83dc39a3df
16 changed files with 16 additions and 0 deletions
1
Ingegneria del Software/0000_7/correct.txt
Normal file
1
Ingegneria del Software/0000_7/correct.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Testing interfaces for each component (i.e., integration of several units).
|
1
Ingegneria del Software/0000_7/quest.txt
Normal file
1
Ingegneria del Software/0000_7/quest.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Component testing focuses on:
|
1
Ingegneria del Software/0000_7/wrong1.txt
Normal file
1
Ingegneria del Software/0000_7/wrong1.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Testing interactions among components (i.e., integration of several units).
|
1
Ingegneria del Software/0000_7/wrong2.txt
Normal file
1
Ingegneria del Software/0000_7/wrong2.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Testing functionalities of individual program units, object classes or methods.
|
1
Ingegneria del Software/0221_18/correct.txt
Normal file
1
Ingegneria del Software/0221_18/correct.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Assicurarsi che non ci siano requisiti in conflitto con altri requisiti.
|
1
Ingegneria del Software/0221_18/quest.txt
Normal file
1
Ingegneria del Software/0221_18/quest.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Quale delle seguenti frasi meglio descrive l'obiettivo del "check di consistenza" che è parte della "requirements validation activity".
|
1
Ingegneria del Software/0221_18/wrong1.txt
Normal file
1
Ingegneria del Software/0221_18/wrong1.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Assicurarsi che i requisiti funzionali descrivano tutte le funzionalità del sistema.
|
1
Ingegneria del Software/0221_18/wrong2.txt
Normal file
1
Ingegneria del Software/0221_18/wrong2.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Assicurarsi che per ogni requisito esista un insieme di test che lo possa verificare.
|
1
Ingegneria del Software/0221_28/correct.txt
Normal file
1
Ingegneria del Software/0221_28/correct.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Assicurarsi che i requisisti descrivano tutte le funzionalità e vincoli (e.g., security, performance) del sistema desiderato dal customer.
|
1
Ingegneria del Software/0221_28/quest.txt
Normal file
1
Ingegneria del Software/0221_28/quest.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Quale delle seguenti frasi meglio descrive l'obiettivo del "check di completezza" che è parte della "requirements validation activity".
|
1
Ingegneria del Software/0221_28/wrong1.txt
Normal file
1
Ingegneria del Software/0221_28/wrong1.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Assicurarsi che per ogni requisito sia stato implementato nel sistema.
|
1
Ingegneria del Software/0221_28/wrong2.txt
Normal file
1
Ingegneria del Software/0221_28/wrong2.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Assicurarsi che i requisiti funzionali descrivano tutte le funzionalità del sistema.
|
1
Ingegneria del Software/0221_32/correct.txt
Normal file
1
Ingegneria del Software/0221_32/correct.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Assicurarsi che, tenedo conto della tecnologia, budget e tempo disponibili, sia possibile realizzare un sistema che soddisfa i requisisti.
|
1
Ingegneria del Software/0221_32/quest.txt
Normal file
1
Ingegneria del Software/0221_32/quest.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Quale delle seguenti frasi meglio descrive l'obiettivo del "check di realismo" (realizability) che è parte della "requirements validation activity".
|
1
Ingegneria del Software/0221_32/wrong1.txt
Normal file
1
Ingegneria del Software/0221_32/wrong1.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Assicurarsi che le performance richieste al sistema siano necessarie per soddisfare le necessità del customer.
|
1
Ingegneria del Software/0221_32/wrong2.txt
Normal file
1
Ingegneria del Software/0221_32/wrong2.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Assicurarsi che le funzionalità richieste al sistema siano necessarie per soddisfare le necessità del customer.
|
Loading…
Reference in a new issue