https://github.com/eddie4k-code/seleniumtestautomationframework
Automation framework for a practice automation site "XYZ Bank"
https://github.com/eddie4k-code/seleniumtestautomationframework
Last synced: about 1 year ago
JSON representation
Automation framework for a practice automation site "XYZ Bank"
- Host: GitHub
- URL: https://github.com/eddie4k-code/seleniumtestautomationframework
- Owner: Eddie4k-code
- Created: 2023-02-16T20:22:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T17:13:00.000Z (about 3 years ago)
- Last Synced: 2025-02-12T12:21:57.339Z (over 1 year ago)
- Language: HTML
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
Awesome Lists containing this project
README
A Data Driven Automation Testing Framework for a Demo Site.
https://www.globalsqa.com/angularJs-protractor/BankingProject/#/customer
Description
Having experience in automation testing with Java, Selenium and TestNG. I wanted to create this framework to practice my automation skills.
Tests
Login Test - Tests logging into the application
Add Customer Test - Tests Adding a new Customer to the XYZ Bank
Directory
pageObjects
Contains all Page classes for the web application (includes web elements for each page and functionality)
log
Stores all logs from run time
Reports
After run time a html report is generated and stored here.
Screenshots
When a test fails a screenshot is saved here
testScripts
Contains all test methods
TestData
Test Data Excel file is stored here
utilities
Contains utilities such as common functions that are used, functions for reading test data, reading properties, reporting test listeners and constants.