Generative AI is fundamentally changing software development by automating tasks and improving code quality, but developers need to be aware of its limitations and biases.
Adam Sandman founded Inflectra in 2006 and has been a programmer since he was 10. Today, Adam serves as the company's CEO. He is responsible for product strategy, technology innovation, and strategic business development.
All Stories by Adam Sandman
Agile projects focus on very lightweight, simple requirements embodied in user stories. However, there are some problems with relying solely on user stories. They often don't contain enough accuracy for development, testing, or industry regulations. There's a better way to write detailed requirements that are still agile.
With API testing, if you change how the API works—even if it now works better—it will break all of the code written by people using the API. Consequently, testers have a responsibility to make sure they are testing the same contract that was established when the API was first released. Here's how to test APIs right.