bcastillo-2022474 / flow-backend

the backend of job-board-app
0 stars 0 forks source link

Complete Mock testing of the application #9

Open bcastillo-2022474 opened 1 year ago

bcastillo-2022474 commented 1 year ago

Basically what I need you to do, is to create a test testing the flow of a User interaction, simulating data requests and data posting without a UI, is like testing the endpoints 1 by 1, but the tests are connected between themselves, see for example (this basic flow test)[https://github.com/bcastillo-2022474/flow-backend/blob/master/src/tests/testTheWholeFlow.test.ts]

The main point is to test all the endpoints and how they interact with each other UI so we can test that it works, find gaps in the limits of the UI, and fill the database with test data, s we can check what does it look like in the UI.

This would be long and with every change must be modified, so this woul be done every 2 weeks, so we can test the flow of our application.