Opening the drawer and going to another section of the app,
Pressing "Back" button until we get to the Parcels list.
As we are no more offering a way to the user to complete a test later, there's no use to keep an incomplete test. Also, these incomplete tests make the numbering inconsistent e.g. :
Create and finish a first test : will be named Test 1
Create and interrupt a second test
Create and finish a third test : will be named Test 3
The user may wonder where's the "Test 2"
In a case of test interruption, we could show a warning to the user asking whether he wants to continue the test or stop it - and in that case, delete it.
Example of test interruption:
As we are no more offering a way to the user to complete a test later, there's no use to keep an incomplete test. Also, these incomplete tests make the numbering inconsistent e.g. :
In a case of test interruption, we could show a warning to the user asking whether he wants to continue the test or stop it - and in that case, delete it.