Selenium WebDriver Tutorial #7 - Maven Introduction and Installation

Поділитися
Вставка
  • Опубліковано 4 сер 2024
  • Get all my courses for USD 5.99/Month - bit.ly/all-courses-subscription
    ❖ FREE Training's at training.rcvacademy.com ❖
    In this Selenium Webdriver Tutorial we will learn about Maven, maven introduction and installation. Maven is a dependency and build management tool which is very helpful in managing dependencies selenium automation.
    We will understand the pain points in managing dependencies with selenium automation and how maven can resolve all those issues for you and your team.
    Help me in spreading the knowledge, please hit LIKE, SHARE and SUBSCRIBE for latest tutorials.
    More tutorial playlists below:
    ❖JIRA BEGINNER TUTORIAL❖ bit.ly/jira-beginner-tutorial
    ❖JIRA WORKFLOW TUTORIAL❖ bit.ly/2EzKOEB
    ❖JIRA ADMINISTRATION TUTORIAL❖ bit.ly/36MPPFR
    ❖JIRA TUTORIAL INTERMEDIATE❖ bit.ly/Atlassian-JIRA-tutorial... TUTORIALS❖ bit.ly/jira-tutorials
    ❖ZEPHYR TUTORIAL❖ bit.ly/zephyr-for-jira-tutorials
    ❖ SOAPUI TUTORIAL❖ bit.ly/Sopui-tutorial
    ❖ JSONPath TUTORIAL❖ bit.ly/2sIZIFG
    ❖ POSTMAN TUTORIAL❖ bit.ly/2PBbhI7
    ❖ ISTQB AGILE TESTER CERTIFICATION TUTORIAL❖ bit.ly/istqb-agile-tester-cert...
    ❖ ISTQB FOUNDATION LEVEL CERTIFICATION TUTORIAL ❖bit.ly/istqb-foundation-level-...
    ❖CUCUMBER SELENIUM TUTORIAL❖ bit.ly/cucumber-selenium-tutorial
    ❖TESTRAIL TUTORIAL❖ bit.ly/testrail-tutorial
    ❖AGILE TUTORIALS❖ bit.ly/agile-tutorials
    ❖PYTHON TUTORIALS❖ bit.ly/python-programming-tuto...
    ❖PYTHON BEHAVE TUTORIALS❖ bit.ly/python-behave-tutorial
    ❖PRACTITEST TUTORIAL❖ bit.ly/practitest-tutorial
    ❖JAVA TUTORIAL❖ bit.ly/2F1iL1B
    ❖ZEPHYR TUTORIAL❖ bit.ly/zephyr-for-jira-tutorials
    ❖ TRAININGS ON RCV ACADEMY PORTAL ❖
    bit.ly/learn-practitest
    bit.ly/learn-jira-in-4-hours
    bit.ly/jira-beginner-training
    bit.ly/learn-confluence
    bit.ly/ISTQB-foundation-certif...
    ❖ FOLLOW US ON TWITTER ❖
    / rcvacademy
    / swtmentor
    / mrmverma
    ❖ LIKE US ON FACEBOOK ❖
    / softwaretestingmentor
    / rcvacademy47
    ❖ OUR TUTORIAL WEBSITES ❖
    www.softwaretestingmentor.com
    www.rcvacademy.com
    ❖ GET MY TRAININGS ON UDEMY ❖
    www.udemy.com/user/manish68/
    #SeleniumTutorial #SeleniumTraining #TestAutomation #SeleniumWebDriverTutorial #SeleniumWebDriver #SoftwareTesting #RcvAcademy #SoftwareTestingMentor

КОМЕНТАРІ • 41

  • @GrumpyStoic
    @GrumpyStoic Рік тому +2

    These tutorials are SO good. You're filling in some blanks for me so it's much appreciated.

  • @PraveenKumar-zl9ho
    @PraveenKumar-zl9ho 3 роки тому +2

    More than institute....the concept was very clear in this series....i was learning selenium easily now....tq sir!👍

  • @anaisry
    @anaisry 2 роки тому +2

    Amazing course Thanks a lot, the explanation is really easy to understand XD love it

  • @yanyan7325
    @yanyan7325 3 роки тому +2

    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.

  • @manoj_mafiosi
    @manoj_mafiosi Рік тому +9

    **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."

  • @taraduttpanigrahi5944
    @taraduttpanigrahi5944 3 роки тому +2

    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

  • @anandukarayil
    @anandukarayil Рік тому

    Really thankful sir , its very easy and useful

  • @pushpyadav4726
    @pushpyadav4726 6 місяців тому

    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.

  • @reyanshsingh9036
    @reyanshsingh9036 3 роки тому +2

    The explanation is detail ed and easy to understand ☺️ some good stuff for study and knowledge 🐱

  • @TienTrinh-nr3hx
    @TienTrinh-nr3hx 2 роки тому +2

    thank u so much

  • @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?

  • @rahulchawla7165
    @rahulchawla7165 3 роки тому +1

    Thank you sir for the detail explanantion

    • @softwaretestingmentor
      @softwaretestingmentor  3 роки тому

      Hi Rahul, thank you very much, I am glad they are helpful. Regards,Manish

  • @vanshvlogs7867
    @vanshvlogs7867 3 роки тому +1

    Very well explained

  • @PIYUSHSINGH-ux7lr
    @PIYUSHSINGH-ux7lr 2 роки тому

    thanks a lot sir

  • @studiesonsoftwaretesting9768
    @studiesonsoftwaretesting9768 3 роки тому +2

    Good video

  • @kennethvillaruel7948
    @kennethvillaruel7948 3 роки тому +1

    so worth it watch these videos... great job creator... so detailed content

  • @mitaleeghosh4824
    @mitaleeghosh4824 4 роки тому +1

    Thanku so much sir
    Very nice explanation

    • @softwaretestingmentor
      @softwaretestingmentor  4 роки тому +1

      Thank you Mitalee, Glad you liked it. Please share so that others can benefit as as well. Regards, Manish

  • @NikhilSingh-ou2qm
    @NikhilSingh-ou2qm Рік тому

    Great work sirr💗🥺

  • @poojabharti9012
    @poojabharti9012 3 роки тому

    Sir I have eclipse and using it on ubantu. Is it necessary to install maven?

  • @aishwaryachannur5764
    @aishwaryachannur5764 2 місяці тому

    Thanks

  • @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 ...

  • @pratikshashelar3383
    @pratikshashelar3383 2 роки тому +1

    how can i fixed this error..........The JAVA_HOME environment variable is not defined correctly
    This environment variable is needed to run this program

  • @dilawarkhan4085
    @dilawarkhan4085 3 роки тому +1

    we have to enter the BIN files location in the path

  • @KavitaRawatWorld
    @KavitaRawatWorld 6 місяців тому

    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.

  • @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

  • @yashwanthe8936
    @yashwanthe8936 7 місяців тому

    Is there any GITHub link for the Code?

  • @ravali0623
    @ravali0623 Рік тому +1

    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 Рік тому +1

      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 .

  • @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.