-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from CSSE6400/86
frontend, backend availability test plan write up
- Loading branch information
Showing
10 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
*node_modules* | ||
*__pycache__* | ||
*report.log* | ||
*unibasement.txt* | ||
*unibasement.txt* | ||
.vscode/settings.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Manual Testing of the Application | ||
|
||
## Availability Tests | ||
|
||
### Test Plans | ||
|
||
#### Frontend Availability | ||
|
||
1. Run Deploy workflow. [Deploy Documentation](DEPLOY_TEARDOWN.MD) | ||
2. Visit AWS management console | ||
3. Visit ECS and open the cluster for unibasement ![Step 3](images/manual/frontend_3.png) | ||
4. Select unibasement_frontend | ||
5. Select tasks tab | ||
6. Click the running task ![Step 6](images/manual/frontend_6.png) | ||
7. Note the current time ![Step 7](images/manual/frontend_7.png) | ||
8. Press Stop on the task | ||
9. Return to the cluster view and refresh the page ![Step 9](images/manual/frontend_9.png) | ||
10. Refresh the view and note the time when the task returns to steady state | ||
11. The task should return to steady state within 5 minutes ![Step 11](images/manual/frontend_11.png) | ||
|
||
#### Backend Availability | ||
|
||
1. Run Deploy workflow. [Deploy Documentation](DEPLOY_TEARDOWN.MD) | ||
2. Visit AWS management console | ||
3. Visit ECS and open the cluster for unibasement ![Step 3](images/manual/frontend_3.png) | ||
4. Select unibasement_backend | ||
5. Select tasks tab | ||
6. Click the running task | ||
7. Note the current time ![Step 7](images/manual/backend_7.png) | ||
8. Press Stop on the task | ||
9. Return to the cluster view and refresh the page | ||
10. Refresh the view and note the time when the task returns to steady state | ||
11. The task should return to steady state within 5 minutes ![Step 11](images/manual/backend_11.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters