O Orfeas Registered User. Local time Today, 00:32 Joined Mar 1, 2005 Messages 11 Mar 3, 2005 #1 Hello! Anyone knows any methods to test a new access database I've just create? I haven't insert any data yet!
Hello! Anyone knows any methods to test a new access database I've just create? I haven't insert any data yet!
ColinEssex Old registered user Local time Today, 00:32 Joined Feb 22, 2002 Messages 9,466 Mar 3, 2005 #2 I test as I go along to make sure queries do what they're supposed to do and to check that all the links and relationships are sound, make sure all the code works ok. Then do a thorough test again at the end using the users real data. Col
I test as I go along to make sure queries do what they're supposed to do and to check that all the links and relationships are sound, make sure all the code works ok. Then do a thorough test again at the end using the users real data. Col
Brianwarnock Retired Local time Today, 00:32 Joined Jun 2, 2003 Messages 12,701 Mar 3, 2005 #3 Test data design is as important as any other aspect of IT development Brian
O Orfeas Registered User. Local time Today, 00:32 Joined Mar 1, 2005 Messages 11 Mar 4, 2005 #4 Thank you very much!