Skip to content

This is the repository for my Selenium Series

Notifications You must be signed in to change notification settings

pwsandoval/SeleniumSeries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Series by JimShapedCoding

Prerequisites:

  • Python Installed (Recommended version 3.8 or above)
  • IDE or Text Editor configured with Python Installed (PyCharm/ Visual Code/ Sublime Text)
  • Pip Package Manager (use pip install selenium)
  • Driver for launching the automation (We will use chromedriver.exe)

What you will learn ?

  • Selenium with Python Basics
  • Best practices for element identification on websites
  • The most useful methods
  • Explicit wait vs Implicit wait
  • Selenium Booking Project (Online Bot)
    • OOP Project, how to maintain code in Selenium Projects
    • Context Manager in Selenium Projects
    • Using different arguments to launch different bots
  • Selenium Unittest Project (Web Application Testing)
    • What is Unittest? Why we need to test our applications?
    • Testcase writing, reporting
    • Deciding how to fail/pass a test

What you should know before starting this series ?



About

This is the repository for my Selenium Series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%