Lecture15: Parallel Execution Challenges in Cucumber + Junit || Interview Question

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 17

  • @subhashreesahoo-c9r
    @subhashreesahoo-c9r หลายเดือนก่อน +1

    hi sir,
    @PrinceAutomationDestination can you help me in which video you exoalined ThreadLocal Concepts ,Please share me the link ,it would be a great help.

  • @sushantbhakare5867
    @sushantbhakare5867 4 หลายเดือนก่อน +1

    can we used like below as I haven't implement Factory designed pattern :
    public void setDriver(String browser)
    {
    switch(browser)
    {
    case "chrome":
    WebDriverManger.chrome().setup();
    driver.set(new ChromeDriver())
    break;
    default:
    throw new IllegalArgumentException(" ");
    }

    }
    public WebDriver getDriver()
    {
    return driver.get()
    }

  • @gulfamily2423
    @gulfamily2423 ปีที่แล้ว +1

    Do you have public code repo for this tutorial?

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  ปีที่แล้ว

      Please find below the same github.com/prnbtr09/bdd-cucumber.git

    • @waniya-huzzu
      @waniya-huzzu 11 หลายเดือนก่อน

      what about JSON report , will it be thread safe ? I mean will it create report for parallel execution.

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  11 หลายเดือนก่อน

      Yes please checkout, hope you are talking about cucumber json report? Or i will check and get back to you

  • @saanviworld88
    @saanviworld88 9 หลายเดือนก่อน +2

    I am not able to achieve parallel testing by these tags..pls help me how to do

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  9 หลายเดือนก่อน

      Checkout following video and let me know
      th-cam.com/video/g3BGOmmkzpQ/w-d-xo.html

    • @saanviworld88
      @saanviworld88 9 หลายเดือนก่อน +1

      I am not using testng... u explain in this video my project is same cucumber maven and junit 4.13. I follow the same way but there is some issue with plug-in. Pls help me to resolve.

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  9 หลายเดือนก่อน

      @@saanviworld88 ping me on linkedin

  • @PriyankaDashweb
    @PriyankaDashweb ปีที่แล้ว

    Nice explanation

  • @amapamap3432
    @amapamap3432 8 หลายเดือนก่อน +1

    Why you are still using junit4 instead of junit5? 🤔

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  8 หลายเดือนก่อน

      Please continue with series , i have introduced TestNg post discussion of junit 4 challenges and soon will plan for junit5 too thanks 🙏🏼