🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki
Intermediate

API Endpoint Test Cases

#api #rest #integration testing #json

Design test cases for a RESTful API endpoint including positive and negative scenarios.

Design a test suite for a RESTful API endpoint `GET /api/v1/users/{id}`. Include test cases for successful retrieval (200 OK), invalid ID format (400 Bad Request), user not found (404 Not Found), and unauthorized access (401 Unauthorized). Specify request headers and expected response body structures.