You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quando, inseriti i dati di prova nel database, vengono testate le procedure e funzioni verificare almeno (altresì detto come minimo, ma certamente vanno fatti altri test) che:
registrazione (funzione) ritorni 0 se l'INSERT è fallita;
ricerca_annunci (procedura) dalla SELECT restituisca quello che ci si attende;
effettua_prenotazione (funzione) ritorni 0 se la data di inizio <= data di fine, se il periodo non è più valido (controllo effettuato dentro l'IF EXISTS ...), se l'INSERT è fallita;
pubblica_commento (funzione) ritorni 0 se il commento per la prenotazione di cui viene passato come parametro l'ID esiste già (controllo effettuato dentro l'IF EXISTS ...), se l'INSERT è fallita;
aggiungi_foto (funzione) faccia quello che dice, perché ha gli exit handler...
The text was updated successfully, but these errors were encountered:
Quando, inseriti i dati di prova nel database, vengono testate le procedure e funzioni verificare almeno (altresì detto come minimo, ma certamente vanno fatti altri test) che:
The text was updated successfully, but these errors were encountered: