Category: Test strategy
-
Stop doing test plans, focus on a strategy.
In the context of agile software development teams, some quality engineers keep trying to use test plans, when those aren’t focused on agility. Stop trying to make a plan against uncertainty or circumstances that tend to change instead, define a strategy driven by a common goal.
-
Production is just another test environment.
In one of the companies where I collaborated, I talked part in a discussion about the scope of testing of a service that connects to a well-known financial institution in Mexico. If you have worked with this institution you will know that they have a sanbox environment, which allows us as quality engineers to perform…
-
El ambiente de staging no es tu ambiente de pruebas.
A menudo, el equipo de QA utiliza el entorno de staging como ambiente de pruebas. Sin embargo, esto puede no ser la mejor práctica. Conversando con diferentes colegas del mundo tech (CTOs, Heads, developers, etc) sobre sus procesos de prueba es bastante común escuchar un “Si tenemos ambiente de pruebas” y después de indagar un…
-
El SDLC y las sub-fases que todo QA debería conocer
El ciclo de vida del desarrollo de software (en inglés: SDLC – Software Development Life Cycle) podría definirse como conjunto de fases por las que pasa el sistema que se está desarrollando desde que nace la idea inicial hasta que el software es liberado. Según el modelo en el que te encuentres tu ciclo de…