https://github.com/eddie4k-code/seleniumtestautomationframework
Automation framework for a practice automation site "XYZ Bank"
https://github.com/eddie4k-code/seleniumtestautomationframework
Last synced: about 2 months 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T17:13:00.000Z (about 2 years ago)
- Last Synced: 2025-02-12T12:21:57.339Z (3 months 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/#/customerDescription
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 timeReports
After run time a html report is generated and stored here.Screenshots
When a test fails a screenshot is saved heretestScripts
Contains all test methodsTestData
Test Data Excel file is stored hereutilities
Contains utilities such as common functions that are used, functions for reading test data, reading properties, reporting test listeners and constants.