Cucumber BDD Framework Development (selenium + Java) in Hindi #08 | With Practical Demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2025
  • Cucumber BDD Framework Development (selenium + Java) in Hindi #08 | With Practical Demonstration. I have used Eclipse IDE for practical demonstration. In this video I have explained -
    a) How To Execute test case using pom.xml within eclipse
    b) How To Execute test case outside eclipse using maven(a build tool)
    a) Command Line Interface (CLI)
    b) Batch file
    c) Jenkins
    Given below is a link of video I mentioned in this video.
    Source code GitHub link:
    github.com/pra...
    Video link of Selenium With Java Log4j2
    • Selenium Webdriver wit...
    Link for cucumber-eclipse plugin installation
    cucumber.githu...
    Video link to Install Java
    • Java Programming For B...
    Video link to Install Eclipse IDE for Java
    • Java Programming For B...
    Video link to Install Maven
    • Selenium Webdriver Wit... at 18:15
    Video link to capture screenshot in selenium webdriver
    • Selenium Webdriver wit...
    Thank you for watching the video 🙏, I hope this session has been of help to you.
    Don't forget to like 👍, comment 💬, share and subscribe, do press the bell icon 🔔 for the earliest updates of my new videos.
    If you have any doubts regarding the topics that we covered, do tell in the comments section, I will make sure to reply at the earliest.
    contact me at email : prachicodechannel@gmail.com
    💖
    #CucumberBDDFramework
    #maven
    #jenkins
    #TestExecutionUsingMavenAndJenkins
    #Reports(html,json,xml)
    #AddNewFeature
    #Gherkhin
    #seleniumwebdriver
    #Java
    #BDD
    #FeatureFile
    #StepDefinitionFile
    #TestRunner
    #cucumber

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

  • @ArunRajput-ut7gt
    @ArunRajput-ut7gt ปีที่แล้ว +1

    Immense knowledge...Really ....cleared most of my concepts....Thanks

  • @rahulpatil1220
    @rahulpatil1220 2 ปีที่แล้ว +4

    Plz make jenkin special series

  • @prakharmahamadpurkar5174
    @prakharmahamadpurkar5174 ปีที่แล้ว +2

    Hi, Your solutions are amazing.....can you bring a tutorial with how to generate Excel report of test cases for passed, failed, and skipped ....for Cucumber testng framework

  • @neerajattri9070
    @neerajattri9070 5 หลายเดือนก่อน

    Can you please share the interview questions as well. Thanks

  • @12345MBK
    @12345MBK 2 ปีที่แล้ว

    Hi mam you can start API testing selenium java

  • @ammotivational5605
    @ammotivational5605 2 ปีที่แล้ว

    java1.8 version ke liye nahi hoga kya jenkins installs

  • @HimaniSharma-lw5qx
    @HimaniSharma-lw5qx 8 หลายเดือนก่อน

    yes please

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

    Ma'am why we use jankins for test execution even we have already used eclipse ide ??

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

      Jenkins is used for continuous integration and continuous delivery....and eclipse is used to develop the code

  • @tejp33
    @tejp33 2 ปีที่แล้ว +3

    Maam I am taking coaching from one of private class for software testing but the teacher delaying my interview can you guess what is the scenario going on in market about job in this field

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

      Bdd

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

      I have done testing cource now very less cl get frm hr

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

      @@rahulpatil1220 can you give me your number please

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

      @@rahulpatil1220 ok

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

      @@rahulpatil1220 from which institute you done your course

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

    How I can create a .bat file in mac?

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

    maam how to run in intellije ??

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

    [INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ CucumberFramework ---
    [INFO] Nothing to compile - all classes are up to date.......Unable to execute from eclipse
    maven Test

  • @Haidarali-lf3sp
    @Haidarali-lf3sp 2 ปีที่แล้ว +1

    I am getting this error again an again even after updating project and all dependencies i mean maven-surfire-plugin
    Pls give some idea to get rid off this
    [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 17.294 s
    [INFO] Finished at: 2022-12-28T18:12:25+05:30
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project CucumberFramework