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

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. Then you implement this behavior using a tool that produces automated acceptance tests to verify that the feature is implemented correctly. Open source .NET BDD tools like SpecFlow are used to store the requirements as live documentation and to perform functional or acceptance tests.

Unpacking Shift-Left Testing Benefits: Key to Reducing Costs and Boosting Collaboration

October 28, 2024 4

Software testing typically starts once the code is fully developed or in the later stages of development. With this approach, when QA’s role begins at that time, most of the development is already done, and identifying defects at this timeframe means rework for the developers, which is quite costly in terms of time and money. It also impacts project production delivery.

Stress Test: What the CrowdStrike Crash Teaches us About Software Testing

October 21, 2024 1

In a flash, CrowdStrike went from cybersecurity titan to cautionary tale. A single flawed software update triggered what is likely a $5 billion disaster. As billions vanished from their stock price overnight, this incident underscores a crucial lesson for every organization pushing the limits of rapid software releases-no speed is worth the cost of cutting corners in testing and quality control.

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.