Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Download Now
Train ML Models With SQL You Already Know
BigQuery automates data prep, analysis, and predictions with built-in AI assistance.
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
An object oriented framework that facilitates functional testing of software written in Java. Harness is based on the concept of test cases and uses XML as input/output format.
MockMaker is a program for automatically creating source code for mock object. MockObjects can be used in automated Unittesting. See also www.Junit.org and www.mockobjects.com
Testing (whether unit or functional) of any application that has a user interface (UI) is never complete till its behavior is tested and verified from the UI itself (rather than testing using method calls). This idea is behind a lot of other packages/tool
Geeklog Experemential Code and Plugins is for testing the bounds of possiblity with the geeklog code base as well as experemential versions of modified plugins that may be avaliable elsewhere. One focus is the Addicti0n experemential fork of Geeklog.
A task for the Apache "Ant" build system. The "mtxslt" (multi-XSLT) task extends the standard Ant "xslt/style" task to make it easy to use multiple XSLT engines during the same build. This is useful for regression testing of XSLT scripts against
An XML scripted engine to "drive" HTTPUnit web testing. Write XML documents to test urls, clicking links, submitting forms & limited page verification.
jsAssertUnit is a unittesting framework based on assertions, helping JavaScript developers to test their code. Failing assertions about the program state are tracked in a Reporter window of a DOM compliant browser : IE5+, Mozilla, Netscape 6+, etc.
OpenLC is a set tools designed to facilitate benchmarking and stress
testing of a wide variety of information servers (WEB, Email, FTP,
LDAP, ...). A XML-RPC API is offered for developers interested in
creating clients that query the services provid
Breeze is a build and test automation framework for software developers. It is written in Ruby and can be extended to include tasks that interact with other tools such as source code repositories, compilers, test frameworks, and installers.
JFunc is a JUnit extension designed to address issues of functional testing (also known as systems/integration/scenario testing) concerning not only the differences in code, but also the differences in methodology.
The TclUnit project is an implementation of the xUnit unit test framework, in Tcl. It provides a framework for organizing tests, plus utilities and extensions to facilitate unittesting of programs and libraries through the Tcl programming language.
The jload framework enables developers to create repeatable load test cases. The framework will then execute these cases and generate reports and graphs showing the execution times and characteristics.
Web application load testing tool written in Java. Uses a central console to manage remote simulations allowing for a large number of virtual users. Can test fullblown web applications requiring cookies and complex querystring and formdata.
SUnit Browser is a functional, but simple and reasonably portable, user interface for the SUnit Test Environment for Smalltalk. These interfaces enhance the usefulness of the SUnit testing platform and facilitate unit and acceptance testing during develo
The RA TestHarness will automate the testing of Web page interactions by parsing hidden test info embedded in the HTML generated by a Servlet, or CGI mechanism. RATH can be used together with ANT and JUNIT as part of a develop, test and deploy strategy.
JavaGuard is a general purpose bytecode obfuscator, designed to fit effortlessly into your regular build and testing process, providing peace of mind that your valuable Java code is more secure against decompilation and other forms of reverse engineering
TiniUnit is a XUnit-like unittesting framework suitable for use on the Dallas Semiconductors TINI board. TiniUnit is similar the JUnit in intent, but is does not require reflection since the 1.0x version of the TINI OS does not support reflection.
A unittesting framework for Python based on JUnit and XUnit, the de-facto standard frameworks for Java and SmallTalk respectively. Provides a standard, proven, simple and elegant way to write unit tests for Python software. GUI also provided.
Mock-Object Testing for Java Servlets. Works out-of-the-box to test servlets without depending on container specifics. Complete with tests and sample code.