Questions tagged [end-to-end]

16 questions
0
votes
2 answers

Who should write e2e tests?

I understand that preparing test cases and scenarios that goes through the whole system stack should be written by a QA person. But my question is with automating these tests, and I mean specifically e2e tests. Who should be responsible for the…
Sisyphus
  • 369
0
votes
2 answers

Does it make sense to combine code coverage result for unit test and e2e test

In my company, there is a KPI about code coverage. We measure results by code coverage percentage. So we combine code coverage result of unit test and end-to-end test together. Does it make sense to do this?