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
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
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.
You are most welcome. I am glad videos are helpful. Stay connected.
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. 🙏
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
I am glad videos are helpful. Thanks for visit. Keep watching!
Thank you... You are very good in teaching ....
Thank you so much .....🙏
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 ()..
very helpful
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... 😌
Sure. Very soon. Thank you.stay connected
🙏🏻
can we create object of custpage and addnewcustpage in base class?
We can create but it is not recommended approach
On login into this application, I am getting Verify you are human checkbox..How to handle this??
I'm also face same problem...bro..how to handle this issue
How to take screenshort of fail test case in Cucumber
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.
@@codestudioByPrachi for that we need listener which is the interface available in testNG but here we use junit so how to use it
@@chandrakantmahajan6253 use hook @After annotation to capture screenshot of failed test scenario. Hooks are like listeners in testng.
@@codestudioByPrachi You are great , Mam ! Prays for your success. Lots of love nad support from Pakistan
I am glad videos are helpful. Thank you. Stay connected.
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... 😌