Skip to content

Notes regarding "testing environment"

Mohamed Hassan (JOSEPH) edited this page May 4, 2023 · 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:

Draw connectors between those components according to your plan.

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

Where APP is defined according to a certain use case as:

  • a REST API service OR
  • a Scheduled Job

Where MB is defined as a 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