Testing and publication
Now that your experience has been completed on both the frontend and backend, it is important that you test your stages to make sure that they are able to be passed and that all of the special parts within them are functioning as you intended. If you implemented functionality of your own, you should be particularly sure that your new system works. Make sure that your purchases are processing correctly and that you always have the items you purchased to avoid any complaints from players that do not receive what they paid for.
The best way to look for errors is to press F9 while testing to bring up the Developer Console. This console will allow you to look for output, warnings, and errors on both the server and client when in an experience, as seen in Figure 5.8.
Keep in mind that only those with permissions to edit the experience will have access to the server-side command bar:
Figure 5.8: The Developer Console serves as a window for output...