Did you set your scene as the startup scene in the settings ?
It would explain why nothing appear and stay black.
Also, make sure all your actors you want to see is z axis position before the z axis of the camera.
this.Test1.setPosition(0, 0, -1);
And did you attach a behavior component with this behavior to an actor of the scene ?