Skip to content

Notes regarding "testing environment"

Mohamed Hassan edited this page Dec 11, 2022 · 14 revisions

Deconstruct the testing environment upon moving and stabilization in production environment and going live, the bare metal of testing environment should be cleaned and maintained for future projects after that.


Planned components in testing environment:

  • Frontend (WEB and MOBILE)
  • Proxy
  • APP-x, APP-y, ...
  • MB-x, MB-y, ...
  • DS-x, DS-y, ...

Draw connectors between those components according to your plan.

Where APP is defined as a REST API service OR a Scheduled Job.

Where MB is defined as Message broker from a certain type according to a certain use case.

Where DS is defined as data storage and it could be either relational or non relational database according to a certain use case.


Abstract Example: Testing Environment

Clone this wiki locally