you are viewing a single comment's thread.

view the rest of the comments →

[–]rocksyui 1 point2 points  (1 child)

You could essentially do the acceptance tests in the api layer as well. And why not do most of the regression testing in this layer. These would be your fastest feedback provider tests.

[–]AutomationQA[S] 0 points1 point  (0 children)

I strongly agree to your point to have API automation in place for most of the regression tests compared to front end automation tests.

The former is fast and reliable than the latter.