Andrew Mccuan

CMPS 4350: Advanced Software Engineering

Project 2: Project MAD

Project MAD - Testing

Automated Testins

Description:

{content coming soon}

Cause of Failure

Point of Failure: No connection to database

This point of failure being demonstrated here is the apps failure to connect to the database. The app uses a Flutter Class called FutureBuilder which waits for a connection to the database and while it is doing this, it displays a loading circle. As shown here the app will continuously display a loading circle because it is waiting for data to come from the database.