Related Content
Continuous Integration Makes Testers Look Like Developers There have always been distinct lines that separate developers and testers—and they didn’t often work all that close together. However, shifting everything to the left and being more concerned with testing at every single stage of development has blurred the line between their responsibilities. |
||
A Beginner's Guide to Mobile Application Testing Mobile is a great area to focus on for testers who are looking to expand their skills. So, what do you need to know before you can start testing mobile applications? Here's some information about tools and techniques that can help you get a good start in the expanding arena of mobile application testing. |
||
Data-Driven Testing Skills in an Agile and DevOps World For agile and DevOps, an understanding of the role of data analysis in the test strategy is helping teams accelerate development, testing, and deployments. As we continue to enhance our testing effectiveness, data analytics skills are an important dimension in managing risks in a “continuous everything” world. |
||
Software Testing and Monitoring in DevOps There are a lot of hidden assumptions behind monitoring for modern software development methods such as DevOps. Some think software testing is avoidable and discovering problems in production and fixing them later is okay. But monitoring isn't meant to replace skilled testing. For the best quality, use both together. |
||
The Value of Testing Simply People obsess over the number of tests and test coverage, but tests that cover more code don’t always improve quality. Some tests have low value and thus, implicitly, high cost. Simple tests may not seem impressive at first glance. But the goal of testing is to ensure quality, and simple tests can be very valuable. |
||
The Key Areas Where Testers Need to Grow With new methodologies, technologies, and innovations constantly being introduced, testers need to continue to push forward with an open mind and an understanding of different disciplines to make sure they have a rock-solid standing in the process. |
||
Choose Continuous Integration over Branching for Faster Feedback Continuous integration is the best way to get feedback often on the state of your project. Running automated builds and tests after each integration improves reliability and predictability. Consequently, using task and feature branches, while useful in some cases, can be a distraction and delay getting information. |
||
Engineering Architecture Systems for a Faster Build In the era of continuous integration and continuous deployment, big applications are creating bloated build pipelines. The problem is when code becomes so entangled that every change impacts large portions of the system, meaning there’s a lot to rebuild. If you reshape the code architecture, you can reduce build times. |