Introduction How does testing an app on three platforms with a single test sound? That was the goal of our framework, we aimed to test the webapp and ios/android app with one single test on the User Interface side. We … Read More
QA Strategy
Improving the maintenance of your regression suite
Robust regression test execution reports show how important they are and the value they bring to the product, even more so if they are automated and run continuously. A regression plan is made up of all the tests aimed at … Read More
Process First!
It’s all about processes “Making software is like making cars” This is a recurring phrase that I sometimes debate with acquaintances. We are engineers, so it should be the same, but IT people mostly answer with a no. Software evolves, … Read More
Accessibility testing
Hi, in this article we will talk about Accessibility testing. What is Accessibility testing? Let’s start with the definition of what is Accessibility testing, is defined as a type of Software Testing performed to ensure that the application being tested … Read More
QA Engineer: Organizing a QA workflow
In this article I’ll share my experience as a QA Engineer organizing a QA workflow from scratch inside a project. Here you can find answers for common questions like: What is the purpose of having a QA person in the … Read More
Improving testability of CLLocationManager
It is common to find difficulties with the response of methods that are not ours when we write class tests that have external dependencies. Let’s see a typical case in mobile development where we can find this problem and find … Read More
Top software testing techniques & tools for building working software
Software projects today are more complex than ever before. Software industry grows at an extremely fast rate and developers should be updated with new releases and opportunities in the software world to use latest technologies and best practices. Therefore this … Read More