SWIFT Tutorial
Swift – Hello world program06:00
Swift – Comments01:53
Swift – Variables & Constants05:37
Swift – Datatypes with examples14:51
Overview on Operator & Examples on Arithmetic operator02:40
Conditional statements – IF with examples03:57
Switch statement with Range , with Tuple08:28
Arrays- Append, Insert, contentsOf, Remove Methods, Sort09:41
Overview on Function with examples08:06
XCUITest Basic Concepts
XCUITest Prerequisite | Perform Record & Playback using XCUITest12:30
Overview on XCUITest API07:33
Object Identification using Debugging Mode13:21
Create Basic Script using Debugging Mode feature08:59
Object Identification using Accessibility Inspector & Basic Script Creation05:12
Handling SearchBox & Text Fields using boundBy13:27
Handling Date Picker using otherElements concept07:30
Handling Picker View using adjust07:40
Handling Slider using adjust04:26
Handling Switches using firstmatch and other elements handling04:50
How to add Assertions to your program04:43
How to delete value from a text field using XCUITest and re-enter Part 106:38
How to delete value from a text field using XCUITest and re-enter Part 204:55
How to Print all the values from the text fields using for loop06:53
How to scrolldown, scrollup02:00
How to handle swipe left, swipe right on page indicator03:50
How to handle safari browser00:00
Wait for Elements using waitForExistence command00:00
Page factory framework with example14:10
Compare value with all values from text field and break the loop for a specific03:10
How to capture screenshot04:42
Overview on XCUITest