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 ...
In Agile development, software testers play a critical role in ensuring the quality of the software being produced. They work closely with developers and other team members to identify defects and potential issues before the software is released to customers.
Read More ...
During the agile process, we get new stories to test every sprint. Many stories get subtasks to automate the checks. During the automation process, you always check whether your code’s quality is good enough.
Read More ...
Last week I posted how I can solve a zebra puzzle with the python-constraint library.
Is it possible to solve World’s hardest sudoku with this library?
Read More ...
I discovered a few weeks ago an interesting library. The library python-constraint is created to solve Constraint Satisfaction Problems. With this library I can solve some zebra puzzles
Read More ...
This post is a summary of what I learned during a keynote of Alex Schladebeck & Huib Schoots at Testnet a few years ago, but it is still relevant.
Read More ...