android - In clean architecture, How to do acceptance testing? -
in android, i'm using clean architecture , putting code packaged layer. i've 4 layers (modules) :
- app
- data
- device
- domain
i know, correct me if i'm wrong, acceptance testing (using fitnesse) should replace ui in better words, should mimic ui , test core functions of system customer's point of view.
my question :
should i create module fitnesse fixtures , stuff, dependencies on each module in system?
this see done, yes. builder system (maven, gradle, etc.) tweaked not include module containing fixtures in production artifact. module containing fitnesse fixtures aware of / has dependencies of modules directly tests, tends domain layer.
Comments
Post a Comment