An open API service indexing awesome lists of open source software.

https://github.com/tejanhu/e2e-project


https://github.com/tejanhu/e2e-project

eclipse git java junit4

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

IDENTITY E2E – Test 4 - Java Exercise

## Instructions

Clone repository

![Screenshot]("/dvla-project/Screen Shot 2018-08-22 at 14.53.14.png")

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.