Automation testing with Pytest framework

Job ID: 34522274

Budget: $80 – $90 USD

Automation task
Our program sends you families status as a json file.
The json describe the relation between people and their families.
Family contain kids and parents.
People describe each person information and Families describe their family relation.
“people” section:
Each person has:
• 5 digit ID
• Name
• Surname
• Age
• Family member - Can be “Kid” or “Parent”
“families” section:
Each family has:
• 7 digits number, 3 first digits must be “999” and after a “-” and 4 random digits
• Surname
• parents - A list of all parents names
• kids - A list of all kids names
• kids_num - how many kids in each family

Each person must belong to a family. Each family member must exist as a person.

Please write an automatic tests that validate this json using the Pytest framework.
Related categories: Python Test Automation