Getting Started


With Total Test, developers can create and combine unit, functional, and integration tests of a program or a group of programs.

  • Unit Test (Virtualized test)- a virtualized test used to isolate the program by virtualizing external calls and data access and making assertions on internal states of the program.
  • Functional Test (Non-Virtualized Test) - a non-virtualized test used for testing the program running live on the real system.
  • Integration test - used to test the interaction between two or more programs.

By combining unit, functional, and integration tests, developers can make sure to have a regression test suite that covers all possible failure scenarios.

Automated testing significantly accelerates the testing process and enables IT to put regular code updates into production at a pace necessary for fast, frequent, and error-free releases. These automated tests are designed to speed testing development and provide higher confidence during the program deployment process.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*