SquareTest | That Can Boost Your Java Unit Testing Efficiency | JavaTechie

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

КОМЕНТАРІ • 38

  • @aadiraj6126
    @aadiraj6126 Рік тому +3

    Square test, quite interesting indeed. Thankyou for introducing it.

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

    thanks for this video, I'm currently trying to learn how to write unit test for my current project and have been searching about this exact video. this really helps me understand how to do it.

  • @subhashreesahoo6361
    @subhashreesahoo6361 Рік тому +3

    Great , will try it . Earlier I had used diffblue in IntelliJ , it’s also for writing test cases

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

    Thanks for your efforts, its crisp and clear.

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

    Excellent stuff. Thanks

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

    Thank you for sharing 🤠

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

    Nice, very useful

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

    👌

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

    Thank you , just curious how do you come across this sort of new stuff ? You are helping a lot.

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

    Love it. I hate writing tests, too repetitive

  • @manish_arma
    @manish_arma Рік тому +4

    Can you please create a video to link backend okta project to Angular 🙏

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

    Thanks

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

    Thanks so much. I always find it difficult to write jUnit to increase coverage as SonarQube mostaly fails the build if Overall Code Coverage is less than what is defined at my organisation. Unfortunately this plugin is not available for free .

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

    Will this work with Junit jupiter ? Earlier I tried diffblue but it’s not suitable for junit jupiter in spring boot project

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

      Yes buddy it will allow. I forget to mention that part in video but you can just click on IntelliJ preference next you will find the option called squareTest there you have option to choose test template so you can select junit 5

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

    Is there any test plugins for eclipse?

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

    Tell us any eclipse tool for the same

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

    How it works for existing test cases?

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

    Can gitcopilot also write test cases?

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

    can we have github link for this course

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

      This i tried with an existing crud application from GitHub repo

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

    Any unit test dependency is needed ?

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

    Private methods its not written test case

  • @manicr9939
    @manicr9939 Місяць тому

    Not working properly

  • @nehurane
    @nehurane Рік тому +2

    RIP TDD 😂

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

    hmm...it's not free

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

    Hi,
    whenever I am trying to running the generated controller class getting the below exception:
    java.lang.IllegalStateException: Failed to load ApplicationContext
    can you please help me on this issue. Thanks

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

      Check if there is any assert exception

    • @allideas777
      @allideas777 8 місяців тому

      I am also getting same error , Can you tell you is the issue resolved and how you resolved that