Tutorials and resources on how to apply test automation in software testing

Software Testing Strategies for Scalable Multiplayer Games

October 11, 2024 0

World of Tanks, War Thunder, War Robots, or you name it, multiplayer games have exploded in popularity because of their capability of hosting multiple players in real-time environments. However, it is not always easy to create and maintain a seamless engagement experience, especially when you aim to serve a global audience group. Though several factors can determine the success of a multiplayer game, the most significant among them is software testing.

Top 10 Software Testing Trends for 2024

October 9, 2024 1

With an anticipated annual growth rate of 7% CAGR from 2024-2032, the software testing industry is set to expand at a uniform pace as per GMI. The continued advancement of testing methodologies and tools that improve software quality and performance has propelled development in the general software engineering sector.

Commercial and Open Source JMeter Plugins

October 8, 2024 3

The Apache JMeter is an open source load testing tool developed by the Apache Foundation that can be used to test performance both on static and dynamic resources. It can be used to simulate a heavy load on a server and also some functional testing. JMeter has an open architecture that can be extended with plugins.

Building Test Suites for .NET Web APIs

October 1, 2024 0

You built an API in .NET, put it in production, customers are using it, and now you have promises to keep. Promises related to the API contract and behavior. A good test suite will help you keep those promises by protecting against regressions.

Open Source Database Testing Tools

September 26, 2024 7

Database testing is one of the areas that might have the smaller number of open source tools. The programming languages have many xUnit tools and mocking frameworks, but this is not the case for databases. This article provides a list of open source tools that can be used to perform unit, load and security testing on several relational (MySQL, Oracle, SQLServer, etc.) and NoSQL databases.

Automated Load Testing Course with Gatling

September 17, 2024 0

QA had thoroughly tested the new release, performed Unit tests, functional tests and yet… we still crashed. The ultimate goal in development is to make sure the application works for the end users in the production env, not just in QA. This is where load testing and Gatling come in.

Automated Testing of PDF Documents

September 13, 2024 1

In a paperless era, the PDF format has become a de facto standard from creating documents like bank account statements, utility invoices or hotel booking confirmations. This article explores the different ways to automate the testing of PDF documents.

1 2 3 4 51