Advertisement
Guest User

Untitled

a guest
Nov 8th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. class MyFirstUITest : XCTestCase {
  2.  
  3. let app:XCUIApplication = XCUIApplication()
  4. app.launch() ??????
  5. // some UI elements that i want to capture for tests
  6. let username = XCUIApplication().textFields["Username"]
  7. let password = XCUIApplication().secureTextFields["Password"]
  8. ....
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement