Unit Testing¶
Purpose¶
Unit Testing involves testing individual units of a piece of software to ensure they behave as intended. These units are typically functions or class methods.
Usage¶
There are five ways that Rapise can assist with unit testing:
- Rapise methods support testing objects and methods in DLLs.
- Rapise can test ActiveX objects and their methods through their COM Interface.
- If you choose to write your unit tests in a third-party tool, Rapise has a Command Line interface to access its functionality.
- Test results are written to a TAP file, which allows integration with unit testing frameworks.
- Rapise tests can be invoked from Visual Studio MS-Test, VSTS and NUnit.