Skip to content

NishantGautam023/Python-Selenium-Testing-Project

Repository files navigation

Python-Selenium-Testing-Project

A project designed to automate web application testing using Python and Selenium.

Installation

Go to the Directory where requirements.txt is located

   source .venv/bin/activate  
   pip install -r requirements.txt

Running Tests

To run all the tests, run the following command

  pytest

To run all specific tests, run the following command

  pytest -k "test_login" -s   

image

image

image

image

image

image

Sample Login Logout This is the section for checking Login Logout functionality