Showing 123 open source projects for "software test tool"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 1

    VBScript Development Kit (VDK)

    A VBScript development library for serious VBScript programmers

    The VBScript Development Kit (VDK) is a VBScript compliant development library to be used in any host that has support for Windows Script Host (WSH). Modelled after the Java Development Kit (JDK), the VDK adds programming features/concepts prevalent in other higher order programming languages such as Java, C#, etc. The VDK provides rapid development capabilities by providing out of the box support for many common programming activities e.g., string manipulation and handling, file...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Orkney

    Orkney

    Orkney Testframework

    Orkney is a small but powerful test framework for Java. Orkney executes tests that are structured into test groups, test cases and test steps. Test steps are used like bricks to create test cases while test groups collect test cases and other test groups to create a test suite. Test cases are written in a simple text language thus allowing composition of cases from test steps without deep programming knowledge. Reports are created in text and in XML format, the latter are converted to a human...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    FORTRAN Unit Test Framework (FRUIT)

    FORTRAN Unit Test Framework FRUIT - TDD in FORTRAN

    FORTRAN Unit Test Framework, written in FORTRAN 95. So that all FORTRAN features can be tested. FRUIT has assertion, fixture, setup, teardown, report, spec, driver generation. Rake used as build tool. Tutorials at http://fortranxunit.wiki.sourceforge.net The core testing part is in FORTRAN, this part can be used independent of the Ruby codes. The Ruby code is to make fixtures and reports easier. Rake is to build the project elegantly. This project also demonstrate a new way to build mixed...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    Software Automation Framework Support

    Multiplatform data-driven test automation execution services

    SAFS is a software test automation framework supporting data-driven (aka keyword-driven) functional test automation and associated services. The framework can run stand-alone on Windows, Linux, and Mac as well as integrate the use of IBM Rational Functional Tester, IBM Rational Robot, Smart Bear/AutomatedQA Test Complete, Apple XCode UIAutomation, Android SDK Automaton, Thoughtworks Selenium, and several other tools. Among other features, it provides advanced support of language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Performance Monitoring | Statseeker Icon
    Network Performance Monitoring | Statseeker

    Statseeker is a powerful network performance monitoring solution for businesses

    Using just a single server or virtual machine, Statseeker can be up and running within minutes, and discovering your entire network in less than an hour, without any significant effect on your bandwidth availability.
  • 5
    SW Test Automation Framework
    The Software Testing Automation Framework (STAF) is a framework designed to improve the level of reuse and automation in test cases and test environments. The goal of STAF is to provide a complete end-to-end automation solution for testers.
    Leader badge
    Downloads: 230 This Week
    Last Update:
    See Project
  • 6

    ProTest

    A minimalistic test framework written in C++.

    A minimalistic test framework written in C++ providing scenario based, stateful acceptance testing where application user interface is mocked using test stubs. Refer to Sample.cpp for usage guidance. The sample defines a simple application class, fake user interface implementing the same abstract interface as the application requires, a test context to hold test state and pass it on among steps, and a few test steps. It then adds all the test steps to a test scenario. Then the default() main...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Test automation framework, for building fast, re-usable and reliable system tests under windows OS. It includes a tool for developing automation in .NET, and a GUI tool to compose automation with no coding skills. Learn more: http:/qaliber.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Senuji Web Testing Framework

    Senuji Web Testing Framework

    Senuji is a keyword driven Selenium based test automation framework

    Senuji is a keyword driven Selenium based test automation framework witch designed to cut down Java programing complexity. Senuji can me very useful to test automation starters or none technical testers to use the power of Selenium test automation capabilities. Senuji has following built in capabilities witch provide advanced test automation features instantly with zero Java and Selenium know-how. 1. Advanced cross browser test execution ability without changing Senuji test script 2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    cFS Unit Test Assert (UT-Assert) Library

    cFS Unit Test Assert (UT-Assert) Library

    Unit Test Assert Framework for the core Flight System (cFS) Components

    OBSOLETE - Please proceed to new repo: https://github.com/nasa/cFE/tree/master/tools/ut_assert This project will be closed in the near future core Flight System (cFS) unit test library providing a framework and collection of utilities that are designed to facilitate assert based unit testing of tasks and applications build to run on top of the cFS OSAL and/or core Flight Executive (cFE) layers. The unit test framework relieves developers from repeatedly implementing common unit testing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 10

    SVUnit

    Systemverilog Unit Test Framework

    SVUnit is a unit test framework for developers writing code in systemverilog. Verify systemverilog modules, classes and interfaces in isolation with SVUnit to eliminate bugs before they infest your design!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    GUITAR - A GUI Testing Framework

    A model-based test automation framework for GUI applications

    This framework supports a wide variety of model-based GUI testing techniques. The innovation lies in the architecture of GUITAR, which uses plug-ins to support flexibility and extensibility. Software developers and quality assurance engineers may use this architecture to create new toolchains, new workflows based on the toolchains, and plug in a variety of measurement tools to conduct GUI testing. More detail is presented in this publication: GUITAR: An Innovative Tool for Automated Testing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AceUnit
    AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit can be used in resource constraint environments, e.g. embedded software development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mlUnit

    mlUnit

    MATLAB unit test framework

    mlUnit is a unit testing framework for the MATLAB .m language. It considers the patterns of the xUnit family, include assertions, test cases and suites as well as the fixture. In contrast to MATLAB's own unit test framework: * mlUnit output jUnit compatible XML reports * mlUnit is compatible with Your MATLAB (not just R2013b), down to at least R2006b * mlUnit offers specialised assert functions, e.g. assert_empty, assert_warning, and many more. slUnit is a unit testing framework for Simulink...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    NatUnit

    Unit-Test-Framework for Natural (SAG)

    NatUnit is a Unit-Test-Framework for Natural. Natural is a 4GL programming language from Software AG (SAG).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Parameterized Unit Test Framework

    PUT extension for JUnit 4

    Parameterized Unit Test Framework is an open-sourced PUT library for JUnit 4. This project is developed in my spare time and currently updated actively. Core features: 1. Separation of test data from test code 2. Annotation support 3. Automated test parameter injection 4. Dedicated test runner
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ezTest

    A unit test framework for standalone C++, Python or Console programs.

    A unit test framework for standalone C++, Python or any command-line Console tests. A Python suite manager also allows coordination of any combination of the C++/Python/Console tests to be invoked from a single driver. Reports test number, name and duration in optional tty colors. Supports custom test order to logically structure test execution from simple cases to most complex. The command line interface also allows selective test cases to be run to focus on and isolate failures. Only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SmartTester

    SmartTester

    Test automation framework

    SmartTester is a Java based test automation framework, where you can remotely manage and run tests. Furthermore the framework returns a result file. To use a test against different DUTs you can create multiple datasets with arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Otter Unit Test Framework is a tool which performs automated Unit Test in .NET 4,0 or above applications. It works similarly to the JUnit and it used as part of the application being tested, in MS Web or C# Developer 2010. Older versions (00.05 and below) were developed for MS Visual Studio 2005 and can still be downloaded. For them, a MS Visual Studio Plugin was developed and in the project´s home page you can find its documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    portable c/c++ unit test framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    TestMax

    Frontend & Backend Automation Tool

    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 Frontend including performance test. The main advantage of this TestMax architecture is separating test data configuration from test case run time environment. It reduces the maintenance of test cases only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    atfwk

    Automation GUI test framework

    Automation test framework based on the Page Object design pattern. Selenium 2 WebDriver (IE) implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mockrunner is a lightweight framework for unit testing applications in the J2EE environment. It supports servlets, filters, tag classes and Struts actions. It includes a JDBC a JMS and a JCA test framework and can be used to test EJB based applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    selenium2lib

    A selenium common library based on selenium 2.0, webdriver

    selenium2lib is the common lib based on the popular web automation test framework(selenium 2.0) and this project include: 1. webdriver function testing help class, such as selenium 2.0 proxy class, selenium 1.0 proxy class, javascript executor proxy class, webdriver event listener extension, webdriver wait extension, webdriver factory,webdriver wrapped element(S2Div?, S2Table?), autoit java wrapped helper class, use snapsie to capture full image of IE browser, use camstudio to record DV when...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    NovaProva

    new generation unit test framework for C and C++

    NovaProva is a unit testing framework for C (and later C++). In other words it discovers tests, runs them in various ways, detects failures in them, and reports the failures out to a human. There are many other such frameworks for many languages, see http://en.wikipedia.org/wiki/XUnit Notably, we use the CUnit today in the Cyrus IMAP server, and it was CUnit's many pain points that inspired my work on NovaProva.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    R Unit test framework R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools
    Downloads: 0 This Week
    Last Update:
    See Project