We are building couple of facebook application. Right now we have setup 3 different setup for each application. For example for app1 we will have 1) app1_dev for development 2) app1_test for testing and 3) app1 for live users.
All three apps point to different callback urls.
Our development team check-in code into SVN and build script put all these code on test server.
Once testing is done we move it to live server.
My questions is 1. Are we right? 2. Is there any area of improvement? 3. We are not doing unit testing, how can we test UI?