Wij slaan cookies op om onze website te verbeteren. Is dat akkoord? Ja Nee Meer over cookies »
Artikelnummer: 152020560

Automated Software Testing with Java Selenium Training

Artikelnummer: 152020560

Automated Software Testing with Java Selenium Training

198,00 239,58 Incl. btw

Automated Software Testing with Java Selenium E-Learning Training Gecertificeerde docenten Quizzen Assessments Tips trucs en Certificaat.

Lees meer
Kortingen:
  • Koop 2 voor €194,04 per stuk en bespaar 2%
  • Koop 3 voor €192,06 per stuk en bespaar 3%
  • Koop 4 voor €190,08 per stuk en bespaar 4%
  • Koop 5 voor €188,10 per stuk en bespaar 5%
  • Koop 10 voor €178,20 per stuk en bespaar 10%
  • Koop 25 voor €168,30 per stuk en bespaar 15%
  • Koop 50 voor €158,40 per stuk en bespaar 20%
Beschikbaarheid:
Op voorraad
Levertijd:
Voor 17:00 uur besteld! Start vandaag. Gratis Verzending.
  • Award Winning E-learning
  • De laagste prijs garantie
  • Persoonlijke service van ons deskundige team
  • Betaal veilig online of op factuur
  • Bestel en start binnen 24 uur

Automated Software Testing with Java Selenium E-Learning Training 

Ontgrendel de kracht van geautomatiseerd testen met onze Automated Software Testing met Java Selenium Training. Leer Selenium IDE gebruiken voor het opnemen en afspelen van testgevallen, beheers Selenium WebDriver voor nauwkeurige manipulatie van webelementen en implementeer geavanceerde testtechnieken. Krijg expertise in het automatiseren van UI-componenten, het omgaan met iframes en het gebruik van Chrome DevTools. Bouw een robuust testframework met het Page Object Model en integreer Allure-rapportage voor betere inzichten. Ontdek continue integratie met Jenkins, Maven en GitHub, en schaal tests met Selenium Grid. Omarm BDD met Cucumber voor een uitgebreide webtestoplossing. Boek nu en excelleer in geautomatiseerd softwaretesten!

Deze Learning Kit met meer dan 17 leeruren is verdeeld in drie sporen:

Cursusinhoud

Introducing Selenium & Locators: Hands-on Selenium IDE for Automated Testing

Course: 2 Hours, 33 Minutes

  • Course Overview
  • Introduction to Selenium for Testing
  • Installing the Selenium IDE
  • Recording and Playing Back Our First Test
  • Configuring Test Execution Speed and Exporting Test Files
  • Managing Test Cases, Test Suites, and Exporting Tests
  • Specifying Commands in Selenese
  • Recording and Playing Parts of a Test Case
  • Understanding Assert and Verify Commands
  • Exploring Wait For Commands
  • Debugging Selenium Tests
  • Storing Variables and Titles
  • Storing Text and Values
  • Implementing Conditional Statements
  • Implementing Loops
  • Writing and Invoking Reusable Tests
  • Running Tests Using the Selenium SIDE Runner
  • Course Summary

Introducing Selenium & Locators: Working with Locators in Selenium

Course: 2 Hours, 33 Minutes

  • Course Overview
  • Setting Up a Java Project to Run Selenium
  • Running Our First Selenium Test
  • Configuring Drivers Manually
  • Configuring Browser Options
  • Setting Up a Basic Test Framework
  • Navigating Using the Selenium WebDriver
  • Introducing Locators
  • Interacting with Web Elements
  • Locating Elements Using Class Names
  • Locating Multiple Elements and Searching a Subset of the Document Object Model (DOM)
  • Using Cascading Style Sheet (CSS) Selectors to Locate Elements
  • Using XPath, Link Text, and Partial Link Text to Select Elements
  • Using Relative Locators to Access Elements
  • Using the Actions API for Button Clicks
  • Performing Hover and Drag-Drop Using the Actions API
  • Performing Keyboard Actions Using the Actions API
  • Interacting with Radio Buttons and Checkboxes
  • Course Summary

Functional Testing with Selenium: Waiting Strategies & Window Management

Course: 1 Hour, 43 Minutes

  • Course Overview
  • Functional Testing With Selenium
  • Dealing with Dynamic Elements on Web Pages
  • Configuring Implicit Wait
  • Configuring Explicit Wait
  • Exploring Different Explicit Wait Conditions
  • Implementing More Explicit Wait Conditions
  • Configuring Waiting Using Fluent Wait
  • Opening and Switching to Tabs
  • Closing Tabs and Quitting Browsers
  • Windows and Window Management
  • Taking Fullscreen and Element Screenshots
  • Course Summary

Functional Testing with Selenium: Interacting with Complex UI Functionality

Course: 1 Hour, 49 Minutes

  • Course Overview
  • Parsing and Verifying Table Contents
  • Accessing and Verifying Contents of Nested Tables
  • Testing Static Dropdowns
  • Testing Dynamic Dropdowns
  • Testing Dynamic Multiselect
  • Automating the Date Picker
  • Identifying Broken Links
  • Switching to Iframes
  • Interacting with Multiple Iframes
  • Interacting with Nested Iframes
  • Handling Alerts
  • Confirming Alerts and Prompt Alerts
  • Course Summary

