Skip to content

Ritesh-Anvekar/Code-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Challenge

{JSON} Placeholder

https://jsonplaceholder.typicode.com

  1. Search for the user with username “Delphine”.
  2. Use the details fetched to make a search for the posts written by the user.
  3. For each post, fetch the comments and validate if the emails in the comment section are in the proper format.
  4. Think of various scenarios for the test workflow, all the things that can go wrong. Add them to test coverage

Additional Test Blocks & Work Flows

Test Blocks

  1. Validate whether the User Name 'X' is Unique".
  2. Validate whether the addition of User is successful, though its faked/mocked !!
  3. Validate whether the deletion of User is successful, though its faked/mocked !!
  1. Validate whether the User Id 'X' has 'Y' number of Posts.
  1. Validate Email format for each Comments in the Post Id 'X'

Circle CI

config.yml

Below you can find the sample Circle CI pipeline execution insights.

Pipeline Job Status

Pipeline Job | Steps

> Test Report] Allure

> Code Coverage Report] Cobertura

Releases

No releases published

Packages

No packages published

Languages