Research Automated testing to form a testing architecture #105

Closed
opened 2026-04-02 07:46:10 +00:00 by b24johka · 2 comments
Collaborator

related to issue Research Testing #81

related to issue Research Testing #81
Collaborator

I suggest that we create a linear framework, it is the most basic framework and suitable for small teams. It is built from the testers scripts for each test case. These scripts can be managed by a "master script" to run all the tests without manually start every script, the "master script" could also have the feature of creating an document to compare earlier results e.g. outputs.

Tests should be clearly defined and well-written, the order of which the tests will be executed should also be planned e.g. dependencies. Test plan and "master script" should be reassessed over time to ensure the correctness.

"Master script" is essential for regression testing.

This is a suggested starting-point for unit testing.

I suggest that we create a linear framework, it is the most basic framework and suitable for small teams. It is built from the testers scripts for each test case. These scripts can be managed by a "master script" to run all the tests without manually start every script, the "master script" could also have the feature of creating an document to compare earlier results e.g. outputs. Tests should be clearly defined and well-written, the order of which the tests will be executed should also be planned e.g. dependencies. Test plan and "master script" should be reassessed over time to ensure the correctness. "Master script" is essential for regression testing. This is a suggested starting-point for unit testing.
Author
Collaborator

This is super good! we will use this as a base to form the initial architecture.

This is super good! we will use this as a base to form the initial architecture.
Sign in to join this conversation.
No milestone
No project
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#105
No description provided.