https://github.com/tejanhu/e2e-project
https://github.com/tejanhu/e2e-project
eclipse git java junit4
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tejanhu/e2e-project
- Owner: tejanhu
- Created: 2018-08-22T06:32:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T14:06:22.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T06:47:38.445Z (over 1 year ago)
- Topics: eclipse, git, java, junit4
- Language: Java
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
IDENTITY E2E – Test 4 - Java Exercise
## Instructions
Clone repository

Run mvn clean
Run mvn install
Run the FileStorageTest class as a JUnit test
Task
Part 1:
Write a Service layer bean to do the following:
1. Scan configured directory in file system which will return this information --> filename, file mime type, file size, file extension
2. Use a directory containing a reasonably large number of files, minimum 10.
3. Provide a way to retrieve certain supported mime type files: configure excel and csv are supported currently
Part 2:
Write a selenium/cucumber framework to do the following:
1. Use the above service layer bean to get supported files (excel or csv are supported, from input directory)
2. Go through the file and read vehicle registration details in the file.
3. Open webpage : https://www.gov.uk/get-vehicle-information-from-dvla and go through all vehicles from excel/csv file.
4. On the Vehicle details page assert the details (Make/Color) match with expected output in excel/csv file.