Testing in Android - Introduction & Types Of Tests

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • Get my premium course to build industry-level Android apps & Ktor backends. 🚀
    ahmed-guedmiou...
    And take your skills to the next level and become ready for the Android industry ✅
    This video gives you an introduction to testing in Android, as it tells you what testing, why do we write tests cases and types of tests with explanation. Enjoy!
    Follow me on Instagram:
    / ahmed_guedmioui
    #androidtesting #unittesting #kotlin #androidstudio #jetpackcompose #java #mobiledevelopment #androiddeveloper

КОМЕНТАРІ • 14

  • @ubersticks
    @ubersticks 3 місяці тому

    Great job with this series, Ahmed!

  • @ahmed_guedmioui
    @ahmed_guedmioui  Місяць тому

    Get my premium course to build industry-level Android apps & Ktor backends. 🚀
    ahmed-guedmioui.thinkific.com/courses/build-industry-level-apps-and-ktor-backends
    And take your skills to the next level and become ready for the Android industry ✅

  • @ophariom12
    @ophariom12 3 місяці тому

    Notes
    * Testing is verifying if functions and classes are working as expected in an app.
    * There are three main types of tests: unit tests, integration tests, and end-to-end tests.
    * Unit tests test a single function or a component in an app. They are typically the fastest and most common type of test.
    * Local unit tests are very fast and do not require access to the Android framework.
    * Instrumented unit tests are a little bit slower because they need an Android device to run and they access the Android framework components.
    * Integration tests ensure that different components in an app work together as expected. They can be written to access the Android framework or not.
    * End-to-end tests test the UI of an app by simulating user behavior. They are the slowest type of test and require access to the Android framework components.

  • @saddam_howladar77
    @saddam_howladar77 3 місяці тому +1

    Love your videos we want KMP video in the future ❤❤❤

  • @Darkwolf9280
    @Darkwolf9280 3 місяці тому

    Much needed Ahmed ✅

  • @salman_salehXx
    @salman_salehXx 3 місяці тому

    ❤❤❤

  • @shekhar1038
    @shekhar1038 3 місяці тому +1

    Attendance

  • @nqmgaming2004
    @nqmgaming2004 3 місяці тому

    I love it❤

  • @henrik908
    @henrik908 3 місяці тому +3

    Bro can you make a video on pagging 3 please?

    • @ahmed_guedmioui
      @ahmed_guedmioui  3 місяці тому +2

      If you only told me before I started this testing playlist. I will but after I finish this playlist

    • @henrik908
      @henrik908 3 місяці тому

      @@ahmed_guedmioui Thank you so so much.

    • @3pranada360
      @3pranada360 3 місяці тому

      ​@@ahmed_guedmiouiSr once i try make unit test for my viewmodel in my Company, but the project has a struct that i dont undestrand How make test with that code. Can you provide some tips to how integrate with this kinda project?
      Eg: we have context on viewmodel, we dont have usecase 😢

  • @rajamondal5084
    @rajamondal5084 3 місяці тому

    great video

  • @engineerOne
    @engineerOne 3 місяці тому