learning-software-engineering / learning-software-engineering.github.io

MIT License
17 stars 206 forks source link

Tech Stacks: Selenium UI - Automating a Google Form Tutorial #483

Closed LanceUy closed 4 months ago

LanceUy commented 4 months ago

This tutorial aims to build upon the current Selenium page (under Tech_Stacks) in the wiki by giving a more comprehensive example on using Selenium UI to automate user actions. In this example, I will be automating a Google Form using Selenium. In today's software development landscape, rigorous testing is imperative before delivering code to customers. Whether it's through API testing or UI testing, major tech companies prioritize comprehensive testing to ensure product quality. Roles like Software Engineer in Test (SET), which I've had the privilege to work in during my PEY, heavily rely on expertise in this area.