• Subscribe
  • How do you measure UI test coverage?

    Luka Brzin
    2 replies
    Measuring test coverage of UI is very hard to do. UIs are becoming more and more complex to attract users, but that makes them harder to test. But if you could know what you have or have not tested, that would make your world a lot easier and your customers a lot happier. That is why we have started developing a tool that measures the % of your UI testing and let's you know which tests are missing. You can join our waiting list through this link: https://info.appsurify.com/testmap-ui-coverage Let's make our UIs perfect!!! For any questions, feel free to comment and I'll try my best to answer all of them :) Cheers, Luka

    Replies

    Christian Onochie
    Using test coverage tools that plug into my CI/CD setup helps me spot which UI parts are covered and where I need more testing.
    Aduma Emmanuel
    I check test suite reports to see which UI elements are tested most often. If something’s missing, I add more tests to fill those gaps.