```html
XCTAssert(app.buttons["Button"].exists)
app.buttons["Button"].tap()
app.textFields["TextField"].typeText("Hello")
let app = XCUIApplication()
app.launch()
app.terminate()
Use Accessibility Identifiers
Keep Tests Short & Focused
Use setUp() and tearDown() for setup & cleanup