Mensagens

A mostrar mensagens de agosto, 2020

Testing and automated tests.

"Testing it's not dependable on time constraints, feature delivery is."  There are a great number of test disciplines. The text will focus on automated tests in software development. So I could use a "should" instead of an imperative tone in the title but it seems to get the gap between "I wish" and reality even bigger. Normally, things that stay behind are the ones sacrificed when time gets shorter. The importance of testing implemented/changed chunks of code properly, are difficult when proper planning is done, when time pressure overtakes teams priorities this is neglected at all levels (management and developing). Nowadays, any development framework that wants to honor the title and aspires to completeness, have to include a decent test architecture, facilitators, focus on test reliability and efficiency creating them.   The questions I usually make when I’m thinking about a solution to a problem are: What I want this to do? How will I test it? Wha