Software Testing Tools: Unit Testing Tools, Functional Testing Tools, Load Testing Tools, Performance Testing Tools, Agile Testing Tools, DevOps

Open Source JavaScript Code Analysis

April 15, 2024 9

The quality of the JavaScript code is often verified with the traditional activities of unit and functional testing. There are however tools that allow checking code before or during its execution to assess its quality and its adherence to coding standards using a process called code analysis. This article presents a list of open source tools to perform static and dynamic code analysis on JavaScript programs.

When Postman Goes That Extra Mile to Deliver Performance to APIs

March 25, 2024 1

Postman is an API platform for building, using and testing APIs. Postman aims to simplify each step of the API lifecycle and streamlines collaboration so you can create better APIs. This article provides an introduction to the different features of using Postman as a test automation tool during the software testing activities related to API creation and management.

Suptask Review – Slack Ticketing Software

February 22, 2024 1

Are you considering if Suptask is the right ticketing tool for your Slack workspace? This 2024 task review scrutinizes its capabilities, compatibility with other systems, and advertised performance.

Open Source Bug Tracking Tools

February 19, 2024 2

Bugs, issue, defect, there are many names to define the problems you have with software, either during the code development phase or when the application is already in production. Bug tracking tools are an integrated part of a software quality and software testing strategy and there are many open source tools available.

Learning Locust: Documentation, Tutorials, Videos

January 23, 2024 1

Locust is an open source load testing tool that supports running load tests distributed over multiple machines and can be used to simulate millions of simultaneous users. This article provides pointers to documentation, tutorials, courses and videos to learn how to use Locust open source load testing tool.

Open Source Test Reporting Tools

December 7, 2023 2

Running automated tests is a good thing for software quality assurance. Now you have to understand the results of the current test run. You could also be interested to see how your tests results evolve over time. To achieve these goals, you need a tool to produce meaningful tests reports and there are some open source tools to help you do this.

Cross-Browser Testing Tools (Free, Open Source, Paid)

October 2, 2023 6

When today’s applications run on various browsers (Chrome, Firefox, Safari, Edge, etc.) on different mobile or desktop devices with specific screen settings. This is why you need to perform cross-browser testing for your automated tests. This article lists the main desktop or online cross-browser testing tools available today.

1 2 3 4 7