Skip to content

wisePaulo/Selenium-Webdriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium WebDriver QA Practice

Public practice repository for Selenium WebDriver automation with JavaScript, assertions and public-safe browser examples.

This repo is part of my QA portfolio and focuses on browser automation fundamentals, readable test flow, locator discipline and public-safe QA examples.

Focus

  • Selenium WebDriver
  • JavaScript automation practice
  • Browser interaction
  • Assertions and expected behavior
  • Defect-oriented thinking
  • Locator strategy
  • Clean dependency management

Portfolio Link

Full public showcase: https://github.com/wisePaulo/qa-automation-showcase
Live site: https://wisepaulo.github.io/qa-automation-showcase/

QA Principles

  • Keep test steps readable.
  • Make selectors stable and intentional.
  • Document expected versus actual behavior.
  • Attach evidence when a failure matters.
  • Keep public repositories free from private company data.

Run

npm install
npm test

The examples use public demo pages only. They avoid employer URLs, credentials, internal screenshots and private data.

About

Public Selenium WebDriver QA practice with manual-to-automation mapping

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors