Test Report:
Hosting service is available at:
http://94.156.35.33/hosting_group6/
1. For making an order, the user has to put an email address and choose the type of hosting
2. then order in our system is created and processed
3. for custom orders provisioning is done
4. after the order is ready, access is sent to the customer via email together with a questionnaire.
### TESTING ###
The process is mostly automatic and it can be started via HTTP requests and all the tasks works by using the http-connector API for Camunda. Hence, rigorous testing of the process if fairly easy using scripts to make http calls with correct data.
We tested the workflow manually by mocking two types of scenarios:
#1: User purchased a standard configuration
The process of order processing and provisioning to sending the questionnaire is completely automated. The workflow can be followed from camunda.
#2: User purchased a custom configuration
With custom configuration. There is some manual work in the provisioning part in assigning the correct server to the user. Otherwise, everything works manually.