Tooling Test Suites
_
Oct 26, 2024
To tool on automation of Test Validations, reusable modules has to be built and they must be designed to cover as much agnosticism as possible.
1. Parsers
2. Formatters
3. Report writers
4. Test calls framework
5. Visuals and graphs
Test Parameters Extraction
Given some test vectors:
It should extract the fields and values, and give us a test report summary:
"""
Test Count 0: Passed
---------------------------------------------
Test Count 1: Failed
---------------------------------------------
Test Count 2: Passed
---------------------------------------------
Passed: 2
Failed: 1
"""
Report Parameters Extraction
Reports can be extracted from logs. We can create test-suite tooling mechanisms for report extraction and metrics plotting:
Here are the utilities:
1. test_suites
{page under construction. Please return for updates.}