From 8bdf8c6f0261136cd80c4b974c07b02be4b8e836 Mon Sep 17 00:00:00 2001 From: Ferris <110396388+FaraazSuffla@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:08:50 +0200 Subject: [PATCH] docs: add test plan --- docs/test-plan.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/test-plan.md 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