Automating Web Testing with Selenium and Python [Video]
Automating Web Testing with Selenium and Python [Video]
English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 3h 47m | 811 MB
eLearning | Skill level: All Levels
Automating Web Testing with Selenium and Python [Video]: Developing reliable and accurate web testing automation with Selenium WebDriver and Python
Selenium WebDriver is one of the most sought-after skills on this planet, and you can learn it today. One of the worst drags in the application development process is the testing phase. And the pressure to launch an application as early as possible may force you to cut corners in the time-consuming manual testing phase, resulting in half-baked products and end-users impeded by many glitches.
If you’re drowning in a never-ending collection of regression test cases and need to automate them, you’re in the right place. This course will make your life as a developer easier and using Selenium will change the mundane way in which you run the exact same tests day in and day out.
Test automation with Selenium and Python, or developing scripts for running automated test commands against a range of browsers, will be more cost-effective, accurate, and faster than manual testing. The lack of manual intervention will diminish the possibility of errors and you will be able to find bugs at an early stage, making the process more reliable. By automating your web testing, you will be able to run tests on multiple devices simultaneously, which is impossible with manual testing.
This comprehensive course is packed with step-by-step instructions, examples, and points to remember. You will create a Selenium WebDriver framework from scratch by using the Page Object Model design pattern and taking advantage of Python unittest and reap the benefits that Selenium has to offer in automating the tedious web testing phase.
What You Will Learn
- Create a Selenium WebDriver framework from scratch by using the unittest and PyTest frameworks
- Make unit and functional tests of web applications more efficient and reliable
- Automate various UI elements such as buttons, links, radio buttons, checkbox and tables
- Create robust tests with Selenium WebDriver and run tests on a Selenium Grid with Docker containers
- Implement the POM (Page Object Model) design pattern and model a web page with it
- Work with the SOLID, KISS, DRY, YAGNI design patterns to enhance the functionality of your code from beginner to professional
- Scale your tests and make them run in parallel by using different methods like Selenium Grid or Python multiprocessing module
- Configure Selenium WebDriver for Chrome, Firefox, and PhantomJS and run and manage tests in all browsers and headless
- Develop a test suite of an example web application in a stable, reliable, and efficient manner
By the end of this course, you will be well on the way to becoming a test automation specialist. Automating your testing with Python and Selenium will offer a highly efficient way to generate test scripts, validate their functionality, and reuse such scripts in an automated framework.