n/n Test Case | Test Case Description | Test Case Inputs | Expected Result | Step by Step Script | Actual result |
---|
GPI-1 | get personal info for person with token that is not expired |
| 200 - id
- first_name
- last_name
- second_name
| GET personal_info |
|
GPI-2 | get personal info for token that is expired |
| 401 - access_denied | GET personal_info |
|
GPI-3 | get personal info for token that does not exists |
| 404 | GET personal_info |
|
GPI- |
4get personal info for token with tax_id and w/o person_id | ? | GET personal_info | 500 | GPI-5 | get personal info w/o token |
| 401 | GET personal_info |
|
GPI-6 | get personal info not for access_token |
| 401 | GET personal_info |
|
GPI-7 | get personal info for token w/o cabinet - w/o tax_id & w/o person_id |
| 401 | GET personal_info |
|