Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 612 Bytes

Automation-Demo

This project demonstrates the automation of test cases for a web application and RESTFUL APIs. The tests are written python.

Framework used

  1. Pytest
  2. Selenium for testing web UI

Prerequisites

To run this project. You should have below set up in the machine from where you're triggering these tests.

  1. Python3
  2. Selenium package.
  3. Browser compatible web drivers. You can use https://www.selenium.dev/documentation/en/webdriver/driver_requirements/#quick-reference to download the correct versions of web drivers.

Run tests

Use commands like pytest -s -k <test name>