/test-automation

test automation with JS and Python

Primary LanguageHTML

Selenium with Python 🐍

Go to an e-commerce website, search for a product, ask how many pages need to visit, check all the details, make a data frame using PD, and generate an excel sheet.

  • Grab some elemthents from website without xpath.
  • Find a clickable link from a page and click it. Go to next page, and click another link/button. Fill up something and search/enter. Come back again to the home page.
  • Copy and paste by using ActionChains
  • Log in, drop down, handle dynamic value change with JS

USIS scraping with unit testing framework

Practiced some framework architecture of Unit testing