Skip to content

Sophyia7/Python-Asserts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Asserts with Selenium

This repository contains use cases for using Python asserts with Selenium for automated testing:

  • Unittesting using Selenium
  • Debugging using Selenium
  • Data integrity testing using Selenium
  • Input validation using Selenium

Prerequisites

  • Python 3.8 and above
  • Should have an account on LambdaTest
  • unittest module

Setup

  1. Create a virtual environment on your terminal
virtualenv venv
  1. Activate your virtual environment
source venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Add your username and access key to an .env file. Head over to LambadaTest Dashboard to get it.

  2. To run the tests, simply execute the script with Python:

python nameoffile.py

Have a feedback or need an Assist?

Feel free to fork the repo and contribute to make it better! Email to iroegbusophia3@gmail.com for any queries or ping me on the following social media sites:

Releases

No releases published

Packages

No packages published

Languages