Systems | Development | Analytics | API | Testing

Latest Posts

Migrating to Atlassian Cloud with Zephyr Test Management

As you may or may not know, Atlassian is accelerating their journey to Cloud. This has some important implications to anyone who uses Atlassian Server based products, including apps. Read on to learn how we support customers of Zephyr for Jira and Zephyr Scale as they transition to Cloud. As of February 2, 2021, Atlassian customers can no longer purchase or request a quote for new Server licenses. Existing customers can continue purchase Server apps on Marketplace until February 2, 2023.

Test Management 101: Traceability

Why do we test? Testing proves that our application works properly. Traceability, or being able to trace requirements to test cases, forms the foundation of your testing strategy. Test traceability is the ability to link a test to a set of requirements and verify that the application works as expected. Traceability matters as your product scales. When your application is small, it’s easy to pinpoint what’s broken. Most of these requirements can be tracked in a spreadsheet.

What Is Document Review?

In the context of the software development lifecycle (SDLC), document review makes it easier for an organization to curate, govern, and manage the lifecycle of digital artifacts beyond source code. These include documentation, spreadsheets, presentations, image flies, system and architectural images, and other files related to software projects. It is a discipline often practiced in regulated industries, or where quality certification is a requirement.

Understanding the benefits of test management and BDD

Teams have been testing software for as long as software has existed. With the increased adoption of continuous integration and delivery, automated tests are becoming essential. Behaviour-driven development (BDD) is a modern approach to developing software that grew out of Agile and test-driven development. Most teams/organisations can benefit from test management and BDD, but BDD adoption is much more than simply managing tests – automated or manual.