Skip to content

General Tests Documentation

Tanish Neema edited this page Oct 25, 2022 · 42 revisions

UNIT TESTS:

New Row Generator Test: The new row generator test allows us to check if we can create a new row for the rubric while circumventing the UI.

Create Test Project Test: The Create Test Project test allows us to check if we can create a test project and test rubric while circumventing the UI as we are testing the individual functions.

Import Sys Code: This allows us to import the necessary systems, libraries, and other tools while circumventing the UI so that we can run the other tests Luis and Jeremy created.

Runnig Unit Tests Test: This allows us just to run all of the tests that Jeremy and Luis have created before we change it to fit the modularization that Daniel has done.

Select Column by Name Tests: This allows us to go and select each individual column by its name while not going through the UI.

Select Index By Group Eva Tests: This allows to go and select each individual evaluation as pseudo students while circumventing the UI.

Select Index By Group Eva Owner Tests: This allows us to go and select each individual evaluation as pseudo instructors while not having to go through the UI.

Select Index By Group Eva Owner Date Tests: This allows us to be pseudo instructors and access evaluations on a specific day while going around the UI.

Select Students by Group Tests: This allows us to check if we can select each group and each student in each specific group.

Test Get Students by Group Tests: This allows to check if we can get individual students from each group.