RSS HackerNoon

Code Smell 272 - API Chain

Use primitive steps to verify API behavior instead of direct requests. Simplify test logic to avoid extra API steps. Don't use multiple API requests to verify a single operation. If your *GET* operation breaks, you will have many tests failing not relating to the test operation.
hackernoon.com
hackernoon.com
Create attached notes ...