LNasyaS / ALTA-QE14-API-Testing-Group2-Todoist

0 stars 0 forks source link

[API TESTING] Get project with id that does not exist #15

Closed LNasyaS closed 7 months ago

LNasyaS commented 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 | | !@#$%%^&*()- |