Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Test coverage is a nice parameter to follow. But it is just the tip of the iceberg.
We got 70% test coverage in a previous job. Java Android app, tested on actual devices. -
Rambolus1703y@fullstackchris you have test coverage? 😲 Here the customer is too cheap to pay for tests to be written which is why I have to fix all kinds of bugs in production 🤦
-
Test coverage is overrated. Especially on the frontend because UI can‘t be tested in unit tests.
-
Unit tests - preferably hight coverage on important classes
UI tests - well testing the UI, its states etc.
Integration tests - testing your business logic, user flows etc
But the again there is also
Acceptance testing
Regression testing
Smoke testing
Performance testing
Accessibility testing
How much testing is enough and how do you determine the coverage?
Back to your question my aim is having high unit test coverage like on important classes, have important user flows covered by UI tests plus some happy path integration tests. No idea how to quantify the above.
Related Rants
-
coolq36I know it wasn't ethical, but I had to do it. Semester 4 started this week, we all got to vote which day we w...
-
syde2Me Visiting a new location... *Device found a new wi-fi signal: worldsMostSecureRouter *Enter password: worl...
-
jdevs17I am Computer Science Student Yesterday I asked question to my classmates, what is Linux, here's some(non-fo...
Mobile devs of devRant, what does your React Native test coverage look like?
Ours is 27% :/
rant
test coverage
question
mobile development
poll