Selenium Framework - Part 41 - Why Docker in Test Automation?

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 29

  • @Udzial
    @Udzial 3 роки тому +3

    Thank you for setting up the base and relating it to problems that testers face without docker.

  • @sureshgarine
    @sureshgarine 2 роки тому +2

    Thanks, Amuthan for giving the context and content, it really makes sense to understand the reasoning behind using any new stuff and how it solves the problem

  • @lka5968
    @lka5968 3 роки тому +1

    Thanks Amuthan for telling the problem what docker solves

  • @ArunKumararunpgb
    @ArunKumararunpgb 3 роки тому +1

    Just Awesome and Tons of Thanks Anna !!!!!!!!!!!!!

  • @amansharma-gj7eu
    @amansharma-gj7eu 3 роки тому +2

    Awesome work again bro!! 😀
    Read few comments regarding complexity but when we learn something for first time it feels little complex.Going through a topic 2-3 times can solve that problem too.
    Really happy with your tutorials and knowledge you are sharing with us.we will not find this kind of framework development knowledge anywhere.
    Please please continue to maintain this standard 🙏.I am really following your series regiously

    • @TestingMiniBytes
      @TestingMiniBytes  3 роки тому +1

      Yes Aman. I will not try to compromise on the standard at any cost.
      Sooner we realise that we have to improve the way we code the better.
      There are 100s of channels or private tutorials charging more than 200 dollars for Framework development and the standard of framework you know already.

    • @amansharma-gj7eu
      @amansharma-gj7eu 3 роки тому +1

      Yes bro I really struggled to get this kind of guidance.I can't tell how much I appreciate your efforts.

    • @amansharma-gj7eu
      @amansharma-gj7eu 3 роки тому

      Some people may find few topics complex because they are not use to those topics or have gone through it for first time.
      But then once they understand they will realise that how much they have improved

    • @TestingMiniBytes
      @TestingMiniBytes  3 роки тому +1

      @@amansharma-gj7eu even i try to learn everyday and look for way to improvise my code.
      There is an ocean of knowledge to learn.

  • @nithyasrinivasn9829
    @nithyasrinivasn9829 3 роки тому +1

    Thanks 🙏

  • @kranthikumarkatta9588
    @kranthikumarkatta9588 3 роки тому +1

    Hi bro great going...... Bro can we have agenda...what are the things we are going on..... It's became difficult to followup... Till where we achieved till now.... Intial to now what have covered and what still need to be covered .....
    Thank you bro ## god bless you

    • @TestingMiniBytes
      @TestingMiniBytes  3 роки тому +1

      I am worried that you found it difficult to follow up.
      Watch the part 1 of the playlist to understand where we are heading. We have created a basic framework which can run tests in local machine and have the capability to run tests in parallel.(Till part 40 of selenium playlist)
      We need to cover docker, elastic search, kibana for live dashboard, java 8 concepts for writing better clean code, design pattern to solve some common issues in test automation.
      These topics are high level agenda and will add if I find something really needed to build a world class framework.
      Thanks a lot for again posting your query 👍

    • @kranthikumarkatta9588
      @kranthikumarkatta9588 3 роки тому +1

      @@TestingMiniBytes yes bro.... You are going like a Thanos ,, wants to kill our lazy.minds and making us powerfull weapons.... ## level up concepts bro ,, tricky but clear understanding bro after listening 2 or 3 times...... ....

    • @TestingMiniBytes
      @TestingMiniBytes  3 роки тому +3

      @@kranthikumarkatta9588 Yes Kranthi, Just a quote I follow religiously might be helpful to you as well.
      You are not growing or learning unless you struggle and feel the pain. I used to learn lot of these concepts multiple times because i know if I struggle I am learning something new!!
      Watching a video multiple times will help. Please connect with me on linkedin or comments to clarify your doubts.!!

    • @kranthikumarkatta9588
      @kranthikumarkatta9588 3 роки тому +1

      @@TestingMiniBytes sure bro 👍🏽

    • @TestingMiniBytes
      @TestingMiniBytes  3 роки тому +3

      @Shekhar chandra Hi Sekar,
      The concepts I taught so far are real basics and may seems complex because you are seeing this for first time.
      Not many tutors will explain about these things and prefer to develop a simple framework without much noise.
      The reason i created this channel is to create awareness that we need to start leveraging the features of Java that we keep ignoring.
      Please feel free to reach out to me incase of any help. 👍

  • @lingeshsd3213
    @lingeshsd3213 3 роки тому +1

    hi, Amuthan bro nice and informative video. Bro one request if possible please do a video on getting test data from multiple excel sheets instead of getting from the single sheet in our framework.
    right now we have implemented to run each test data based on a given browser in excel sheet. instead of this want to run parallel with different browsers for test case wise. for this also do video bro.

    • @TestingMiniBytes
      @TestingMiniBytes  3 роки тому

      For the first requirement it is very easy. You just need to write the logic to construct the Map by reading values from different sheet. I will cover at the end because i cannot insert this anywhere now.
      For the second option you already have to option to just add a new row for your tests and change the browser name.
      I dont know what else you want to achieve.

    • @lingeshsd3213
      @lingeshsd3213 3 роки тому

      @@TestingMiniBytes ok bro thanks

  • @jeno101
    @jeno101 Рік тому +1

    bro unga vartha padiyae ... konga nal chrome driver work agala ..

  • @uhsay1986
    @uhsay1986 2 роки тому +1

    Can you create some real time interview content for SDET

  • @rajasekharmaddigalla1463
    @rajasekharmaddigalla1463 3 роки тому +1

    HI Amuthan, From the day one i was thinking about this , we have loginlogout as one test in our frame work, how can we organise this login an logout test before and afterr of each test,and do we have option to show this login and logout tests in our extent report ? please advice

    • @rajasekharmaddigalla1463
      @rajasekharmaddigalla1463 3 роки тому

      Organising this login and logout, before and after tests is mainly looking for?

    • @TestingMiniBytes
      @TestingMiniBytes  3 роки тому +1

      @@rajasekharmaddigalla1463 Hi Raja, Yes by wrapping the login in setup and logout in teardown you can write less number of lines.
      But consider someone coming to your project and reads the test, he cannot understand what the test is all about.
      Test case needs to be clean, complete and understandable be it manual testing or automation. More than reusability, the readability of the tests gets its precedence.
      That's how i code and advise you as well.

  • @ahamedabdulrahman
    @ahamedabdulrahman 2 роки тому

    Hey Amudhan, you said that the regression cannot have 1000 + Test Cases. If so, its a problem. Why is that so?