Packt
Mastering Selenium WebDriver and Java Fundamentals

Ce cours n'est pas disponible en Français (France)

Nous sommes actuellement en train de le traduire dans plus de langues.
Packt

Mastering Selenium WebDriver and Java Fundamentals

Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

20 heures pour terminer
3 semaines à 6 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

20 heures pour terminer
3 semaines à 6 heures par semaine
Planning flexible
Apprenez à votre propre rythme

Ce que vous apprendrez

  • Grasp the architecture and history of Selenium WebDriver, and comprehend the installation and configuration of Java, Eclipse, and Maven.

  • Use Java programming skills to write and debug essential automation scripts, and execute Selenium tests on various browsers, managing configurations.

  • Inspect and interact with web elements using advanced techniques, handle synchronization issues, and automate complex web interactions.

  • Execute JavaScript, manage multiple windows and iFrames, and perform advanced actions with Actions class while handling common Selenium exceptions.

Compétences que vous acquerrez

  • Catégorie : Java programming
  • Catégorie : Selenium interview questions
  • Catégorie : Test Automation
  • Catégorie : Selenium setup
  • Catégorie : Selenium WebDriver

Détails à connaître

Obtenez un certificat professionnel

Ajouter à votre profil LinkedIn

Récemment mis à jour !

septembre 2024

Évaluations

8 devoirs

Enseigné en Anglais

Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées

Emplacement réservé

Élaborez votre expertise du sujet

Ce cours fait partie de la Spécialisation Selenium WebDriver 4 with Java - Zero To Hero
Lorsque vous vous inscrivez à ce cours, vous êtes également inscrit(e) à cette Spécialisation.
  • Apprenez de nouveaux concepts auprès d'experts du secteur
  • Acquérez une compréhension de base d'un sujet ou d'un outil
  • Développez des compétences professionnelles avec des projets pratiques
  • Obtenez un certificat professionnel partageable
Emplacement réservé
Emplacement réservé

Obtenez un certificat professionnel

Ajoutez cette qualification à votre profil LinkedIn ou à votre CV

Partagez-le sur les réseaux sociaux et dans votre évaluation de performance

Emplacement réservé

Il y a 21 modules dans ce cours

In this module, we will provide an overview of the course, introducing the key topics you will learn, the instructor's background, and the importance of Selenium WebDriver. Additionally, we will delve into the architecture of Selenium WebDriver and how it operates, along with ways to stay connected with the instructor.

Inclus

5 vidéos2 lectures

In this module, we will guide you through the installation and configuration of essential tools and plug-ins, including Java, Eclipse, and Maven, on both Mac and Windows systems. By the end of this section, you will have a fully set-up development environment ready for Selenium WebDriver projects.

Inclus

8 vidéos

In this module, we will cover fundamental Java concepts including writing your first program, understanding variables and data types, and exploring string methods and arrays. These concepts will provide a strong foundation for working with Java in Selenium WebDriver automation.

Inclus

7 vidéos1 devoir

In this module, we will introduce you to object-oriented programming concepts in Java, focusing on methods and classes. Through practical examples, you will learn how to implement methods, understand return types, and explore different classes used in Java programming.

Inclus

4 vidéos

In this module, we will delve into practical examples of getters, setters, and the 'this' keyword in Java. Additionally, we will explore the concept of constructors and their role in Java programming, enhancing your understanding of these key components.

Inclus

4 vidéos

In this module, we will guide you through setting up the Selenium WebDriver environment, including creating your first project and configuring it using Maven. You will also learn how to attach JavaDoc to your project and understand the new syntax introduced in Selenium 4.

Inclus

4 vidéos1 devoir

In this module, we will demonstrate how to run automated tests on various browsers, configure system paths for drivers, and use Selenium Manager. Additionally, you will learn about common interview questions related to running tests on different browsers, enhancing your test automation skills.

Inclus

9 vidéos

In this module, we will explore techniques for inspecting web elements using DevTools in various browsers. You will also learn how to install and use SelectorsHub, generate XPath, and handle disappearing elements, equipping you with advanced inspection skills for web automation.

Inclus

8 vidéos

In this module, we will cover multiple methods to locate web elements using attributes like id, XPath, name, linkText, partialLinkText, className, and tagName. These techniques will be applied in practical scenarios, and you will also gain insights into common interview questions on element location.

Inclus

5 vidéos1 devoir

