Selenium WebDriver Tutorial #7 - Maven Introduction and Installation

  Рет қаралды 161,564

Software Testing Mentor

Software Testing Mentor

Күн бұрын

Пікірлер: 44
@manoj_mafiosi
@manoj_mafiosi Жыл бұрын
**Maven Introduction and Installation - Notes:** 1. **Introduction to Maven:** - Maven is a dependency management and build management tool used in Selenium automation. - It simplifies the process of managing external jars and dependencies across team members. - Manual dependency management can lead to compatibility issues and effort synchronization problems. 2. **The Need for Maven:** - Maven ensures consistency across the team by automatically downloading and configuring required dependencies. - It manages Selenium WebDriver, browser drivers, and utility jars effortlessly. 3. **Dependency Management with Maven:** - Maven ensures all team members use the same version of dependencies, avoiding conflicts. - Different developers can have specific dependency versions for their tasks. - It simplifies the management of browser drivers, updating them automatically for all team members. 4. **Maven Installation:** - Maven comes pre-packaged with Eclipse, eliminating the need for a separate installation within Eclipse. - For using Maven as a build tool via the command line: - Download the Maven binary zip archive from the official website. - Extract the contents to a specific location (e.g., C:\Maven). - Set up the "MVN_HOME" environment variable pointing to the Maven directory. - Add the Maven "bin" directory (e.g., C:\Maven\bin) to the "PATH" environment variable. - Verify Maven installation by opening the command prompt and typing "mvn version."
@GrumpyStoic
@GrumpyStoic Жыл бұрын
These tutorials are SO good. You're filling in some blanks for me so it's much appreciated.
@PraveenKumar-zl9ho
@PraveenKumar-zl9ho 3 жыл бұрын
More than institute....the concept was very clear in this series....i was learning selenium easily now....tq sir!👍
@taraduttpanigrahi5944
@taraduttpanigrahi5944 3 жыл бұрын
I am a big fan of Manish sir and testing mentor. Thanks a lot.
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Thank you Taradutt! I am glad the tutorials are helpful. Keep learning
@pushpyadav4726
@pushpyadav4726 10 ай бұрын
Thank you for the Tutorial. It is so easy to understand and you have explained each and every points in details and it makes so easy to understand.
@softwaretestingmentor
@softwaretestingmentor 10 ай бұрын
Glad it was helpful! Keep watching and sharing.
@yanyan7325
@yanyan7325 3 жыл бұрын
Thank you so much for this tutorial sir, i learned a lot and follow all the guides clearly. It works also on my end as well.
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Thank you Yan! I am glad my work is helpful!
@reyanshsingh9036
@reyanshsingh9036 3 жыл бұрын
The explanation is detail ed and easy to understand ☺️ some good stuff for study and knowledge 🐱
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Glad it was helpful! Keep watching.
@VladGameStory
@VladGameStory Жыл бұрын
Here's the correct sequence of commands assuming your Maven installation directory is "C:\maven\apache-maven-3.9.3": Open a command prompt by pressing Win + R, typing "cmd," and hitting Enter. Change the directory to the Maven bin directory by running the following command: bash Copy code cd C:\maven\apache-maven-3.9.3\bin Once you are in the bin directory, run the "mvn --version" command: css Copy code mvn --version This should display the version information of Maven if it is correctly installed in the specified directory.
@anaisry
@anaisry 3 жыл бұрын
Amazing course Thanks a lot, the explanation is really easy to understand XD love it
@KavitaRawatWorld
@KavitaRawatWorld 10 ай бұрын
Hello Sir, Just started following this series..i have a question how would i set up new project and how it will loaded to GIT and how to show anyone our automation suppose we learnt this series and one project we started to build then how the code it loaded to git then show to the Team.
@kawsalyadevi5315
@kawsalyadevi5315 2 ай бұрын
Hi sir, When there is already maven is present in eclipse? Why do we need to install it separately? What is the use?
@kennethvillaruel7948
@kennethvillaruel7948 4 жыл бұрын
so worth it watch these videos... great job creator... so detailed content
@softwaretestingmentor
@softwaretestingmentor 4 жыл бұрын
Hi Kenneth, Thank you very much! I am Glad they are helpful! Regards,Manish
@kennethvillaruel7948
@kennethvillaruel7948 4 жыл бұрын
@@softwaretestingmentor welcome sir
@anandukarayil
@anandukarayil 2 жыл бұрын
Really thankful sir , its very easy and useful
@mitaleeghosh4824
@mitaleeghosh4824 4 жыл бұрын
Thanku so much sir Very nice explanation
@softwaretestingmentor
@softwaretestingmentor 4 жыл бұрын
Thank you Mitalee, Glad you liked it. Please share so that others can benefit as as well. Regards, Manish
@TienTrinh-nr3hx
@TienTrinh-nr3hx 3 жыл бұрын
thank u so much
@NikhilSingh-ou2qm
@NikhilSingh-ou2qm Жыл бұрын
Great work sirr💗🥺
@softwaretestingmentor
@softwaretestingmentor Жыл бұрын
Thanks ✌️ Keep watching for more videos and tutorials.
@rahulchawla7165
@rahulchawla7165 4 жыл бұрын
Thank you sir for the detail explanantion
@softwaretestingmentor
@softwaretestingmentor 4 жыл бұрын
Hi Rahul, thank you very much, I am glad they are helpful. Regards,Manish
@aishwaryachannur5764
@aishwaryachannur5764 6 ай бұрын
Thanks
@softwaretestingmentor
@softwaretestingmentor 5 ай бұрын
Welcome
@studiesonsoftwaretesting9768
@studiesonsoftwaretesting9768 3 жыл бұрын
Good video
@vanshvlogs7867
@vanshvlogs7867 4 жыл бұрын
Very well explained
@softwaretestingmentor
@softwaretestingmentor 4 жыл бұрын
Thanks for liking
@PIYUSHSINGH-ux7lr
@PIYUSHSINGH-ux7lr 2 жыл бұрын
thanks a lot sir
@pratikshashelar3383
@pratikshashelar3383 3 жыл бұрын
how can i fixed this error..........The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program
@poojabharti9012
@poojabharti9012 3 жыл бұрын
Sir I have eclipse and using it on ubantu. Is it necessary to install maven?
@ravali0623
@ravali0623 Жыл бұрын
Hi Sir, I have an error while setting up the environment variables. After checking up in CMD prompt, it says: 'maven' is not recognized as an internal or external command, operable program or batch file. Please help. Thank you.
@mansisatpute3984
@mansisatpute3984 Жыл бұрын
same issue faced
@sonimolpk7155
@sonimolpk7155 Жыл бұрын
@@mansisatpute3984 Make sure JAVA_HOME system variable must have till jdk e.g C:\Program Files\Java\jdk1.7.0_80 , don't append bin here. Because MAVEN will look for jre which is under C:\Program Files\Java\jdk1.7.0_80 Set %JAVA_HOME%\bin in classpath .
@SwethaAmmu-g9j
@SwethaAmmu-g9j 3 ай бұрын
I don't know it's very tough to Download to setup the application software
@manecioputik7668
@manecioputik7668 3 жыл бұрын
Great work sir. Just one question. I'm using VS CODE right now. Do i have to setup maven individually on every project that I will create? Is there an option to just set it up once?
@satishvinukonda8133
@satishvinukonda8133 2 ай бұрын
Hi Iam facing one issue while checking the path in CMD . it is showing that the pom project is missing .why it is happening .any one help me out.
@yashwanthe8936
@yashwanthe8936 11 ай бұрын
Is there any GITHub link for the Code?
@saitejaswichakravaram7406
@saitejaswichakravaram7406 3 жыл бұрын
sir, in my laptop I already have an eclipse, but in that maven is not their sir I checked for updates even, I am not able to install a maven in my eclipse could you plz help me out sir ...
@ashwinideshmukh6051
@ashwinideshmukh6051 2 жыл бұрын
I downloaded eclipse ide and java jdk successfully but I can't import any browser driver class.only 3qiuck fixes are available ... Create class ie driver Create record ierecord Fix project setup
@dilawarkhan4085
@dilawarkhan4085 4 жыл бұрын
we have to enter the BIN files location in the path
Selenium WebDriver Tutorial #8 - How to Manage Dependencies with Maven
15:01
Software Testing Mentor
Рет қаралды 126 М.
Selenium WebDriver Tutorial #10 - How to Write First TestCase in Selenium
15:42
Software Testing Mentor
Рет қаралды 199 М.
SIZE DOESN’T MATTER @benjaminjiujitsu
00:46
Natan por Aí
Рет қаралды 3,8 МЛН
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 237 МЛН
Selenium WebDriver Tutorial #5 - How to Setup Selenium WebDriver in Eclipse IDE
22:13
Downloading and Setting up Selenium WebDriver
12:49
H Y R Tutorials
Рет қаралды 82 М.
Selenium WebDriver Tutorial #9 - How to use WebDriver Manager
10:49
Software Testing Mentor
Рет қаралды 113 М.
Selenium WebDriver Tutorial #14 - What are the Basic Methods in WebDriver Interface
16:43
Maven Tutorial - Crash Course
26:08
Marco Codes
Рет қаралды 183 М.