Prerequisites #
Before using FASTEST, ensure your project repository follows the required structure and conventions to allow accurate analysis and testing optimization.
- All test files must be located in a folder named
test
. - Test cases must be written using the Google Test (GTest) framework for C++.
- The project must be managed with GitHub, as FASTEST analyzes commit history to track changes and assess their impact on tests.