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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -