1. Integration Test Project
2. Injecting Test Dependencies part 1
3. Injecting Test Dependencies part 2
4. Read from json file
5. Get Category By Id test part 1
6. Get Category By Id test part 2
7. Get Category By Id test part 3
8. Get Category By Id test part 4
9. Get Category By Id test part 5
10. Get Category By Id test part 6
11. Get Category By Invalid Id test part 7
12. Get All Categories Test
13. Get All Categories negative test
14. Create Category Test part 1
15. Create Category Test part 2
16. Create Category Test part 3
17. Create Category Test Invalid data part 1
18. Create Category Test Invalid data part 2
19. Update Category Valid test part 1
20. Update Category Valid test part 2
21. Update Category Valid-InValid test part 3
22. Update Category Valid-InValid test part 4
23. Delete Category Valid Test
24. Delete Category InValid Test
25. Dependency Inversion Principle (DIP)
26. Product Service Integration Tests
27. Product Service Integration Tests - seed data
28. Get Product by Valid ID Tests
29. Get Product by InValid ID
30. Get Product By Valid Category ID
31. Get All products test
32. Product Parameter input data
33. Create Product Test Valid test
34. 67 Create Product Valid and Invalid tests
35. Update Product valid test data
36. Update Product invalid test data
37. Delete Product valid-invalid test data
38. Recap - Integration Tests