Java + Cucumber + TestNG +IntelliJ

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

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

  • @hassellvinny
    @hassellvinny Год назад +1

    Great intro, thank you! Audio dropped out sometimes but still managed to follow most of it. Thank you!

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

    Such a incredibly clear Explanation. Appreciate for video!!

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

    Thank you very much for this video, it so helpful. Please add more videos for IntelliJ IDE using Java, cucumber and TestNG combination to improve the knowledge of the tools.

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

    Thank You very Much you have done really great job by explaining it stepwise

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

    Good stuff, had to refresh my knowledge! Thanks

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

    Thank you, I hope you always healthly and safety

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

    Thank you for this video. I missed one step from other tutorials and this one helped me :) all clearly explained

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

    I appreciate this video and tutorial, I have subscribed for more. Stay well.

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

    very clearly explained. Thanks a lot!

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

    Thank you, sir. Your lessons are really helpful!

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

    thank you my friend. It was very helpful!!

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

    Excellent tutorial. Clearly explaining the need for each package and class. Haven't found one like this so far. Can you also show how to use JUnit inplace of TestNG? Thanks

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

    Thank you ! very good Tutorial.

  • @RahulVagadiya-gw3hc
    @RahulVagadiya-gw3hc Год назад

    Thank you i was watching your videos. it’s really helpful but my framework doesn’t work some point.please advise me

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

    thank you very much my big brother

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

    Thank you, very useful tutorial for me)

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

    Thank for sharing

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

    very easy to understand

  • @8004wind
    @8004wind 2 года назад

    Thanks for the nice video.
    But could you add how to initiate WebDriver, e.g. chromedriver?

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

    May I know what's the purpose of running "mvn test" in cmd?

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

    please I need your help... I have this error: META-INF/versions/9/module-info is not a class because access_flag ACC_MODULE is set

  • @mS-oc1yy
    @mS-oc1yy 2 года назад

    While doing i am getting error as undefined exception

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

    haaaaaaaaaaa me salvaste gracias

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

    When i extends the Runner class with the abstract from testng all my @Before tags are not executing.
    Can someone help me with this?
    Srry for the bad english.

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

    There is something missing. I've tried following the video, but I was able to run it from the feature file. Running the runner class or the xml file resulted in errors. The Cucumber didn't find the steps definition, while I was able to navigate from feature file to the steps definitions by holding Ctrl and clicking on a step. And at some point, the error was saying that the testing xml file is invalid.

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

      Did you solve it? I am in the same position, i can navigate from feature file to the step definitions by clicking on a step but when i run the feature file it says step undefined

    • @gajendersingh4361
      @gajendersingh4361 2 года назад +12

      @@eyupbayiroglu, right click on 'steps' file that you created in 'stepsdefination' folder then click on 'Build Module'. After that it should be fixed.

    • @LeyliFilms
      @LeyliFilms Год назад +1

      @@gajendersingh4361 Thank you so much for your comment! I spent 2 days solving the problem, watched all possible tutorials exactly following all steps and tests didn't pass. Thank you!

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

      @@gajendersingh4361 Lifesaver.

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

      @@gajendersingh4361 Thanks a lot. i was scratching my head on this too! You are awesome!

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

    excellent tutorial! is there a follow up?

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

    thanks dude

  • @waniya-huzzu
    @waniya-huzzu 3 года назад

    you have not mentioned about cucumber plugin in intelliJ , Please do the needful.

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

    I'm getting Step undefinded error please can i get some explanation :)

  • @waniya-huzzu
    @waniya-huzzu 3 года назад

    Error: Could not find or load main class cucumber.cli.Main

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

    16:01

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

    Could anyone tell me .what is wrong with it ? java.lang.NoSuchMethodError: org.openqa.selenium.support.PageFactory.initElements(Lorg/openqa/selenium/SearchContext;Ljava/lang/Object;)V
    at pagefactory.LoginPage_PF.(LoginPage_PF.java:32)