diff --git a/docs/test-plan.md b/docs/test-plan.md new file mode 100644 index 0000000..93dc048 --- /dev/null +++ b/docs/test-plan.md @@ -0,0 +1,16 @@ +# Test Plan + +## Objective +Validate REST API endpoints of JSONPlaceholder using NUnit. + +## Scope +- GET /users +- GET /users/{id} +- POST /posts +- DELETE /posts/{id} + +## Tools +- .NET 8 +- NUnit 4 +- RestSharp +- FluentAssertions