SASUnit

SASUnit is a unit testing framework for SAS(TM)-programs. It can be used for the development, execution and automatic documentation of tests for SAS programs. SASUnit is written purely on the basis of SAS macros and a few shell commands.

Feature

  • Write test scencarios and test cases for SAS(R) programs
  • Use assertions to test the values of macro variables, the contents of SAS data sets, relations between data sets (referential constraints), the existence of external files or the presence or absence of log messages
  • Measure performance of SAS(R) programs
  • Integrate non-automatic tests, for instance visual checks of report output
  • Assess test coverage for SAS macros
  • Run tests and generate test documentation in batch mode
  • Get clearly arranged test documentation, integrated with program documentation
  • Use test results in continuous integration environments
  • Written purely on the basis of SAS macros and a few shell commands
  • Thoroughly tested under SAS(R) 9.1, 9.2, 9.3 and 9.4 under Windows and Linux

TriggerUnit

TriggerUnit ist an extensionto DBUnit and JUnit4 to create unit tests for database triggers. Database triggers are often a critical part of todays bussiness applications, but they are usually not integrated into the software engineering process. TriggerUnit tries to change that by providing an simpl.........

Similar: 20%

nGrinder

nGrinder is a platform for stress tests that enables you to create test scripts, execute tests, monitor servers, and generate results simultaneously on the power of The Grinder. The open-source nGrinder offers easy ways to conduct stress tests by eliminating inconveniences and providing integrated e.........

Similar: 19%

Randoop Netbeans Plugin

Randoop is an automatic unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format. 1) Randoop generates unit tests using feedback-directed random test generation. In a nutshell, this technique randomly, but smartly, generates sequences of methods and const.........

Similar: 16%

CloudTest-Cloud java unit test framework

CloudTest is a redefined unit testing approach and methodology, which can make your testing jobs become much more easy and efficient. It is a pure java lightweight framework integrated test cases management, test data management, assert management, automation regression, performance monitor and test.........

Similar: 15%

tSQLt - DB Unit Testing for SQL Server

------------------------------------------------------------------------ We are moving: Download the newest version directly at tSQLt.org ------------------------------------------------------------------------ tSQLt is a unit testing framework for Microsoft SQL Server. tSQLt is compatible with SQ.........

Similar: 15%

TestMax

TestMax is integrated Software Testing framework which can be used to test distributed system by developing rapid test cases using XML configuration in front and backend that talks to each other within the test framework. This tool can be used for Database, webservice, API, Junit, TestNg and Fronten.........

Similar: 14%

JUnit Execution & Report Generation Tool

This tool pulls all JUnit testcases from the class path and run them all. After completion of test case execution it populates the result in database tables. A report tool fetch the result data from database and produce an HTML report. Highlights of this tool - No coding effort is required from de.........

Similar: 13%

BlueDuck AutoIt driver for Selenium

BlueDuck SDA (Selenium Driver AutoIt) is an open-source automated testing framework that can be easily used by technical and non-technical users alike. It allows you to write tests that are easy to read and maintain. BlueDuck SDA is a powerful yet easy-to-use framework designed to help you build d.........

Similar: 12%

libunittest C++ library

libunittest is a portable C++ library for unit testing. By relying on the C++11 standard and heavy use of templates, a portable, feature-rich, and easy-to-use library has been developed. A minimal example: #include TEST(test_value_is_true) { const bool value = true; ASSERT_TRUE(value); } .........

Similar: 11%

Ava: Testdata Xsl

this tool for test-data-generation receives an 'excel-sheet' as primary input. second important paramter is the 'number of test-records to produce'. The excel-data will be reused as long data is needed. This tool is hightly paramatrisazable by the use of 'xsl scripts'. data can be created, updated, .........

Similar: 9%