Thank you for the knowledge sharing, I can use it to build my framework based on my project I'm working in the company
@siva2809910 күн бұрын
Can someone explain that why we need to create packages under src/main/java and why not in src/test/java ?
@hanam61385 күн бұрын
you can ask AI platform
@blue_phoenix157611 күн бұрын
superb video. thanks for explaining every steps clearly, It would be helpful if you could share a github link with all the codes you are using.
@laxmi.shreee-2412 күн бұрын
Very helpful
@kalyani-i4x12 күн бұрын
Where did you create AbstractTestNGCucumberTests test class?
@kalyani-i4x12 күн бұрын
hh
@kalyani-i4x12 күн бұрын
Where did you create AbstractTestNGCucumberTests test
@shahzaibidreesahmed482713 күн бұрын
Great video 💯
@corvusgaming981013 күн бұрын
its not generating logs
@Hamzakhan1o14 күн бұрын
Can you create a video on connecting remote devices with selenium grid?
@chanaka751816 күн бұрын
Thank you.. It's very easy to understand
@chanaka751816 күн бұрын
You made things easy to understand. Thank you
@chanaka751816 күн бұрын
Excellent
@durgalavanya460617 күн бұрын
When I have created Maven project , only src/main/java and src/test/java but i didn't see resource related packages , can anyone please let me know
@rajendrakumarnj410520 күн бұрын
Good explanation for beginners of BDD approach. Thanks a lot for your wonderful efforts.
@samikshaparkar675522 күн бұрын
Hello, my test case is failing i think its because second page login page opens in other tab is there any way to handle this?
@rafatkinvadanti22 күн бұрын
does not fucking work !!!! fuck to GitHub
@Pasha-x5b22 күн бұрын
Hi , I'm facing issue like download file scenerio in java selenium working fine in local but same scenerio not working in remote jenkins.how to resolve this (jenkins workspace - building in workspace /var/jenkins_home/jobs/projectname/workspace..plz suggest me
@jigardubey454923 күн бұрын
which IDE and java is best compatible for Cucumber-BDD, Can you please help me ?.
@sdetadda23 күн бұрын
Feel free to go with any IDE for example, IntelliJ IDEA, Eclipse or VS Code. Let me know if you would like help setting things up?
@dewanshbillore998521 күн бұрын
@@sdetadda I need some help in the setup.
@FunLearn78624 күн бұрын
Amazing description great help for beginners
@sdetadda23 күн бұрын
Glad it was helpful!
@nageswararaobandaru879924 күн бұрын
Very useful video. Thank you for sharing.
@sdetadda23 күн бұрын
My pleasure
@samikshaparkar675524 күн бұрын
@sdetadda thank you for this demo video, very much helpful
@sdetadda23 күн бұрын
You are welcome!
@shrikantbiradar108228 күн бұрын
Could you please provide the git repo url for the above video to save some time?
@riyashukla1717Ай бұрын
Thanks for uploading this video.
@sdetadda23 күн бұрын
Glad it helped!
@riyashukla1717Ай бұрын
Thanks for uploading.
@sdetadda23 күн бұрын
You're welcome!
@saakibminhaj7093Ай бұрын
Thanks, Got a subscriber
@W.6.28Ай бұрын
But we can create separate pom class to capture all web elements
@W.6.28Ай бұрын
Awesome brother simple 👏
@नादघोडाबैलशर्यतीचाАй бұрын
Is there any way where we can set the allure-results folder path at runtime..
@sdetadda23 күн бұрын
Yes, you can set the allure results folder path dynamically at runtime in your project. By default, Allure generates the allure-results folder in the root of the project, but you can configure it to use a custom path using using system property at runtime or in your Code itself. mvn clean test -Dallure.results.directory=custom-results-folder or in your code also, for example- System.setProperty("allure.results.directory", "custom-results-folder");
@AbhitesterTester_akАй бұрын
Hello sir, can you share the link of the videos where you have explain about the code that you are copying from the notepad at 5.32 minutes of video.
@RahulMishra-x4uАй бұрын
Nice explanation, thank you for the video sir
@sdetadda23 күн бұрын
Thank you!
@vinayreddy936Ай бұрын
Sir , I have done the same as above. only chrome is getting executed. other two are getting skipped. could you please let me know what would be the reason.
@sdetadda23 күн бұрын
Please share the code snippet? or error trace?
@AvinashSingh-bv6nnАй бұрын
Sir if i hate to test loginpage , dashboard page, myinfo page so i have to create page object model for each page????
@sdetadda23 күн бұрын
Yes, ideally you should create a separate page object class for each page (LoginPage, DashboardPage and MyInfoPage and etc....)
@fajarajipamungkas8265Ай бұрын
please help me, i can't access the tutorial ninja demo sir 🙏
@sdetadda23 күн бұрын
Make sure to follow the video till the end. It will give you a clear understanding of the Selenium framework...
@rohithng1400Ай бұрын
I'm not able to use Assert.assertTrue command in Intellij eventhough testng plugin and dependecy are added, can u pls help?
@sdetadda23 күн бұрын
Rohit, Please ensure you have added the correct TestNG dependency in your pom.xml file. Reload/refresh the project if required.
@UmakantChauhan-q6rАй бұрын
Very clear explanation👍
@essoappАй бұрын
Cool ,thank you
@sdetadda23 күн бұрын
Thanks!
@sibampaulchowdhury42162 ай бұрын
Thank you for the solution !!
@sdetadda23 күн бұрын
You're welcome!
@jbhatnagar12 ай бұрын
Hello Raghav sir Please explain me why did u use “src/main/java” folder to create Selenium project Instead of “src/test/java” . It is confusing me Thanks
@deepayadav71552 ай бұрын
Your voice❤🫣 also the tutorial 🎉
@gnaneshwarkatta44102 ай бұрын
what is difference between POM and PageFactory?
@Saikrishnaraju-o2c2 ай бұрын
but how to run files in the src folder
@Saikrishnaraju-o2c2 ай бұрын
good tutorial
@GouthamM-u8n2 ай бұрын
Sir, When there is a huge text file, how to replace complete sentences containing the word "Raghavendra" with other sentences?
@forreigncarrot2352 ай бұрын
Is it best practice to automate visual design? Or should we focus on functionalities and behaviors?
@gundappadhole65272 ай бұрын
I am getting this errror :AILED CONFIGURATION: @BeforeMethod base.BaseTest.beforeMethodMethod org.testng.TestNGException: Parameter 'browser' is required by BeforeMethod on method beforeMethodMethod but has not been marked @Optional or defined: Can you please guide how it can be resolve sirji??
@samikshaparkar675524 күн бұрын
Hello sdet adda , I am also getting same error, can you please help me with this one
@gundappadhole65272 ай бұрын
Thanks for the explanation!!!
@shamanayak33162 ай бұрын
Hi, How do I execute the same code in selenium Grid? What code to write for that?