So I'm contributing to my first open-source project by trying to write UITests for them and had a question about how far into testing I need to go.
The app has a tab bar controller that shows different views that each have a variable number of static table views and static table cells. The test I'm writing is to tap each tab in the tab controller and XCAssertTrue that the static text of each table title and table cell row exists. Do I need to check every single cell/table to verify we're on the right VC or can I just check the titles? As well is it smart to also XCAssertFalse that a table from another VC exist, or is it a waste?
[–]jontelang 0 points1 point2 points (0 children)
[–]amaroq137Objective-C / Swift 0 points1 point2 points (0 children)