Functional Testing with Selenium: Advanced Selenium Features & Framework Design

Course: 2 Hours, 12 Minutes

  • Course Overview
  • Working with Cookies
  • Manipulating Cookies to Log In and Log Out
  • Uploading and Downloading Files
  • Exploring the Robot Class
  • Using the Robot Class for File Upload
  • Capturing Requests and Responses Using Chrome DevTools
  • Capturing Logs, Blocking Resources, and Configuring Security
  • Writing End-to-End Tests of the Checkout Flow
  • Designing Tests Using the Page Object Model
  • Using PageFactory to Eliminate Boilerplate Code
  • Using FindAll and FindBys Annotations
  • Course Summary

Advanced Selenium Frameworks: Integrating Allure Reports with Selenium

Course: 1 Hour, 12 Minutes

  • Course Overview
  • Integrate Reporting in Tests
  • Installing and Setting Up Allure
  • Exploring the Test Automation Framework and Test Suite
  • Generating and Viewing Allure Reports
  • Organizing Tests Using Hierarchies
  • Tagging Tests and Adding Steps
  • Viewing Retries and History Information in Allure
  • Course Summary

Advanced Selenium Frameworks: Continuous Integration Pipelines with Jenkins

Course: 1 Hour, 39 Minutes

  • Course Overview
  • Continuous Integration/Continuous Deployment (CI/CD) Pipelines
  • Installing and Setting up Jenkins
  • Setting up a Script to Run Tests
  • Executing Builds in Jenkins
  • Configuring an Agent Node and Executing Builds on the Agent
  • Committing Test Files to GitHub
  • Integrating Jenkins with Git
  • Running Scheduled Builds
  • Configuring Jenkins to Poll GitHub for Changes
  • Setting up a CI Pipeline Using GitHub Triggers
  • Configuring Email Notifications with Attached Allure Reports
  • Course Summary

Advanced Selenium Frameworks: Performing Logging Using Log4j

Course: 1 Hour, 6 Minutes

  • Course Overview
  • Log4j
  • Including Log4j Dependencies
  • Basic Logging with Log4j
  • Configuring Log4j Programmatically
  • Binding SLF4J to Log4j
  • Configuring Log4j Using the Properties File
  • Configuring Rolling Logs and Filters
  • Course Summary

Running Distributed Tests Using Selenium Grid

Course: 1 Hour, 57 Minutes

  • Course Overview
  • Selenium Grid
  • Configuring and Running Selenium Grid in Standalone Mode
  • Running and Monitoring Tests on Selenium Grid
  • Configuring Tests to Run in Parallel on Selenium Grid
  • Using Hub and Node Roles to Run Selenium Grid
  • Specifying a Browser and Platform for Tests
  • Configuring Hub and Node Components
  • Setting Up the Distributed Grid and Running Tests
  • Using Docker to Run the Hub and Node Grid Architecture
  • Running Tests on Selenium Grid Hosted on Docker
  • Managing Selenium Grid Using Docker Compose
  • Course Summary

Integrating Selenium with Cucumber

Course: 1 Hour, 8 Minutes

  • Course Overview
  • BDD with Cucumber
  • Running a Test Using Cucumber
  • Using Parameterized Annotations and Regular Expression Matching
  • Executing Multiple Scenarios and Tagging
  • Running Multiple Examples
  • Generating Reports and Running Tests in Parallel
  • Implementing End-to-End Tests
  • Course Summary

Assessment:

  • Final Exam: Selenium
Taal Engels
Kwalificaties van de Instructeur Gecertificeerd
Cursusformaat en Lengte Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur 17:52 uur
Assesments De assessment test uw kennis en toepassingsvaardigheden van de onderwerpen uit het leertraject. Deze is 365 dagen beschikbaar na activering.
Online Virtuele labs Ontvang 12 maanden toegang tot virtuele labs die overeenkomen met de traditionele cursusconfiguratie. Actief voor 365 dagen na activering, beschikbaarheid varieert per Training.
Online mentor U heeft 24/7 toegang tot een online mentor voor al uw specifieke technische vragen over het studieonderwerp. De online mentor is 365 dagen beschikbaar na activering, afhankelijk van de gekozen Learning Kit.
Voortgangsbewaking Ja
Toegang tot Materiaal 365 dagen
Technische Vereisten Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning Helpdesk en online kennisbank 24/7
Certificering Certificaat van deelname in PDF formaat
Prijs en Kosten Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie Wij beoordelen dit per situatie
Award Winning E-learning Ja
Tip! Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.

Er zijn nog geen reviews geschreven over dit product.

Loading...

OEM Office Elearning Menu Genomineerd voor 'Beste Opleider van Nederland'

OEM Office Elearning Menu is trots genomineerd te zijn voor de titel 'Beste Opleider van Nederland' door Springest, een onderdeel van Archipel. Deze erkenning bevestigt onze kwaliteit en toewijding. Hartelijk dank aan al onze cursisten.

Beoordelingen

Er zijn nog geen reviews geschreven over dit product.

25.000+

Deelnemers getrained

Springest: 9.1 - Edubookers 8.9

Gemiddeld cijfer

3500+

Aantal getrainde bedrijven

20+

Jaren ervaring

Nóg meer kennis

Lees onze meest recente blogartikelen

Bekijk alles