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. |
||
Automation for the People We tend to contrast automated and manual testing, but really, they should support each other. The key is to define what our testing objectives are, then build the solution needed to achieve them—probably a combination of manual and automated testing. We should not let the method become more important than the results. |
||
Analyzing the Software Team Generalist There's a recent trend in having generalists on the software team—there are no developers or testers, only "team members." The idea of the two roles learning from each other is a good one, but it's usually a one-way street: Testers learn to write production code or test tooling, but no one focuses on deep testing. |
||
How to Slim Down Your Bloated Email Inbox If you're spending too much time checking and answering your email—and frankly, who doesn't feel that way—you may just need to revamp your email routine. Here are some techniques for getting a handle on your messages, including better prioritization and categorization. You may even get to the coveted inbox zero. |
||
Send the Right Message: Monitor Your Choice of Voice When we communicate with our coworkers, what’s important in getting our point across is not just what we say, but how we say it. Most of the time, we intuitively moderate our tone to convey friendliness, seriousness, or disappointment, but that can change when we're stressed. Be sure you're sending the right message. |
||
What Intelligent People Say Instead of “I Don’t Know” It takes a certain level of self-confidence to admit to not knowing something when people view you as the expert. Still, if you don’t know the answer and you (or others) think you should, you have some options other than “I don’t know.” These alternative responses are more useful to you and to your questioner. |
||
Relax This Summer and Be a Maker For many, it's time for a much-needed break with a summer vacation at the beach, listening to the ocean waves with toes in the sand. But numerous studies show it’s important to take time to find a way to destress on a regular basis. If doing nothing isn't your cup of tea, Pamela Rentz has some project ideas. |
||
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. |