Skip to content

Notes regarding "testing environment"

Mohamed Hassan (JOHN) edited this page Jan 26, 2025 · 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
  • RS-x, RS-y, ...
  • SJ-x, SJ-y, ...
  • MB
  • DS

Where RS is defined as a REST API service that represents some sort of business activity

Where SJ is defined as a Scheduled Job that represents some sort of business activity

Where MB is defined as a message-broker that can hold n of queues

Where DS is defined as a data storage that utilizes a relational-database


Abstract Example:

Testing Environment

Clone this wiki locally