Blog

6 data points about how the world's top organizations test their software

  • 27 July 2023
  • 0 replies
  • 62 views
6 data points about how the world's top organizations test their software
Userlevel 4
Badge +2

Tricentis released the first How the World’s Top Organizations Test report, which analyzes how industry leaders test the software that their business (and the world) relies on. For this first-of-its-kind report, Tricentis interviewed quality leaders at one hundred Fortune 500 (or global equivalent) organizations and major government agencies across the Americas, Europe, and Asia-Pacific.

Although there is no shortage of reports on overall software testing trends, the state of testing at the organizational level—particularly at “household name” brands—has historically been a black box. On the one hand, large organizations often have access to resources far beyond the reach of smaller businesses (for example, commercial as well as open source software, access to consultants and services, etc.). But on the other hand, they face daunting challenges such as:

  • Complex application stacks that involve an average of 900 applications. Sin­gle transactions touch an average of 82 different technologies ranging from mainframes and legacy custom apps to microservices and cloud-native apps.
  • Deeply entrenched manual testing processes that were designed for waterfall delivery cadences and outsourced testing—not Agile, DevOps, and the drive towards “continuous everything.”
  • Demands for extreme reliability. Per IDC, an hour of downtime in enterprise environments can cost from $500K to $1M. “Move fast and break things” is not an option in many industries.

How do these pressures impact quality processes “on the ground?” The following 6 data points shed light on how enterprise quality leaders approach core challenges related to test case design, automation, measurement, and reporting.

How do you determine where to apply test automation?

test automation breakdown

It’s typically not feasible—or even desirable—to automate every test scenario. How do organizations determine where to start and what to focus on? Common approaches include:

  • Business impact: Prioritize the applications that are most important to the business.
  • Effort savings: Prioritize what’s consuming the most testing resources.
  • Frequency of updates: Prioritize the applications that release most frequently.
  • Technical feasibility: Prioritize what’s simplest to automate given the available tools, people, and processes.
  • Application maturity: Prioritize more stable applications vs. those that are still evolving significantly.

How do you approach test design and creation?

test design and creation graph

Designing the right tests is important for achieving the maximum impact as efficiently as possible. It also aids in debugging and reduces the burden of test maintenance. Common test design approaches include:

  • By intuition: Testers rely on their own intuition and experience. They use their understanding of the application and business process to create a comprehensive testing suite that covers “happy paths,” negative paths, and edge cases.
  • Provided by dev or product owners: The developer or product owner who defined the requirement tells the testing team the functionality to test…and might even define the steps.
  • Methodical approach: Testers use industry-standard test case design methodologies—like pairwise, orthogonal, or linear expansion—to ensure high requirements coverage.

How do you measure test suite coverage?

test suite coverage graph

Test coverage is often used to determine when “enough” testing has been completed. The ways to measure coverage vary dramatically, and using different measurements can yield drastically different levels of confidence. Test coverage is often measured by:

  • Requirements coverage: Tests are correlated to requirements, and all requirements are treated equally. Covering half of the requirements would yield 50% requirements coverage—whether those requirements were business-critical or trivial.
  • Business risk coverage: Requirements are weighted according to the business risk they represent, then tests are measured based on the risk coverage they achieve. You could feasibly achieve 75% business risk coverage by testing just 15% of your requirements—or end up testing 90% of your requirements but achieving only 50% business risk coverage.
  • Number of test cases: Some teams are incentivized based on creating a certain number of tests. Focusing on quantity vs. quality can result in redundant tests and a test suite that’s difficult to maintain.

Which of the following metrics on the business impact of testing do you track and report on?

metrics graph

Organizations tend to measure business impact in terms of the so-called iron triangle of quality, cost, and speed. In terms of testing, they track and report on:

  • Defects prevented: How testing optimization exposes more issues prior to release.
  • Cost savings: How testing optimization frees up resources that can be allocated for other tasks + the cost avoidance from exposing issues prior to release.
  • Speed to market: How testing optimization enables the team to release faster with confidence.

How long does it take you to generate the quality reports you need?

quality reports time graph

This question assesses how long it takes QA leaders to generate the reports they need to understand the health and quality of their applications. This is not necessarily the output of any given tool, and often requires some manual effort correlating results from multiple tools.

What QA roles do you have in your team (or available to support your team)?

QA roles graph

Key testing roles seen across the most mature organizations include:

  • Automation Specialists, who automate tests based on the test strategy set by the team.
  • Manual Testers, who create, maintain, and execute manual tests, including exploratory tests.
  • Test Analysts, who ensure that the proper test cases are created and identify additional gaps that should be covered.
  • Automation Engineers, who typically support Automation Specialists through building frameworks or extending tools to simplify automation efforts.
  • Test Architects, who understand the overall test strategy and are responsible for ensuring that the team follows best practices around tools and processes.

0 replies

Be the first to reply!

Reply