In this module, we will delve into advanced locator strategies using CSS selectors. You will learn how to use id and class attributes, apply wildcards, and find child nodes, enhancing your ability to locate elements on a webpage effectively.

Inclus

4 vidéos

In this module, we will explore advanced XPath locators, covering the differences between absolute and relative XPath, and how to build effective XPath using various functions. You will also learn to identify parent and sibling nodes, applying these concepts in practical exercises.

Inclus

7 vidéos

In this module, we will cover various interactions with web elements, including clicking, typing, handling different element states, working with lists, dropdowns, and hidden elements. You will learn to implement these interactions in practical Selenium automation scenarios.

Inclus

12 vidéos1 devoir

In this module, we will introduce you to working with browser profiles and options. You will learn the significance of Firefox profiles, how to use them in Selenium automation codes, and configure Chrome options to work with extensions, enhancing your web automation capabilities.

Inclus

3 vidéos

In this module, we will explore useful methods and properties in Selenium WebDriver. You will learn how to retrieve text and attribute values, create generic methods to find elements, and refactor code using utility methods for checking element presence, improving your automation efficiency.

Inclus

6 vidéos

In this module, we will address handling synchronization issues in Selenium WebDriver. You will learn the differences between implicit and explicit waits, how to implement them, and develop generic methods to handle synchronization issues, along with insights into related interview questions.

Inclus

6 vidéos1 devoir

In this module, we will cover advanced interactions in Selenium WebDriver, including working with calendar date pickers, dynamic dropdowns, and capturing screenshots. You will learn through practical and real-time examples, enhancing your web automation skills.

Inclus

6 vidéos

In this module, we will explore executing JavaScript commands using Selenium WebDriver. You will learn how to scroll elements into view, determine window size, and click elements using JavaScript, applying these techniques in practical automation scenarios.

Inclus

5 vidéos

In this module, we will cover techniques for switching focus between multiple windows and iFrames, handling JavaScript pop-ups, and traversing the DOM to find iFrame attributes, enhancing your ability to manage complex web application scenarios in automation.

Inclus

5 vidéos1 devoir

In this module, we will introduce you to the Actions class in Selenium WebDriver. You will learn how to perform mouse hover actions, drag and drop elements, and work.

Inclus

3 vidéos

In this module, we will explore how to simulate keyboard keypress events using Selenium WebDriver and Java. You will learn how to perform individual keypress actions, send key combinations, and utilize the Actions class for handling complex keypress events, enhancing your test automation capabilities.

Inclus

4 vidéos

In this module, we will tackle some of the most common exceptions faced when using Selenium WebDriver, including "NoSuchElementException", "Element Not Clickable at Point", "Stale Element Exception", and "Element Not Interactable". Through practical examples, you will learn how to identify and handle these exceptions effectively, preparing you for related interview questions and enhancing your troubleshooting skills in test automation.

Inclus

5 vidéos1 lecture2 devoirs

Instructeur

Packt - Course Instructors
Packt
353 Cours6 667 apprenants

Offert par

Packt

Recommandé si vous êtes intéressé(e) par Software Development

Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?

Felipe M.
Étudiant(e) depuis 2018
’Pouvoir suivre des cours à mon rythme à été une expérience extraordinaire. Je peux apprendre chaque fois que mon emploi du temps me le permet et en fonction de mon humeur.’
Jennifer J.
Étudiant(e) depuis 2020
’J'ai directement appliqué les concepts et les compétences que j'ai appris de mes cours à un nouveau projet passionnant au travail.’
Larry W.
Étudiant(e) depuis 2021
’Lorsque j'ai besoin de cours sur des sujets que mon université ne propose pas, Coursera est l'un des meilleurs endroits où se rendre.’
Chaitanya A.
’Apprendre, ce n'est pas seulement s'améliorer dans son travail : c'est bien plus que cela. Coursera me permet d'apprendre sans limites.’
Emplacement réservé

Ouvrez de nouvelles portes avec Coursera Plus

Accès illimité à plus de 7 000 cours de renommée internationale, à des projets pratiques et à des programmes de certificats reconnus sur le marché du travail, tous inclus dans votre abonnement

Faites progresser votre carrière avec un diplôme en ligne

Obtenez un diplôme auprès d’universités de renommée mondiale - 100 % en ligne

Rejoignez plus de 3 400 entreprises mondiales qui ont choisi Coursera pour les affaires

Améliorez les compétences de vos employés pour exceller dans l’économie numérique

Foire Aux Questions