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:


UI Testing:
*Lunch and Terminate application while executing

Table Of Contents
148UI Testing
157MVVM