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

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2025
  • Cucumber BDD Framework Development (selenium + Java) in Hindi #04 | With Practical Demonstration. I have used Eclipse IDE for practical demonstration.
    Given below is a link of video I mentioned in this video.
    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
    Source code GitHub link:
    github.com/pra...
    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
    💖
    #CucumberTutorial
    #@Tags
    #ExecuteMultipleFeatureFiles
    #BaseClass
    #Reports(html,json,xml)
    #AddNewFeature
    #Gherkhin
    #seleniumwebdriver
    #Java
    #BDD
    #FeatureFie
    #StepDefinitionFile
    #TestRunner
    #PageObjectModel
    #CucumberOptions

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

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

    11:45 just a suggestion we can enable auto save from settings and 14:20 you can right click and directly open on web browser ....your videos are great

  • @ManjunathManu-ie8ve
    @ManjunathManu-ie8ve ปีที่แล้ว +1

    I had a zero knowledge on creating framework from a scratch, these cucumber series helped me lot to create framework in my organization. Thank you lot for this wisdom.

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

      You are most welcome. I am glad videos are helpful. Stay connected.

  • @pushpyadav4726
    @pushpyadav4726 10 หลายเดือนก่อน

    I went through whole tutorial videos from this session and must say very informative and easy to understand the overall process. Thank you so much for making such a great tutorial videos. 🙏

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

    you are funtastic mam, it is veryy good for us keep creatig this type series,thanks alot for that. i am learning to much about selenium beacause of you.thanks mam

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

      I am glad videos are helpful. Thanks for visit. Keep watching!

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

    Thank you... You are very good in teaching ....

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

    Thank you so much .....🙏

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

      When I am using a driver. Quit().... Getting not such exception tried to run command without establishing a connection... Driver. Close () and then driver. Quit ()..

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

    very helpful

  • @AbhishekSingh-on9qb
    @AbhishekSingh-on9qb 2 ปีที่แล้ว +1

    Can you please🙏 make a video on theoretical concepts of software testing like different types of testing : sanity, regression, smoke, functional, non functional etc. and many more which you feels are important to know....🙏🙂
    And thank you very much for sharing ur knowledge with us... 😌

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

    🙏🏻

  • @prasadsakarkar8241
    @prasadsakarkar8241 2 หลายเดือนก่อน

    can we create object of custpage and addnewcustpage in base class?

  • @nonu43db
    @nonu43db 3 หลายเดือนก่อน

    On login into this application, I am getting Verify you are human checkbox..How to handle this??

    • @subhasis6502
      @subhasis6502 2 หลายเดือนก่อน

      I'm also face same problem...bro..how to handle this issue

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

    How to take screenshort of fail test case in Cucumber

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

      You can use TakeScreenshot method which notifies the WebDriver to take the screenshot.
      //Convert web driver object to TakeScreenshot
      TakesScreenshot scrShot =((TakesScreenshot)webdriver);
      //Call getScreenshotAs method to create image file
      File SrcFile=scrShot.getScreenshotAs(OutputType.FILE);
      //Move image file to new destination
      File DestFile=new File(fileWithPath);
      //Copy file at destination
      FileUtils.copyFile(SrcFile, DestFile);
      I hope this helps.

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

      @@codestudioByPrachi for that we need listener which is the interface available in testNG but here we use junit so how to use it

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

      @@chandrakantmahajan6253 use hook @After annotation to capture screenshot of failed test scenario. Hooks are like listeners in testng.

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

      @@codestudioByPrachi You are great , Mam ! Prays for your success. Lots of love nad support from Pakistan

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

      I am glad videos are helpful. Thank you. Stay connected.

  • @AbhishekSingh-on9qb
    @AbhishekSingh-on9qb 2 ปีที่แล้ว

    Can you please🙏 make a video on theoretical concepts of software testing like different types of testing : sanity, regression, smoke, functional, non functional etc. and many more which you feels are important to know....🙏🙂
    And thank you very much for sharing ur knowledge with us... 😌