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

Don’t Do E2E Testing

December 9, 2024 1

End-to-end (E2E) testing is one of the more common approaches to testing software, but it is complex, fragile expensive and low quality. As soon as we accept that the best way to test our system is to deploy it all together, with everything else that it interacts with and then try broad-brush interactions with the whole lot, we have lost control.

Open Source .NET Behavior-Driven Development (BDD) Tools

December 2, 2024 0

Behavior-Driven Development (BDD) is an Agile approach that mixes requirement gathering, documentation and acceptance testing. You write human-readable sentences describing the features of your application and how they should work.

Ensuring Fair Play: The Crucial Role of Software Testing in the Gambling Industry

November 21, 2024 0

The modern gambling industry requires and incorporates advanced software to support its large online sites and applications, as well as a myriad of games for users. As this reliance increases, there is a growing need to be particularly sensitive to questions of fairness – an important foundation for building trust and engagement among users.

Generative AI in Software Testing

November 20, 2024 2

“Right now, people talk about being an AI company. There was a time after the iPhone App Store launch where people talked about being a mobile company. But no software company says they’re a mobile company now because it’d be unthinkable to not have a mobile app. And it’ll be unthinkable not to have intelligence integrated into every product and service. It’ll just be an expected, obvious thing.”- Sam Altman.

8 Best Code Testing Tools in 2025

November 18, 2024 2

In the fast-paced world of software development, ensuring the quality and performance of your code is paramount. Code testing tools play a critical role in automating and streamlining the testing process, enabling developers to deliver reliable and bug-free applications.

Migrate from Selenium to Selenide to Stabilize Your Tests

November 12, 2024 0

Selenium WebDriver is a great open source tool, but it is not software a testing library. It is a browser manipulation tool. Still, a good deal of software QA projects are built on pure Selenium. Selenide is a testing library based on Selenium for making stable and readable tests.

1 2 3 52