Lecture17: Parallel Execution using TestNG || BDD Cucumber

Поділитися
Вставка
  • Опубліковано 24 вер 2023
  • 🚀 In this tutorial, we'll understand How to use test cases in parallel using TestNG.
    🔍 Key Points:
    📌 Problem statement: How to execute test cases in parallel using TestNG in BDD Cucumber
    📌 Solution:
    1. TestNG has feature of parallel execution
    2. By Integration of TestNG and utilizing TestNG features we can achieve parallel execution.
    Playlist link: • Mastering BDD from Scr...
    If you're interested in improving your BDD testing skills and making your scenarios more organized and efficient, this video is a must-watch.
    Repo Link:
    github.com/prnbtr09/bdd-cucumber
    Regards,
    PrinceAutomationDestination
  • Наука та технологія

КОМЕНТАРІ • 7

  • @amarendrapani6146
    @amarendrapani6146 Місяць тому +1

    Excelent content or using testng with cucumber , and its really a very great help , bcs in junit i faces a lot of issues while used the bdd framework , and ThreadLocal concept make it easy for parallel cocept. Thank you so much for in depth explanation.

  • @Vinod_Kimar
    @Vinod_Kimar 24 дні тому +2

    Is there any java version specifically to run parallel testing

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  24 дні тому

      Nothing as such but stick to latest one, or minimum jdk 11

    • @Vinod_Kimar
      @Vinod_Kimar 24 дні тому +1

      Thank you very much for your quick response. I understand what you're saying, but in my project, we are using Java 8

  • @sivaramakrishnareddyrajula9605
    @sivaramakrishnareddyrajula9605 10 місяців тому

    Hi, Can we declare static driver for parallel execution? If you could show your step and hooks implementaions will be good.
    Can you create playlist for all cucumber related videos in the order?
    Thanks.

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  10 місяців тому +1

      Hi We can use static but we will have to use thread local to make parallel execution work properly
      cucumber series is completed, this is lecture 17, it is from lecture1 to lecture 18