I am just starting to learn Unit Testing. My custom graph references BAccount, Customer, and about 10 other tables which need data in them. For example, to create a customer, I need to have a Customer Class. The customer class has to reference GL accounts. (Joe falls down the rabbit hole and is never seen again).
It would be a MONUMENTAL task to create the data in the caches.
I’ve scoured the internet to see if I can use an actual database to use for tests.
Is there any way to attach to the sample data in SQL server? If not, then Unit Testing is pretty much useless. In order to get my application certified for the Marketplace, I’m supposed to provide Unit Tests. That is just not feasible. My testing requires a full set of data like is provided in the Acumatica sample data.
Any suggestions?