This is the repository of Eureka's Software Testing. Currently in progress to make a full fletched program to test out the platform.
- First-Time Login
- Profile Management
- SideBar Navigation
- External Links (LinkedIn, Gmail, etc.)
To install Selenium
pip install selenium
To install virtual env for Python
pip install python-dotenv
Three .env variables to be configured locally
USER_NAME
= email to be used for Gmail/SSO
PASSWORD
= password for SSO login
SECRET_KEY
= secret key of Google Auth
For SECRET_KEY, it can be obtained during first time registration of Google Auth/Okta and request to show backup key (which is secret key)
- Python 3.9.5 (.venv)
- Selenium
- Chromedriver
Chee Min Hao - Functional Testing