The purpose of this test is:
- Given a .xml file (loading), for example, a pizza menu with ID, name, price; Java has to be able to read it.
- A graphical interface as pretty as possible with JavaFX
- Collect such data .xml and user could pick a pizza and its quantity.
- Generate a new .xml, which returns an invoice.