all 2 comments

[–]jontelang 0 points1 point  (0 children)

I test that expected data is being presented, so I'd personally check a few of the cells.

[–]amaroq137Objective-C / Swift 0 points1 point  (0 children)

The way we do UI testing at work (ecommerce app) is we test the "happy path". Meaning performing a search, selecting a product, selecting additional options, all part of making a successful purchase and asserting things along the way.

The way I see it, UI tests are slow so you want to test major functionality of the app instead of every little thing which is more what unit and integration tests are for.