Skip to content

RohanAwhad/SeleniumProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my Selenium project made for College miniproject submission. It has Django based website in website folder.

Selenium testing has 3 sub methods
Grid
Web Driver
IDE

The project is also divided into respective folders. To execute:

  0. Starting project:
      cd Website/pollster
      ./manage.py runserver
  1. Grid:
      cd Grid/
      java -jar selenium-server-standalone-3.141.59.jar
      pytest -n 8
  2. WebDriver:
      cd WebDriver/
      python3 pollingTestSuite.py
      python3 loginTestSuite.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published