Component - UI testing with XCUITest
This UI test uses XCUITest to check if a button tap changes a label's text on the screen. It simulates a user tapping the button and verifies the app updates the label correctly.
This UI test uses XCUITest to check if a button tap changes a label's text on the screen. It simulates a user tapping the button and verifies the app updates the label correctly.
App > Window > ViewControllerView > [Label, Button]