Udemy - Mastering Selenium - Building A Robust Production Framework

seeders: 2
leechers: 24
updated:
Added by freecoursewb in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...

Files

[ DevCourseWeb.com ] Udemy - Mastering Selenium - Building A Robust Production Framework
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Introduction
    • 1 - Create new Maven project.mp4 (7.1 MB)
    • 2 - Add project dependencies.mp4 (19.2 MB)
    • 3 - Getting to know the app.mp4 (7.0 MB)
    • 4 - Launching browsers.mp4 (33.7 MB)
    10 - CICD and Github Actions
    • 61 - Push our code to Github.mp4 (25.7 MB)
    • 62 - Configure Github actions to execute our code.mp4 (53.1 MB)
    • 62 - Mainyml file.txt (0.1 KB)
    • 63 - Execute our tests on cloud.mp4 (33.4 MB)
    • 64 - Configure Github action to build Allure report and store the history.mp4 (62.3 MB)
    • 64 - Mainyml file.txt (0.1 KB)
    • 65 - Deploy allure report to Github pages.mp4 (58.2 MB)
    • 66 - Check Allure history reports.mp4 (41.3 MB)
    • 67 - Complete Project Repository.html (0.1 KB)
    2 - Build our Test cases
    • 5 - Add Register Test case.mp4 (75.5 MB)
    • 6 - Add Todo Test case.mp4 (61.6 MB)
    • 7 - Delete Todo Test case.mp4 (44.5 MB)
    3 - Problems in our current design
    • 8 - Design problems part 1.mp4 (64.6 MB)
    • 9 - Design problems part 2.mp4 (22.4 MB)
    4 - Factory and Base Test
    • 10 - Create our main package.mp4 (7.6 MB)
    • 11 - Build the driver factory class.mp4 (34.9 MB)
    • 12 - Use faker to generate test data.mp4 (50.5 MB)
    • 13 - Build the Base Test class.mp4 (78.8 MB)
    • 14 - Build User model.mp4 (79.0 MB)
    • 15 - Improve User model constructor.mp4 (32.4 MB)
    5 - Stateless Page Objects The right way
    • 16 - Introduction to page object.mp4 (20.6 MB)
    • 17 - Register page elements.mp4 (23.2 MB)
    • 18 - Todo page elements.mp4 (32.0 MB)
    • 19 - New todo page elements.mp4 (12.0 MB)
    • 20 - Build the register step.mp4 (48.7 MB)
    • 21 - Build is welcome message displayed step.mp4 (24.4 MB)
    • 22 - Build click on plus icon step.mp4 (28.9 MB)
    • 23 - Build add todo step.mp4 (26.4 MB)
    • 24 - Finish all the remaining steps.mp4 (54.8 MB)
    • 25 - Register page singleton design.mp4 (66.3 MB)
    • 26 - Todo page singleton design.mp4 (36.3 MB)
    • 27 - New todo page singleton design.mp4 (29.3 MB)
    • 28 - Build the load step.mp4 (20.3 MB)
    6 - Lets make it Dynamic
    • 29 - Run tests from command line.mp4 (15.9 MB)
    • 30 - Support multiple browsers.mp4 (50.4 MB)
    • 31 - Create our properties files.mp4 (25.7 MB)
    • 32 - Fix properties files extension.mp4 (5.1 MB)
    • 33 - Read from property file.mp4 (27.8 MB)
    • 34 - Build read from property method.mp4 (34.1 MB)
    • 35 - Read base URL from the config file.mp4 (27.7 MB)
    • 36 - Support Multi Environments.mp4 (32.5 MB)
    7 - API steps in E2E automation
    • 37 - Introduction to API steps.mp4 (14.3 MB)
    • 38 - Add Rest Assured dependency.mp4 (15.4 MB)
    • 39 - Hit register API using Rest Assured.mp4 (42.5 MB)
    • 40 - User model as a request body.mp4 (14.2 MB)
    • 41 - Read the baseURI from the config file.mp4 (14.6 MB)
    • 42 - Extract response body values.mp4 (15.8 MB)
    • 43 - Build register using API method.mp4 (17.0 MB)
    • 44 - UserAPI Singleton design.mp4 (12.3 MB)
    • 45 - Selenium Cookies.mp4 (48.4 MB)
    • 46 - Inject cookies to browser.mp4 (34.8 MB)
    • 47 - Build register using API method.mp4 (32.2 MB)
    • 48 - Build the Todo API class.mp4 (33.8 MB)
    • 49 - Add Todo API body using String.mp4 (15.9 MB)
    • 50 - Add Todo API Auth.mp4 (24.4 MB)
    • 51 - Build Add Todo using API Step.mp4 (30.6 MB)
    • 52 - Update the test case to use the API step.mp4 (37.3 MB)
    8 - Parallel Execution
    • 53 - Add Maven Surefire plugin.mp4 (30.2 MB)
    • 54 - Why our test cases fail.mp4 (14.0 MB)
    • 55 - Use thread local.mp4 (46.9 MB)
    9 - Allure Reporting
    • 56 - Configure Allure Reporting.mp4 (55.4 MB)
    • 57 - Serve Allure HTML file.mp4 (38.7 MB)
    • 58 - Add Steps to allure reporting.mp4 (33.8 MB)
    • 59 - Attach screenshots to our Allure report.mp4 (65.2 MB)
    • 60 - Check the final report.mp4 (16.1 MB)
    • Bonus Resources.txt (0.4 KB)

Description

Mastering Selenium: Building A Robust Production Framework



https://DevCourseWeb.com

Published 6/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.19 GB | Duration: 4h 1m

Robust Framework for Real Project with Best Practices, Parallel Execution, CI/CD, Allure report hosting and more!

What you'll learn
Build Selenium framework project the right way!
Build stateless pages
Build Atomic test cases without depending on the user state or the the application state
Use API steps to make test faster! and avoid the flakiness.
Build a framework that supports multiple browsers
Build a framework that supports multiple environments
Design the framework that supports running test cases in parallel
Allure reporting including steps and screenshots!
Execute our test cases in cloud using Github Actions
Deploy Allure Report to Github pages!
History of allure reports!

Requirements
Basic knowledge of Java
Basic knowledge of Selenium
Have Maven Installed in your machine!
Have Java installed in your machine!



Download torrent
2.2 GB
seeders:2
leechers:24
Udemy - Mastering Selenium - Building A Robust Production Framework


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
2.2 GB
seeders:2
leechers:24
Udemy - Mastering Selenium - Building A Robust Production Framework


Torrent hash: DEA5FE5932A83160A6B036BDDCCD1014B920ADB4