Mastering Parallel Execution: Overcoming Challenges in Selenium Testing || TestNG

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

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

  • @balajivivek8662
    @balajivivek8662 9 месяцев назад +3

    This is one of the hidden gem on TestNg with parallel execution challenges. Nicely explained . Hats off

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  9 месяцев назад

      Thanks buddy

    • @balajivivek8662
      @balajivivek8662 9 месяцев назад

      Is there similar content for test data management , test report management for parallel execution.

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  9 месяцев назад

      Not so far but I will try creating soon

    • @balajivivek8662
      @balajivivek8662 9 месяцев назад

      @@PrinceAutomationDestination ok thanks for the consideration . I think the test data supply via data providers or json should be thread safe . Else it will create a issue in parallel executions . The same applies to reporting as well when we are using extent report or allure .. All should be thread safe

    • @balajivivek8662
      @balajivivek8662 9 месяцев назад

      Awaiting your video for the above mentioned challenges.

  • @hoangnguyenduc8671
    @hoangnguyenduc8671 18 дней назад +1

    hello Mr. Prince, I don't know if you remember me, but I tried to learn your framework and facing this situation, I reached you and you promised to create this parallel content. And you kept it! I'm very appreciated that. Merry Christmas and happy new year! Wish you all the best!

  • @sahiljoshi7917
    @sahiljoshi7917 8 месяцев назад +2

    Thank you for sharing this fascinating video; I hope this is the finest explanation.

  • @atularora5271
    @atularora5271 11 месяцев назад +1

    Very well Explained Prince Sir..!

  • @vikashkeshri5849
    @vikashkeshri5849 6 месяцев назад +1

    Very good explaination in detail with working code...Cheers

  • @Karthickraj.pattabi
    @Karthickraj.pattabi 11 месяцев назад +1

    Prince great content. no words to express...love you man

  • @bongtube1983
    @bongtube1983 9 месяцев назад +1

    Very nicely explained tutorial Sir, thank you very much !!

  • @Jansuraajbr45
    @Jansuraajbr45 11 месяцев назад +1

    Good explanation ❤
    As per my opinion for better understanding any topic start with new project then easy to fallow up your code
    Thank You

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  11 месяцев назад +1

      Thanks Rahul, will surely do so. Let us connect on linkedin and discuss more:
      www.linkedin.com/in/prince-kumar-7b389a68?

  • @karthikeyans52
    @karthikeyans52 11 месяцев назад +1

    Thanks for the clear cut explanation 👍🏻👍🏻

  • @jainshraddha8165
    @jainshraddha8165 10 месяцев назад +1

    Great explanation

  • @youssefkorbi-mt7nv
    @youssefkorbi-mt7nv 9 месяцев назад +1

    Thanks for the clear cut explanation

  • @spidyniks
    @spidyniks 11 месяцев назад +1

    Good explanation, would like to see more videos on your playlist

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  11 месяцев назад

      Thanks Nikhil, for sure please checkout my other videos i will add some more here in this playlist soon

  • @Elliot-792
    @Elliot-792 10 месяцев назад +1

    Post a video on Crossbrowser testing with some realtime examples sir

  • @nagasaimaddula56
    @nagasaimaddula56 8 месяцев назад +1

    Great explanation 🎉

  • @Elliot-792
    @Elliot-792 10 месяцев назад +1

    Great Content Man !!!!

  • @soumya171190
    @soumya171190 11 месяцев назад +1

    Well documented content

  • @rohittanwar2395
    @rohittanwar2395 11 месяцев назад +1

    Good explanation

  • @АринаНичко
    @АринаНичко 6 месяцев назад +1

    Thank you for this video, I also use singleton trying your example but my tests are failed

  • @hashirhasmy1042
    @hashirhasmy1042 17 дней назад +1

    why in singelton class not declare driver variable as staic any reason for it?

  • @hashirhasmy1042
    @hashirhasmy1042 6 месяцев назад +1

    is it possible to assign returning driver value from singelton class to normal driver like this from test case having class.
    Webdriver driver = CrrateDriver.getInstance.getDriver();
    is this approach fine to use driver reference variable in side test class

  • @sushantbhakare5867
    @sushantbhakare5867 4 месяца назад +1

    In BDD cucumber series for making ThreadSafe you just declare ThreadLocal driver= new ThreadLocal(); But here in this video you are setting values also like driver.set(new ChromeDriver()); also getting it driver.get() could you please explain this ?

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  4 месяца назад +1

      Yes in order to achivee thread safety we need to declare thread local type variable and then need to use set and get method of thread local to set and get driver instances so that they dont interfere with each other

  • @swaroopnadella
    @swaroopnadella 8 месяцев назад +1

    Very good explanation 👏