Closed LNasyaS closed 7 months ago
Scenario Outline: Get a project with invalid Given Get project with invalid id "" When Send request get project Then Status code should be 400 And Response body error should be "Invalid argument value" Examples: | id | | qwert1234 | | !@#$%%^&*()- |
Scenario Outline: Get a project with invalid Given Get project with invalid id ""
When Send request get project
Then Status code should be 400
And Response body error should be "Invalid argument value"
Examples:
| id |
| qwert1234 |
| !@#$%%^&*()- |