Related Content
Brainstorming 2.0: Generate Better Ideas with Brainwriting For decades brainstorming has been our go-to method for ideation, yet it holds back our success when the environment doesn't encourage everyone to contribute. Instead, try brainwriting—writing ideas on paper and letting teammates iterate on them. It improves not only the quantity of ideas you get, but also the quality. |
||
Empathy-Driven Development: A Slack Takeover with Andrea Goulet Thought leaders from the software community are taking over the TechWell Hub to answer questions and engage in conversations. Andrea Goulet, the CEO of Corgibytes, hosted this Slack takeover and discussed how to help teams that want to be agile but aren't, and the importance of empathy in developing software. |
||
Before You Buy That Test Tool, Answer These Questions Tools are a normal part of testing jobs because they can amplify our ability to learn about product quality. It's a good idea to review new tools for automation, performance, or monitoring to see if some solution will help you test better. Before you even look at tools, though, there are two questions you should ask. |
||
Down-to-Earth Benefits from NASA's 3D-Printed Habitat Challenge To advance the technology needed to create sustainable housing solutions for trips to the moon, Mars, and beyond, as well as here on Earth, NASA is conducting the 3D-Printed Habitat Challenge. Teams compete to construct dwellings out of local, indigenous, or recyclable materials, and designs are out of this world. |
||
Getting Faster Pull Requests in an Agile Environment Pull requests may not seem to fit into agile development, but they can work well if done right. If you can maintain feedback on your working software from frequent integration, using PRs can help people understand your code. The speed at which PRs can be reviewed depends on three things: context, size, and atomicity. |
||
The 4 C’s of Business Success Business success in the software world depends on many factors, but certain tactics apply whether the company is large or small, in a niche or a wide market. Organizations should focus on these four components—customers, competition, content, and creativity—to craft a smart strategy for success. |
||
The Value of Security Testing in QA For many organizations, traditional testing groups are separated from the IT security group. But having traditional testers perform some security testing efforts is a great way of achieving a balanced approach to shifting left while being mindful of staffing and budgetary challenges. It also has some great advantages. |
||
Leverage Your Actions to Get More Out of Test Automation Test design can contribute greatly to how manageable and maintainable your automation is. Hiding detailed steps in actions makes their automation easier to maintain, and the high-level actions can be leveraged to define less common tests. Here's how you can write tests as a sequence of actions to improve coverage. |