// Create 2000 Test Account Records
Account[]  al = new Account[]{};
for(Integer i=1; i<=2000;i++){
	al.add(new account( name = 'Test Account - ' + String.valueOf(i).leftPad(4,'0')));
}
insert al;