Skip to content

jonasz9/TA_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TA_API

Task no.1 - API Test for page: https://jsonplaceholder.typicode.com/comments

Unfortunately I finished this task partially.

Done:

  1. Write test (using any library eg. rest assured) that will call GET on /comments endpoint and will assert the response code and will assert that number of comments is greater than 0 assert that body has comment with email: "[email protected]"

  2. Write POJO class named 'Comment' that will represent the post from the previous exercise.

Releases

No releases published

Packages

No packages published

Languages