Según el propio libro de Brooks, la ley es una “frívola simplificación”, pero se hace eco de la idea. Brooks destaca dos factores principales que explican el porqué de la ley: Nuevas personas en un proyecto necesitan tiempo para ser productivos. Brooks denomina este lapso el tiempo de rampa de subida (“ramp up time”). Los […]
AceleraKit es una iniciativa del Gobierno Nacional con la que se busca dar respuesta inmediata a las necesidades de herramientas digitales de empresas, para fortalecer sus procesos comerciales. El Ministerio de Tecnologías de la información y las Comunicaciones abrió una convocatoria que busca contribuir con la generación de oportunidades para impulsar la reactivación económica del […]
ISTQB es un organismo de certificación internacional, que certifica la calidad de los profesionales que participan en el proceso de elaboración y ejecución de pruebas de software Softesting, como parte de su proceso de mejora continua, se convirtió en partner silver ISTQB, de esta forma certifica su trabajo con una entidad mundialmente reconocida en […]
What are the specificities of mobile devices? How can they be taken into account during the testing phases? Network connections There are several mobile data connection standards. They are generally: EDGE, UMTS, 2G, 3G, and 4G and Wifi (b, g, n). Connection speed and quality vary widely, especially across different international markets. Every different case […]
Automation testing has been the buzz word in the world of testing. It has helped companies take new features to market faster while ensuring a bug-free user experience. It has improved the productivity of developers and QA testers, while ensuring a massive increase in test coverage, to keep up with the proliferation of different devices, […]
Coming from: When Is a Test Case Ready for Test Automation The next question is, how can we assess when and how often something is going to break? This is a tough question to answer and it heavily depends on your specific situation. Luckily, smart people have done some work for us already! For instance, […]
Qué es el Agile Testing Agile Testing es una práctica de pruebas de software que sigue los principios del desarrollo ágil de software. Involucra a todos los miembros de un equipo ágil multifuncional, en el cual el rol del tester es el de un experto multifuncional, garante que se entregue el valor de negocio deseado […]
API is an acronym for Application Programming Interface. In software application (app) development, API is the middle layer between the presentation (UI) and the database layer. APIs enable communication and data exchange from one software system to another. API testing is a software testing practice that tests the APIs directly — from their functionality, reliability, […]
Aunque sean dos atributos distintos, mucha gente se confunde entre la severidad y la prioridad de un defecto. Uno puede llegar a preguntarse, ¿Qué es más importante, un defecto con prioridad alta o severidad alta? Antes de responder la pregunta, veamos que nos dice la teoría sobre cada uno de estos atributos. La prioridad […]
Technically there are no applications without requirements. Imagine software that does nothing specific but is simply line after line of code stretching on. It will be a staircase leading nowhere. All software has requirements and is targeted at a particular task; specifically, it is a solution to a problem. So requirement-less software isn’t a possibility. However, software […]