Software Testing Tools: Unit Testing Tools, Functional Testing Tools, Load Testing Tools, Performance Testing Tools, Agile Testing Tools, DevOps
TestNote.io is a free hosted application that provides simple note taking assistance for exploratory testing. You can record the actions, questions, ideas and bugs that arise during your software testing explorations and export them in different formats.
Bug Magnet is an open source Chrome extension that provides an easy access to common software testing problematic values and edge cases. You will be able to access them easily during exploratory testing sessions so that you can fill the tested fields with a chosen value. A Firefox equivalent has also been developed.
RSpec is an open source Behavior-Driven Development (BDD) ruby package that lets you build a specification alongside your software. BDD is an approach to software development that combines Test-Driven Development (TDD), Domain Driven Design and Acceptance Test-Driven Planning. RSpec helps you do the TDD part of that equation, focusing on the documentation and design aspects of TDD.
Apache JMeter is open source Java desktop software designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.