
ATOM updates!
Tests created using ATOM will be automatically shown in the test tabs section. This means we can run ATOM, created a test, and run that test in one instance of the application. The test will show up within the tab it was created in and be saved there unless altered and will be shown in any future instance of the application. Additionally, we have report generation! Run tests will generate a report describing the pass/fail nature of each step as well as the over score displayed as Passed Tests/Total Tests. The report can be viewed on the report history page which will contain all past reports as well with the date and time recorded. Test automation continues along with the initial creation of manuals for using ATOM and planning ATOM’s product video.
Testing is starting to be implemented to ensure functionality and success of ATOM’s processes. Unit tests focus on individual components to ensure they work correctly in isolation, system-level tests verify that integrated modules function together as expected, and E2E tests will simulate test engineer user interactions to confirm the entire application behaves as intended. These different test scopes help us catch errors and ensure reliability across ATOM.