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.
Start Free Trial
Our Free Plans just got better! | Auth0
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.
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. ...
Manual for mobile app security development and testing
We are writing a security standard for mobile apps and a comprehensive testing guide that covers the processes, techniques, and tools used during a mobile app security test, as well as an exhaustive set of testcases that enables testers to deliver consistent and complete results. The MSTG is a comprehensive manual for mobile app security testing and reverse engineering for iOS and Android mobile security testers. The OWASP Mobile Application Security Verification Standard (MASVS) is, as the name implies, a standard for mobile app security. ...
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.
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.
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
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.