240 likes | 781 Views
(** Selenium Training: https://www.edureka.co/testing-with-selenium-webdriver **)<br>This u2018Selenium Maven with Eclipseu2019 PPT by Edureka helps you understand how to implement a Selenium Maven project using the Eclipse IDE. Below topics are covered in this PPT:<br><br>Selenium and its features?<br>Use case of Selenium<br>Introduction to Maven<br>Use case of Maven<br>Introduction to Selenium Maven<br>Advantages<br>Use case of Selenium Maven<br><br>Follow us to never miss an update in the future.<br>Instagram: https://www.instagram.com/edureka_learning/<br>Facebook: https://www.facebook.com/edurekaIN/<br>Twitter: https://twitter.com/edurekain<br>LinkedIn: https://www.linkedin.com/company/edureka
E N D
Agenda Use case of Selenium Selenium and its features 02 01 03 03 04 Introduction Introduction to maven to maven Use case of maven 05 06 Introduction to Selenium maven Advantages 07 Use case of Selenium maven Selenium Certification Training www.edureka.co/testing-with-selenium-webdriver
Selenium and its features To test web applications 01 Selenium is used to automate web applications Open source portable framework 02 Supports cross browsing 03 Selenium Certification Training www.edureka.co/testing-with-selenium-webdriver
Use case of Selenium Copyright © 2019, edureka and/or its affiliates. All rights reserved.
Use case of Selenium ❑ Latest version of Java installed ❑ Latest Eclipse-IDE installed ❑ Selenium plugins: Selenium Standalone Server, Selenium IDE ❑ Browser driver for different platforms Selenium Certification Training www.edureka.co/testing-with-selenium-webdriver
Introduction to Maven Copyright © 2019, edureka and/or its affiliates. All rights reserved.
What is Maven? Maven is a build automation tool to run java projects. It helps in project build, dependency and documentation. Ability to work with multiple projects at the same time. Selenium Certification Training www.edureka.co/testing-with-selenium-webdriver
Maven Project Structure Package src Main Java Resources Test Target Java Pom.xml Resources Selenium Certification Training www.edureka.co/testing-with-selenium-webdriver
Introduction to Selenium-Maven Copyright © 2019, edureka and/or its affiliates. All rights reserved.
Selenium-Maven Selenium is an automation testing tool. Download the dependencies and add onto the Selenium project Selenium uses Maven dependencies and TestNG Maven dependencies can be run across different platforms Dependencies are added onto the pom.xml files Selenium Certification Training www.edureka.co/testing-with-selenium-webdriver
Advantages Copyright © 2019, edureka and/or its affiliates. All rights reserved.
Advantages Provides guild lines for better project management practices More powerful builds Run the tests faster Selenium Maven Helps in reducing duplication It allows to build project using project object model (POM) Helps in maintaining records Selenium Certification Training www.edureka.co/testing-with-selenium-webdriver
Use case of Selenium-Maven Copyright © 2019, edureka and/or its affiliates. All rights reserved.
Selenium Certification Training www.edureka.co/testing-with-selenium-webdriver