Java + Cucumber + TestNG +IntelliJ

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 40

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

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

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

    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 Рік тому

    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!

  • @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

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

    Thank you, sir. Your lessons are really helpful!

  • @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

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

    thank you my friend. It was very helpful!!

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

    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.

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

    thank you very much my big brother

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

    Thank you ! very good Tutorial.

  • @Chime2023
    @Chime2023 Рік тому

    Thank for sharing

  • @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 3 роки тому

    While doing i am getting error as undefined exception

  • @Damikaize
    @Damikaize Рік тому

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

  • @8004wind
    @8004wind 2 роки тому

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

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

    very easy to understand

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

    Thank you, very useful tutorial for me)

  • @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?

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

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

  • @waniya-huzzu
    @waniya-huzzu 3 роки тому

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

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

    thanks dude

  • @waniya-huzzu
    @waniya-huzzu 3 роки тому

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

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

    haaaaaaaaaaa me salvaste gracias

  • @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)