📄️ Projects
A Project defines the target(s) to be tested, what transport mechanism to use to deliver the test cases, and, optionally, how to monitor the target for unexpected/unintended behaviour. Additionally, the Project allows configuring specific run-time options to fine-tune test execution. It is the Project that provides the means to execute a test.
📄️ Project Configuration
Creating Projects
📄️ Execution and Reporting
Starting a Test
📄️ Drivers
GUARDARA can utilise different transport mechanisms to deliver test cases to the target. By default, it can deliver test cases over the network, the command line or via files. Support for each of these is provided by a set of built-in components called Drivers. A Driver is configured on a per-project basis when creating a new Project.