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

Open Source JavaScript Code Analysis

April 15, 2024 5

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 Software Testing Gets Creative: Evaluating Generative AI

April 8, 2024 0

Picture this: you’ve always tested software by checking if it does exactly what you designed it to. Now, imagine working with an AI that writes poems, designs images, or even codes on its own. How do you know if it’s doing a good job? That’s the fascinating challenge of generative AI testing.

Harnessing AI and Machine Learning for Automation Testing

March 27, 2024 1

As we enter the age of smart technologies, automated testing has become an indispensable part of modern software development. As the demand for quick and reliable testing grows, integrating AI tools into creating test scripts is becoming a standard practice.

When Postman Goes That Extra Mile to Deliver Performance to APIs

March 25, 2024 0

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.

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.

Building a Foundation for Scalable Test Automation

February 12, 2024 0

In today’s rapidly evolving digital landscape, where software products grow in complexity, and market demands shift at an unprecedented pace, scalable test automation emerges as a cornerstone of successful software development and deployment.

Learning Locust: Documentation, Tutorials, Videos

January 23, 2024 0

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.

1 2