Skip to content

Unit Testing

Purpose

Unit Testing involves testing individual units of a piece of software to make sure they act as intended.  The units tested are usually functions or class methods.

Usage

There are five ways that Rapise can help you Unit Test:

  1. Rapise methods support testing objects and methods in DLLs.
  2. Rapise can test ActiveX objects and their methods through their COM Interface.
  3. If you choose to write your Unit tests in a third-party tool, Rapise has a Command Line interface where you can access its functionality.
  4. Test results are written to a TAP file, which allows integration with Unit Testing frameworks.
  5. Rapise tests can be invoked from Visual Studio MS-Test, VSTS and NUnit tests.