Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 791 Bytes

File metadata and controls

23 lines (14 loc) · 791 Bytes

JavaScript Practice For QA Automation

Public JavaScript practice repository connected to my QA automation learning path.

JavaScript is part of my automation toolkit for Playwright, Cypress and test utility logic. This repo remains public-safe and focused on fundamentals that support cleaner automated tests.

Focus

  • JavaScript fundamentals
  • Arrays, variables and functions
  • Browser basics
  • Test utility thinking
  • Automation learning foundations

Portfolio Link

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

QA Connection

Strong automation starts with clear code. Even small JavaScript exercises help with selectors, data setup, assertions, fixtures and readable test logic.