In an Agile project, testing is an integral part of the development process, and the Agile Testing Quadrants can help guide testing efforts.
Read More ...
The test automation pyramid is a testing strategy introduced by Mike Cohn in his book Succeeding with Agile. The pyramid is a metaphor for thinking about testing in software, more specific about test automation.
Read More ...
WireMock is a Java-based web service mocking tool that allows developers to simulate a web service’s behavior for testing purposes. WireMock provides an Admin API, which manages the mock server and its interactions.
Read More ...
One of the principles of Agile is to develop small, manageable pieces of functionality known as user stories. Each story goes through a cycle of design, development, and testing, resulting in a potentially releasable increment of software.
Read More ...
It is an open door to mention that software testing is an essential part of software development. It requires a unique set of skills and personality traits to be successful.
Read More ...
Recently I read the he book “Be More Pirate” by Sam Conniff. It is about the strategies and mindsets of pirates and how they can be applied to modern-day business.
Read More ...
Cucumber is a Behavior-Driven Development (BDD) framework that allows you to write automated tests in a structured and readable way. Cucumber supports the Gherkin syntax, a human-readable language for defining test scenarios.
Read More ...
Effective communication is important in all aspects of life, whether you’re trying to explain a complex concept to a colleague or a loved one.
Read More ...
Agile development teams rely on continuous feedback and improvement to deliver high-quality software. A way to achieve this is the retrospective, a regular meeting where the team reflects on their work processes and outcomes and identifies areas for improvement.
Read More ...
Agile software development is all about delivering value to the customer through continuous feedback and collaboration. One of the key tools for achieving this is the user story, a simple but powerful way of capturing customer needs and requirements.
Read More ...