-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
24 lines (18 loc) · 882 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FanCode ----> Todo Automation Project
Project Overview
This project is written in Java using TestNG and RestAssured to interact with the JSONPlaceholder API to:
Retrieve users from the city of FanCode and Verify that each user has more than 50% of their todo tasks completed.
It includes:
A TestNG test case for verifying the scenario.
Hamcrest matchers for assertions.
Response pretty-printing for easy debugging.
Technologies Used
Java 8+: Programming language.
Maven: Dependency management and build automation.
RestAssured: Java library for simplifying testing of REST services.
TestNG: Testing framework.
Jackson (ObjectMapper): For JSON pretty-printing.
Hamcrest: for assertions.
FanCode.java: Contains the TestNG test that fetches users, their todos,
and checks if more than half of their todos are completed.
pom.xml: Maven configuration file for managing dependencies