Android Test Activity with Espresso

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 36

  • @pradeepk2864
    @pradeepk2864 6 месяцев назад

    I got a very good understanding by watching your videos. Thank you, brother.🤩

  • @jeebanbagdi3396
    @jeebanbagdi3396 3 года назад

    The way you r explain everything clear is just awsome.

  • @masummodi
    @masummodi 3 года назад +5

    Your videos truly deserve million views. ✌🏻

  • @syedovaiss
    @syedovaiss 3 года назад +1

    You are the best I have learned many things from you being a software engineer

  • @ahmednafiunoman5040
    @ahmednafiunoman5040 3 года назад +1

    Thank you so much brother...love from Bangladesh

  • @garimamishra693
    @garimamishra693 3 года назад +1

    please create more tutorials on expresso UI testing for beginners. you really explained concepts very well.

  • @danielmigwi1999
    @danielmigwi1999 3 года назад +1

    Very informative course.Please am waiting for a course you promised to make for dagger hilt...

  • @IdaBagusTrisnaWidia
    @IdaBagusTrisnaWidia 3 года назад +2

    can you make espresso testing using Jetpack navigation as well? Jetpack using navArgs for passing parameter between fragment as well as to check destination fragment in the navigation graph

  • @thiagolopessilva
    @thiagolopessilva 2 года назад

    Greate explanation. Thanks to share this amazing video with us

  • @tareqislam1432
    @tareqislam1432 2 года назад

    Please keep manking more video on TDD.

  • @mehulbisht9708
    @mehulbisht9708 3 года назад +3

    thanks for this series sir! :)

  • @kunalkalwar3545
    @kunalkalwar3545 3 года назад +1

    Great explanation ☺️
    Thanks for this test series ❤️👍

  • @matt-g-recovers
    @matt-g-recovers 3 года назад

    Very nice video!
    I am very excited about your library of videos and to get a fresh perspective on dagger and testing as well other things.
    thanks so much!!

  • @ShubhamSinghMusic
    @ShubhamSinghMusic 3 года назад +1

    Hello there Belal! Love your videos. Could you please also make a video on how to use MULTIPART on either Retrofit or Volley?

    • @SimplifiedCoding
      @SimplifiedCoding  3 года назад +1

      Check it here: ruclips.net/video/dbSAIuyHInY/видео.html

  • @aiyuayaan
    @aiyuayaan Год назад

    Thanks you soo much sir 💓

  • @motoamoto
    @motoamoto 3 года назад

    how import viewbinding in the espresso? android 30.

  • @appyhelper1715
    @appyhelper1715 2 года назад

    How to run parallel test cases in espresso? As well as in multiple devices?

  • @shwethaprasad4034
    @shwethaprasad4034 3 года назад

    My next question is when we click on abny tab or button it navigates to next page, so aren't we required to perform launch activity after click action to display with next page ?

  • @Rajmanov
    @Rajmanov 3 года назад +1

    Why do we need to duplicate the same code in the fragment test, now in the activity test, should be a better way to keeps things simpler are better organized to avoid repetitive code.

  • @vikashprajapati8077
    @vikashprajapati8077 2 года назад

    good series

  • @ashuashwanth6489
    @ashuashwanth6489 3 года назад

    can you tell us what to add in gradle file as i am unable to use ActivityScenario and cannot import .

  • @rajlaxmibanik3932
    @rajlaxmibanik3932 3 года назад +1

    hello Belal! can you kindly share Jungle run 2D assets?? The link you have provided is not working. I am doing my first year project. It will be really helpfull.

    • @SimplifiedCoding
      @SimplifiedCoding  3 года назад

      I just tested the links are working
      www.simplifiedcoding.net/android-game-development-course/
      Check here

  • @staneab
    @staneab 2 года назад

    At some point you mentioned that data is stored into a database. Since you already defined the method after, why didn't you clean the database? A test should not permanently change the application state or data, the data should remain in the same state as it was before running the test.

  • @shwethaprasad4034
    @shwethaprasad4034 3 года назад

    Hi, am new to espresso and I need to understand few things here, we need to launch the page in espresso which we want to see on emulator. So when we click on button that usually navigate us to next page.
    In my scenario when I click on button I get error message like single click perform on .....
    Where as actually it perform click action and the tabs become active, so how to resolve this error

  • @hadighorbani-x4k
    @hadighorbani-x4k Год назад

    that is good tanks

  • @janineramirez2790
    @janineramirez2790 2 года назад

    i cant download your resource code

  • @hugovera1540
    @hugovera1540 3 года назад +1

    what are the videos before this video? there is nothing on the description. It makes this video useless

    • @SimplifiedCoding
      @SimplifiedCoding  3 года назад

      Android Test Driven Development Tutorial: ruclips.net/p/PLk7v1Z2rk4hgYY9Dus2h0DxUus0VX_igd

  • @karique01
    @karique01 7 месяцев назад

    i can't download the source code :c

  • @footballCartoon91
    @footballCartoon91 2 года назад

    @2:45 bro launchActivity() not working

  • @佐藤あきら-i3m
    @佐藤あきら-i3m 3 года назад

    Thanks your great RUclips!! from JAPAN🎌🎌
    I want you to create hilt test and retrofit test for us!!
    Could you please do that??🙏🙏🙏🙏

  • @amateur_gamer101
    @amateur_gamer101 2 года назад +1

    you could have stated you used a ktx core library for this. for someone who is new, they would be lost. and i just wasted too much time trying to find out why i cant call "launchActivity()"...IT IS ANNOYING. ALWAYS STATE ANY EXTERNAL LIBRARIES YOU USED IN THE COMMENTS SECTION!!!..IF I SOUND PISSED ITS BECAUSE I ACTUALLY AM.