When running functional or requirements-based tests on your code, you may want to perform black box testing - testing the code's interface without modifying the code itself. Black box testing increases the safety of your testing.
RapiTest makes it easy to perform black box testing. Simply apply a flag to the tests you want to implement as black box tests, and RapiTest will implement them as such.
Note that some testing features are not supported for black box tests.
Feature applies to: