Lunch and Terminate application while executing

suggest change

Lunch application for testing

override func setUp() {
    super.setUp()
let app = XCUIApplication()

app.launch()
}

Terminating application

func testStacOverFlowApp() {
    
    app.terminate()
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents