kiso-testing
This is an integration test framework. With it, it is possible to write
- Whitebox integration tests directly on my target device
- Graybox integration tests to make sure the communication-link with my target device is working as expected
- Blackbox integration tests to make sure my external device interfaces are working as expected
I can write tests by directly
- Using python unittest native like test-cases
- Using the robot-framework keyword based test-cases
I can generate the following reports: