Have you created a user "TESTA_00" also? In this case obviously the schema is created parallel to that, but somehow not visible. I experienced the same some days ago.
Just create an empty table
create column table "TESTA_00"."A_TABLE" ("Field" integer primary key not null, "Field2" NVARCHAR(5));
then you should see your schema.