Related Content
3 Ways to Keep Your Test Suite Lean Test automation is useful, but as your tests grow, they require maintenance. Without curation, your test suite can turn messy and uncontrollable. Keeping a lean test suite will ensure your tests remain useful. You can whip your test suite into shape by focusing on always making your tests valuable, reliable, and fast. |
||
Questions to Ask during Test Selection for Automated Tests We use test design techniques to answer the questions “What do I need to test?” and “What tests should I perform?” We try to ensure test coverage during test automation too, except that choosing poorly creates slower builds and unreliable information about product quality. Here are some guidelines for test selection. |
||
Testing Your DevOps Is Just as Important as Testing Your Software Many DevOps engineers fail to test their automation code in the same way they test the software they deploy. It's crucial for software to have tests, and this should apply to infrastructure-as-code software too, if we plan to change and improve this code with no worries about breaking automation in our DevOps pipeline. |
||
Is Shifting Left Forcing Developers to Become Testers? Even if it’s the testers who are asked to make some of the biggest changes when it comes to the concept of shifting left, they’re rarely the ones who are calling the shots. When it comes to testing earlier and more often during a project, it’s management making the big decisions. |
||
The Role of the Test Manager in Agile In traditional software processes, test managers are responsible for all management aspects of their team. Agile, however, is self-directed, so teams handle all the usual duties. Still, there is a role for test managers in agile, and it’s much more strategic than it was before. Here are the opportunities for the role. |
||
Testers Are Facing Unrealistic Expectations about Test Automation The last thing managers want to hear is that the money they’re investing in automation tools isn’t going to make everything instantly easier. But it takes time, patience, and a general understanding of the different processes involved to make test automation work for everyone involved. |
||
The Future of Testing: VR and AR in Mobile Apps With the ability to experience virtual and augmented reality using mobile devices on the horizon, the potential for these new technologies to go mainstream is huge. New test environments, configurations, and interfaces will require testers to change their methods, so get out of your comfort zone—and your office chairs! |
||
Unit Testing? Consider Taking a Rain Check Unit testing is a great way to verify software at an early stage and to ensure that modified functions are still working as specified. However, unit tests are not a magic wand. Rather than making such a big testing effort, consider taking "rain checks" for certain tests. |