Skip to content

calvinkkd/-Automating-Web-Testing-with-Selenium-and-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-Automating-Web-Testing-with-Selenium-and-Python

This is the code repository for [Automating Web Testing with Selenium and Python [Video]](https://www.packtpub.com/web-development/automating-web-testing-selenium-and-python-video, published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

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. 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.

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

Instructions and Navigation

Assumed Knowledge

This course is aimed at software testers and developers keen to automate their web pages using Selenium and Python. A basic knowledge of Python 3 is assumed.

Technical Requirements

This course has the following requirements:
Laptop with Internet connection
Ubuntu 18/basic Linux experience
Python 3.6/basic programming skills

Related Products

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.6%
  • HTML 42.4%