Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Android Espresso Essential Training

Posted By: Landau17
Android Espresso Essential Training

Android Espresso Essential Training
MP4 | Video: 720p | Duration: 1:20:35 | English | Subtitles: VTT | 220.6 MB



Testing is essential to delivering high-quality software. Espresso is the tool of choice for many Android developers, who need to test the logic and UI of their applications. Join instructor Chiu-Ki Chan to learn the essentials of Android Espresso for UI testing. Learn how to write tests by hand, and then leverage the Espresso Test Recorder to record actions that generate the code for you. Find out how to use the Layout Inspector to pinpoint the views you want to test, and also test scrolling views such as list and recycler views.

Topics include:
    
  • Advantages of Espresso and automated testing
  • Synchronization
  • Adding Espresso to an Android project
  • Creating your first test
  • Recording actions in the Test Recorder
  • Pinpointing a view
  • Testing list views
  • Testing recycler views