With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. A Bats test file is a Bash script with special syntax for defining testcases. Under the hood, each test case is just a function with a description. Bats is most useful when testing software is written in Bash, but you can use it to test any UNIX program. Testcases consist of standard shell commands. Bats makes use of Bash's errexit (set -e) option when running testcases. ...
GUI based tool to generate testcases for competitive programmers
Test Case Generator (TCG) is opensource and easy to use gui based tool to generate testcases to use in competitive programming. The tool supports testcases for Array, String, Matrix, Graph and Palindrome.
Installation
- To run this tool, you will need JAVA JDK 8 or later version installed on your host machine. Download JAVA JDK 8 or above from here, if not already installed
State Transition Test Creator creates a set of testcases to test the behaviour of a statemachine. Both statemachine and the derived tests are checked on consistency and completeness. Results are exported to clipboard or HTML.
Equivalence Partition Organizer is a tool to edit a set of equivalence classes and testcases based on them. Check consistency and completeness of both classes and testcases. Tables can be copied to the clipboard to use in Word, Excel or PowerPoint
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
DICE is a parse-based online assessment system for C and Java programming courses. The system will compile and execute student programs against instructor-provided testcases, and then assign a grade based on the program output.
JTestCase uses XML file to organize multi-testcase data and asserting conditions (action and expected result), and provides a set of easy-to-use methods to retrieve testcases out from XML, and asserts results against those expected ones in data file.