Пікірлер
@hanam6138
@hanam6138 5 күн бұрын
Thank you for the knowledge sharing, I can use it to build my framework based on my project I'm working in the company
@siva28099
@siva28099 10 күн бұрын
Can someone explain that why we need to create packages under src/main/java and why not in src/test/java ?
@hanam6138
@hanam6138 5 күн бұрын
you can ask AI platform
@blue_phoenix1576
@blue_phoenix1576 11 күн бұрын
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-24
@laxmi.shreee-24 12 күн бұрын
Very helpful
@kalyani-i4x
@kalyani-i4x 12 күн бұрын
Where did you create AbstractTestNGCucumberTests test class?
@kalyani-i4x
@kalyani-i4x 12 күн бұрын
hh
@kalyani-i4x
@kalyani-i4x 12 күн бұрын
Where did you create AbstractTestNGCucumberTests test
@shahzaibidreesahmed4827
@shahzaibidreesahmed4827 13 күн бұрын
Great video 💯
@corvusgaming9810
@corvusgaming9810 13 күн бұрын
its not generating logs
@Hamzakhan1o
@Hamzakhan1o 14 күн бұрын
Can you create a video on connecting remote devices with selenium grid?
@chanaka7518
@chanaka7518 16 күн бұрын
Thank you.. It's very easy to understand
@chanaka7518
@chanaka7518 16 күн бұрын
You made things easy to understand. Thank you
@chanaka7518
@chanaka7518 16 күн бұрын
Excellent
@durgalavanya4606
@durgalavanya4606 17 күн бұрын
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
@rajendrakumarnj4105
@rajendrakumarnj4105 20 күн бұрын
Good explanation for beginners of BDD approach. Thanks a lot for your wonderful efforts.
@samikshaparkar6755
@samikshaparkar6755 22 күн бұрын
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?
@rafatkinvadanti
@rafatkinvadanti 22 күн бұрын
does not fucking work !!!! fuck to GitHub
@Pasha-x5b
@Pasha-x5b 22 күн бұрын
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
@jigardubey4549
@jigardubey4549 23 күн бұрын
which IDE and java is best compatible for Cucumber-BDD, Can you please help me ?.
@sdetadda
@sdetadda 23 күн бұрын
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?
@dewanshbillore9985
@dewanshbillore9985 21 күн бұрын
@@sdetadda I need some help in the setup.
@FunLearn786
@FunLearn786 24 күн бұрын
Amazing description great help for beginners
@sdetadda
@sdetadda 23 күн бұрын
Glad it was helpful!
@nageswararaobandaru8799
@nageswararaobandaru8799 24 күн бұрын
Very useful video. Thank you for sharing.
@sdetadda
@sdetadda 23 күн бұрын
My pleasure
@samikshaparkar6755
@samikshaparkar6755 24 күн бұрын
@sdetadda thank you for this demo video, very much helpful
@sdetadda
@sdetadda 23 күн бұрын
You are welcome!
@shrikantbiradar1082
@shrikantbiradar1082 28 күн бұрын
Could you please provide the git repo url for the above video to save some time?
@riyashukla1717
@riyashukla1717 Ай бұрын
Thanks for uploading this video.
@sdetadda
@sdetadda 23 күн бұрын
Glad it helped!
@riyashukla1717
@riyashukla1717 Ай бұрын
Thanks for uploading.
@sdetadda
@sdetadda 23 күн бұрын
You're welcome!
@saakibminhaj7093
@saakibminhaj7093 Ай бұрын
Thanks, Got a subscriber
@W.6.28
@W.6.28 Ай бұрын
But we can create separate pom class to capture all web elements
@W.6.28
@W.6.28 Ай бұрын
Awesome brother simple 👏
@नादघोडाबैलशर्यतीचा
@नादघोडाबैलशर्यतीचा Ай бұрын
Is there any way where we can set the allure-results folder path at runtime..
@sdetadda
@sdetadda 23 күн бұрын
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
@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
@RahulMishra-x4u Ай бұрын
Nice explanation, thank you for the video sir
@sdetadda
@sdetadda 23 күн бұрын
Thank you!
@vinayreddy936
@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.
@sdetadda
@sdetadda 23 күн бұрын
Please share the code snippet? or error trace?
@AvinashSingh-bv6nn
@AvinashSingh-bv6nn Ай бұрын
Sir if i hate to test loginpage , dashboard page, myinfo page so i have to create page object model for each page????
@sdetadda
@sdetadda 23 күн бұрын
Yes, ideally you should create a separate page object class for each page (LoginPage, DashboardPage and MyInfoPage and etc....)
@fajarajipamungkas8265
@fajarajipamungkas8265 Ай бұрын
please help me, i can't access the tutorial ninja demo sir 🙏
@sdetadda
@sdetadda 23 күн бұрын
Make sure to follow the video till the end. It will give you a clear understanding of the Selenium framework...
@rohithng1400
@rohithng1400 Ай бұрын
I'm not able to use Assert.assertTrue command in Intellij eventhough testng plugin and dependecy are added, can u pls help?
@sdetadda
@sdetadda 23 күн бұрын
Rohit, Please ensure you have added the correct TestNG dependency in your pom.xml file. Reload/refresh the project if required.
@UmakantChauhan-q6r
@UmakantChauhan-q6r Ай бұрын
Very clear explanation👍
@essoapp
@essoapp Ай бұрын
Cool ,thank you
@sdetadda
@sdetadda 23 күн бұрын
Thanks!
@sibampaulchowdhury4216
@sibampaulchowdhury4216 2 ай бұрын
Thank you for the solution !!
@sdetadda
@sdetadda 23 күн бұрын
You're welcome!
@jbhatnagar1
@jbhatnagar1 2 ай бұрын
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
@deepayadav7155
@deepayadav7155 2 ай бұрын
Your voice❤🫣 also the tutorial 🎉
@gnaneshwarkatta4410
@gnaneshwarkatta4410 2 ай бұрын
what is difference between POM and PageFactory?
@Saikrishnaraju-o2c
@Saikrishnaraju-o2c 2 ай бұрын
but how to run files in the src folder
@Saikrishnaraju-o2c
@Saikrishnaraju-o2c 2 ай бұрын
good tutorial
@GouthamM-u8n
@GouthamM-u8n 2 ай бұрын
Sir, When there is a huge text file, how to replace complete sentences containing the word "Raghavendra" with other sentences?
@forreigncarrot235
@forreigncarrot235 2 ай бұрын
Is it best practice to automate visual design? Or should we focus on functionalities and behaviors?
@gundappadhole6527
@gundappadhole6527 2 ай бұрын
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??
@samikshaparkar6755
@samikshaparkar6755 24 күн бұрын
Hello sdet adda , I am also getting same error, can you please help me with this one
@gundappadhole6527
@gundappadhole6527 2 ай бұрын
Thanks for the explanation!!!
@shamanayak3316
@shamanayak3316 2 ай бұрын
Hi, How do I execute the same code in selenium Grid? What code to write for that?
@vishnumangalasseril
@vishnumangalasseril 2 ай бұрын
How we can use when running in gitlab pipeline
@scabendlin
@scabendlin 2 ай бұрын
U saved me from my misery.. Thankssss!!! 😅🎉🎉