Repositorycontents - nchaimov/android-autograder GitHub Wiki
The repository contains four directories that each contain sub-projects of the android-autograder project.
-
AutograderServer - This contains the bulk of the work that we performed, its a web application that accepts allows android APKs to be uploaded and then performs various test on them.
-
ButtonClickerTest - This consists of a set of tests that exercise the first example application given to us by Prof. Ficas for his class. It is a useful example because it demonstrates how a set of tests can be developed that exercise the pressing of buttons and reading of fields.
-
TinyDBTest - This is a set of tests that exercise the TinyDB support within App Inventor.
-
ToastTimerTest - This set of tests demonstrate the ability to test temporal related events and the use of android "Toasts"