You can write support functions in C or C++ code that you can reuse across your RapiTest tests to improve testing efficiency. These let you define reusable test logic to perform functions such as initialization or teardown, defining complex sets of checks, implementing complex stubs, and instantiating templates.
RapiTest includes a code editor with syntax highlighting to help you write your support files, which you can compile and verify as you modify them. You can call functions in these files as support functions in your RapiTest tests. If you are using the RapiTest Editor to write tests, your support files appear in in-built selection dialogs and drop-down lists.
Feature applies to: