InterviewSolution
Saved Bookmarks
| 1. |
What’s A Test Pyramid? How Might You Actualize It When Discussing Http Apis? |
|
Answer» A test PYRAMID PORTRAYS that when works test cases there OUGHT to be significantly more low-level unit tests than abnormal state end-to-end tests. When discussing HTTP APIs, it might come down to this:
A test pyramid portrays that when works test cases there ought to be significantly more low-level unit tests than abnormal state end-to-end tests. When discussing HTTP APIs, it might come down to this: |
|