Hello Espresso | Introduction to Espresso 🤖

Sdílet
Vložit
  • čas přidán 21. 08. 2024
  • Espresso is a UI automation library for Android maintained by Google and has become the de facto standard to write android UI tests. The core API is concise and simple however sometimes wrapping your head around its nitty-gritty could prove to be a challenge if you don’t live and breathe android day in and day out.
    With this series, I’m hoping to change that. We’ll approach espresso from the perspective of an n00b engineer (I.e. a beginner trying to get familiar and most importantly start) and try to deconstruct what it means to write effective and scalable Android UI automation.
    We have lots of interesting capabilities to explore and I’m super excited to start this journey along with you.
    Let’s start, shall we?
    🚀 Want to learn more about Software Testing and Automation? ⚡
    Join our amazing community of Software Testing enthusiasts!
    🔹Newsletter: Get exclusive tips and tricks delivered straight to your inbox! 👉 newsletter.aut...
    🔹Blog: Dive deeper into testing concepts and stay updated on the latest trends! 👉 automationhack...
    🔹CZcams: Watch informative tutorials and demos to level up your skills! 👉 @automationhacks
    🔹LinkedIn: Stay connected with me on LinkedIn 👉 / automationhacks
    Let's elevate your testing game together! 💪

Komentáře • 13

  • @b5508
    @b5508 Před 13 dny

    I like this calm speed

  • @spramakrisshnan9562
    @spramakrisshnan9562 Před 3 měsíci

    Nice and clean content with clear insights. I wish it had a few more videos on Espresso with PO structure and BDD.
    I am looking forward to more videos from you.

  • @rprox
    @rprox Před 2 lety +2

    I seriously like you content... Crisp and clear content...
    Will surely be helpful for lot of folks... Kudos
    Well wisher ... Follower..
    Rahul

    • @automationhacks
      @automationhacks  Před 2 lety

      I'm glad you found it useful. Keep an eye on this space. There are lot of videos on this topic coming up in the next few months.

  • @naveenkumarh7339
    @naveenkumarh7339 Před 2 lety +1

    Congrats, wish you great success!

  • @ngetest
    @ngetest Před 2 lety +2

    Clear explanation and easy to follow ✨️

  • @muhammaduzair4897
    @muhammaduzair4897 Před rokem

    goood love your video from pakistan keep going

  • @anupdeshmane8827
    @anupdeshmane8827 Před 2 lety +1

    Congrats

  • @dfbaltintop2765
    @dfbaltintop2765 Před 10 měsíci

    Hello, one question:
    How do I get the testing Apps with "MainActivity"-Class ? Are they automatically created?
    Currently I installed Android Studio and opened an empty project without any activity. I guess it was the wrong one.

  • @gopikrishnak8909
    @gopikrishnak8909 Před rokem

    It showing "Could not find method androidtestImplementation() for arguments [androidx.test.ext:junit:1.1.5] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler" error message while adding dependencies into the build.gradle file