Bestel deze unieke E-Learning Training Selenium Deep Dive online, 1 jaar 24/ 7 toegang tot rijke interactieve video’s, voortgangs door rapportage en testen.
Lees meer.
Volume voordeel
No discount
1 Piece
€192,39€159,00
2% Korting
2 Pieces
€188,54€155,82/ Stuk
3% Korting
3 Pieces
€186,62€154,23/ Stuk
7% Korting
5 Pieces
€178,92€147,87/ Stuk
10% Korting
10 Pieces
€173,15€143,10/ Stuk
15% Korting
25 Pieces
€163,53€135,15/ Stuk
22% Korting
50 Pieces
€150,06€124,02/ Stuk
30% Korting
100 Pieces
€134,67€111,30/ Stuk
50% Korting
200 Pieces
€96,20€79,50/ Stuk
Maak een keuze
Officieel examen Online of fysiek
Start nu – bekroonde e-learning Inclusief proefexamens & 24/7
ISO 9001 & 27001 werkwijze 1000+ organisaties gingen u voor
Maatwerk & gratis intake Inclusief nulmeting bij training
Productomschrijving
Selenium Deep Dive E-Learning Training
Bestel deze unieke E-Learning cursus Selenium Deep Dive online! ✔️ 1 jaar 24/7 toegang tot uitgebreide interactieve video's, stembegeleiding en voortgangsbewaking via gedetailleerde rapportages. ✔️ Directe feedback om jouw kennis over Selenium-automatiseringstesten naar een hoger niveau te tillen.
Waarom kiezen voor deze opleiding?
Selenium is een krachtig open-source framework voor webtoepassingstests dat door duizenden bedrijven wereldwijd wordt gebruikt. Deze diepgaande training biedt je alles wat je nodig hebt om Selenium optimaal te gebruiken en geavanceerde automatiseringstesten uit te voeren.
Wat je zult leren:
Geavanceerde Selenium-functionaliteiten: Begrijp hoe je Selenium WebDriver optimaal kunt benutten voor complexe testscripts.
Frameworkontwerp en implementatie: Leer hoe je robuuste testframeworks bouwt met best practices voor modulaire testautomatisering.
Integratie met andere tools: Ontdek hoe je Selenium integreert met CI/CD-tools zoals Jenkins en testframeworks zoals TestNG of JUnit.
Debugging en optimalisatie: Leer foutopsporingstechnieken en prestatie-optimalisatie voor snelle en efficiënte tests.
Cross-browser en cross-platform testen: Krijg inzicht in het uitvoeren van compatibiliteitstests op verschillende browsers en apparaten.
Wie zou moeten deelnemen?
Deze cursus is perfect voor:
Softwaretesters die hun vaardigheden in testautomatisering willen verbeteren met Selenium.
QA-specialisten die willen leren hoe ze robuuste en schaalbare automatiseringstests kunnen implementeren.
Ontwikkelaars die verantwoordelijk zijn voor geautomatiseerde tests in Agile- of DevOps-omgevingen.
IT-professionals die hun kennis over webautomatisering willen verdiepen.
Bedrijven die Selenium willen inzetten om hun testprocessen te verbeteren en versnellen.
Demo Selenium Deep Dive Training
Cursusinhoud
Selenium Deep Dive: Setting Up Selenium for Automated Testing
Course: 1 Hour, 12 Minutes
Course Overview
Selenium Features and Testing Types
Selenium Components and Test Life Cycle
Selenium Automation Framework
Setting up Selenium
Selenium and IDE Integration
Creating a PyCharm Python Test Script
Creating an Eclipse Python Test Script
Using Selenium with Unittest
Generating a Test Suite Execution Report
Using Assertions in Unittest
Course Summary
Selenium Deep Dive: Working with Selenium IDE
Course: 56 Minutes
Course Overview
Selenium IDE Features and Components
Installing and Creating Test Cases
Selenium IDE Dialog Box and Editor
Creating and Executing Test Scripts
Selenese Commands
Creating Test Cases Manually
Element Verification Selenium IDE Commands
Using Wait Commands
Automating Modal and Modeless Dialog Test
Custom User Extension
Course Summary
Selenium Deep Dive: Working With WebDriver
Course: 1 Hour, 19 Minutes
Course Overview
WebDriver Benefits
WebDriver Architecture
Setting up GeckoDriver
Working with WebDriver's Navigation Methods
Locators in Selenium
Using WebDriver Locators
Using Class Name and Tag Name
Using XPath as a Locator
Using CSS Selectors
Selectors for Modern Applications
Using Customized XPath Selectors
Fetching Attribute Values
Using Customized CSS Selectors
Course Summary
Selenium Deep Dive: Working with Selenium Grid & Patterns
Course: 1 Hour, 23 Minutes
Course Overview
Selenium Grid Features
Selenium Grid Architecture
Hub and Node for Selenium Grid
Parallel Test Execution
Troubleshooting Errors
Page Object Model
Page Object Classes
Object Repository Mechanism
Using Excel as a Data Source
Data Fetching with Data Provider
Managing Windows Authentication
Course Summary
Selenium Deep Dive: Component Testing with Selenium Framework
Course: 1 Hour, 13 Minutes
Course Overview
Application Architectures
Application Types
selectByIndex and deselectByIndex
Working with Frames
Alerts API
selectByValue and deselectByValue
select ByVisibleText and deselectByVisibleText
Testing Dropdowns
Working with Checkboxes
Using Multiple Checkboxes and Safechecks
Working with Confirmation Pop-ups
Prompt Pop-ups
Course Summary
Selenium Deep Dive: Automating Browser Windows & Authentication Tests
Course: 1 Hour, 4 Minutes
Course Overview
Web Application Technology and Frameworks
Handling Multiple Advertisement Windows
Authentication Windows in Firefox
Authentication Windows in Chrome
Using AutoIt
Performing Operations on New Windows
Switching Windows
Testing AutoComplete Textbox
Uploading Files with the sendKeys Method
Uploading Files Using AutoIt
Course Summary
Selenium Deep Dive: Managing Synchronization & Page Navigation
Course: 58 Minutes
Course Overview
Synchronization in Selenium WebDriver
Managing Keyboard and Mouse Events
Unconditional Synchronization
Conditional Synchronization
Implicit Wait and Fluent Wait
Setting Browser Dimensions
Resizing Web Elements
Scrolling to the Page Bottom
Scrolling by Page Coordinates
Scrolling to Page Elements
Downloading Files with Selenium WebDriver
Course Summary
Selenium Deep Dive: Security Test Automation
Course: 1 Hour, 1 Minute
Course Overview
Security Management
Untrusted SSL Certificates in Firefox
Security Certificates in Chrome
SSL Certificates in Internet Explorer
Parallel Testing
The Stale Element Exception
Adding Cookies
Deleting Cookies
Deleting Cookies With a Name
Calling and Parsing Cookies
Retrieving Cookies With a Specific Name
Course Summary
Selenium Deep Dive: Managing Modern Application Components
Course: 54 Minutes
Course Overview
Reading Data From Properties Files
Taking Screenshots With WebDriver
Testing Drag and Drop
Testing the Context Menu
Using jQuery DatePicker
Using Kendo UI DatePicker
Handling "Element Is Not Clickable at Point"
Extracting PDF Texts
Finding Broken or Invalid Images
Finding Broken Links on Web Pages
Course Summary
Selenium Deep Dive: Managing Data Elements Using Python & Selenium
Course: 48 Minutes
Course Overview
RC Server Test Execution
Selenium Python RegEx
Extracting Numeric Fields
Finding All href Elements
Getting Texts From Images
Executing JavaScript Using Selenium Python
Python Exception Logging Module
Selenium Python ActionChains
WebDriver Conditional Commands
Getting All Class Elements
Course Summary
Selenium Deep Dive: Integrating TestNG & Selenium
Course: 55 Minutes
Course Overview
Configurating TestNG
Managing Multiple Test Cases
Using Autogenerated XML and Reports
Creating a Dependency Between Test Cases
Integrating TestNG With Selenium
Implementing WebDriver Listeners
Implementing TestNG Listeners
Implementing Hard Assertion in Selenium TestNG
Implementing Soft Assertion in Selenium TestNG
Manually Creating TestNG XML Files
Course Summary
Selenium Deep Dive: Applying BDD & TDD Using Selenium
Course: 1 Hour, 18 Minutes
Course Overview1 MinuteCompletedActions
Behavior-driven Development (BDD) and Selenium
Configuring the behave BDD Framework
Using Arguments and Step Consolidation
Using a Step Definition With Page Object Planning
Implementing the Singleton Pattern
Test-driven Development (TDD) With Selenium
Implementing TDD With Selenium
Integrating Cucumber and Selenium
Implementing Data-driven Testing
Working With a Functional Test Scenario
Course Summary
Selenium Deep Dive: Test Enhancement Using BrowserStack
Course: 1 Hour, 6 Minutes
Course Overview
BrowserStack and Selenium
Configuring BrowserStack and WebDriver
Parallel Testing With BrowserStack and Selenium
Executing Tests on Desktops and Remote Browsers
Executing Tests on Device and Browser Combinations
Managing Security Certificates
Managing Flash and Popups in Browsers
Enhancing Selenium Test Execution
Integrating Lettuce and Selenium
Integrating Behave and Selenium
Course Summary
Selenium Deep Dive: Database & Log Management in Selenium Testing
Course: 1 Hour, 2 Minutes
Course Overview
Database and Log Management
EventListener and EventFiringWebDriver
Implementing Listener
Utilizing Databases With Selenium Python
Managing Cookies Using Selenium Python
Using Python Imaging Library With Selenium Python
Testing iframes Using Selenium Python
The Logging Concept
Managing Logs Using Selenium Python
Managing Exceptions in Test Cases
Course Summary1 MinuteNot StartedActions
Selenium Deep Dive: Use Cases for Web App Component Automated Testing
Course: 1 Hour, 24 Minutes
Course Overview
Web Application Lifecycle and Taxonomy
Automating Form Validation Testing
Testing for Asterisk Signs on Mandatory Fields
Automating Error Message Testing
Testing for Proper Year Field Validations
Testing for Proper Numeric Formats
Testing to Control Valid Text Field Entries
Testing Currency Fields With Constraints
Automating Confirmation Message Testing
Testing for Privacy Regulation
Testing to Confirm Proper Error Management
Testing Cookies for Valid Cookie Usage
Testing for Multi-factor Authentication
Testing for Animated GIFs
Password Attempt Testing
Course Summary
Selenium Deep Dive: Testing Single-page Applications
Course: 1 Hour, 33 Minutes
Course Overview
Single-page Applications
SPA Testing Frameworks
Using WebdriverIO
Testing WebSocket
Testing Auto Complete and Auto Suggest Controls
Testing Context Menus
Testing reCAPTCHAs
Executing WebDriver Tests on Android Emulator
Testing With Mobile User Agents
Executing Load Testing With Selenium
Integrating JMeter and Selenium
Microservice Testing
API Testing With Selenium Python
Implementing End-to-end Testing
Selenium Limitations
Course Summary
Ga aan de slag met Selenium Deep Dive!
✔️ Leer stap voor stap met uitgebreide interactieve video's en praktijkvoorbeelden om jouw vaardigheden te versterken. ✔️ Directe voortgangsbewaking via rapportages en oefeningen om je kennis in realtime te evalueren. ✔️ Word een expert in Selenium-automatiseringstesten en verbeter de kwaliteit en snelheid van je software-ontwikkeling.
Bestel nu jouw cursus en begin direct jouw diepgaande reis in Selenium-testautomatisering!
Specificaties
Artikelnummer
134610590
SKU
134610590
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
18:05 uur
Voortgangsbewaking
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
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.
Data Infrastructure with Apache Cassandra E-Learning Training Gecertificeerde do...
€239,58€198,00
Specificaties
Artikelnummer
134610590
SKU
134610590
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
18:05 uur
Voortgangsbewaking
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
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.
Wij gebruiken functionele en analytische cookies om onze website goed te laten werken en het gebruik ervan te meten met Google Analytics. Er worden geen persoonsgegevens gedeeld voor advertentiedoeleinden. Door op "Accepteren" te klikken, geeft u toestemming voor het plaatsen van deze cookies.
Cookies beheren