/
Case testEdgeCasesRestProject001
Case testEdgeCasesRestProject001
Overview
Test case for edge cases of the "add/remove/update" features of the REST project service.
Procedure 1
- Authenticate "admin.user" with "admin.password"
- Get all projects and pick the first one.
- Call "update" without any changes
- TEST: get that project back from the server and it should be equals
- Clear the id and call "add project".
- Call "remove project" with the id of the new project.
- Call "remove project" again with the same id.
- TEST: no exception, simply doesn't do anything.
Expected Runtime
- < 1 sec
Notes
- n/a