Back to the news
Gravity Testing Smartesting

State of Test Automation 2023: Keeping our E2E Test Suites Lean and Valuable

25.05.23
State of Test Automation 2023: Keeping our E2E Test Suites Lean and Valuable

What we learned from the survey “State of Test Automation 2023”: Keeping our E2E Test Suites Lean and Valuable

The 2023 edition of Perforce’s “State of Test Automation” survey has just been released and gives us some interesting insights:

  • Lack of resources for test automation is a major challenge in creating and maintaining automated test assets
  • Optimizing the coverage of automated tests is a high priority. There is no point in automating tests if they do not target the right scenarios for the product’s usage

A few words about this “State of Test Automation” survey. It has been conducted annually for the last 4 years and targets mainly QA professionals in all areas of Digital.

Key challenges in testing

State of test automation 2023 - Key challenges in testing - Gravity testing blog

We can see that the three main areas of concern are

  • lack of resources to automate (22%)
  • test prioritization (16%) 
  • good coverage of test cases (14%) 

These topics are very closely related: by focusing on the right tests, those that target anomalies in production, we can reduce the number of tests and decrease the efforts for their automation and maintenance. Today, the primary challenge in test automation lies in effectively addressing functional regression testing, particularly in areas like end-to-end (E2E) testing. The key lies in directing automation efforts toward the tests that truly make a difference, specifically in minimizing anomalies encountered during product usage.

This is precisely the objective of the usage-centric testing approach. To optimize end-to-end testing by analyzing actual product usage and prioritizing the most critical user journeys. By focusing on the key user interactions, this approach aims to enhance the effectiveness of testing. It also ensures thorough testing of the most significant aspects of the product.

But let’s get back to the important reasons behind the goal of prioritizing tests correctly.

Main reasons for prioritizing tests correctly:

Risk mitigation:

Testing every aspect of a system thoroughly can be time-consuming and expensive. Prioritizing tests allows for the identification and testing of critical features or components that are more likely to contain defects or have a higher impact on the system’s functionality. By focusing on high-risk areas first, organizations can reduce the likelihood of critical issues escaping into production.

Time and resource optimization:

Test prioritization helps allocate limited testing resources effectively. By identifying and prioritizing tests based on their importance and potential impact, teams can ensure that the most crucial tests are executed within the available time and resource constraints. It prevents wasting effort on low-priority tests that may not provide significant value.

Early defect detection:

Prioritizing tests based on their potential impact helps identify defects earlier in the development process. By focusing on critical functionality or areas prone to defects, teams can uncover issues sooner, enabling quicker remediation. Early defect detection reduces the cost and effort associated with fixing bugs later in the development cycle.

Faster time to market:

Prioritizing tests allows for a more efficient testing process, enabling faster time to market. By concentrating on high-priority tests and critical functionality, teams can complete essential testing activities within the desired time frame, ensuring a quicker release cycle and enabling organizations to respond promptly to market demands.

Customer satisfaction:

Prioritizing tests based on customer needs and requirements ensures that critical functionalities and user scenarios are thoroughly tested. By focusing on customer-centric priorities, organizations can deliver a higher quality product that meets or exceeds customer expectations. This, in turn, enhances customer satisfaction and builds trust in the product and the organization.

Overall, test prioritization is crucial for optimizing testing efforts, minimizing risks, and ensuring the timely delivery of high-quality software products. It aligns testing activities with business goals, customer needs, and project constraints, resulting in more efficient testing processes and improved overall product quality.

Main Test Automation Focus Area

State of test automation 2023 - type of test automation main focus- Gravity testing blog

Responses on automation priorities are indicative of current concerns, as E2E testing appears at the top, on par with performance testing.

The importance of the automation objective for E2E tests is not natural. These tests are very expensive to automate and long to run. This is where we find the key lesson from the results of this survey: to master the constraints of budget, limited resources, and reduced time to automate, it is necessary to properly target the tests that we automate. This is even more true for E2E tests, which play a very important role in preventing regression anomalies, but are expensive to create and maintain.

Automating end-to-end regression testing offers several important benefits:

Time and Cost Efficiency:

End-to-end regression testing typically involves executing many test cases to ensure that the software functions correctly after changes or updates. Automating this process reduces the manual effort required, leading to significant time and cost savings. Automated tests are faster and more frequent than manual tests, facilitating efficient release cycles and prompt feedback on software changes.

Consistency and Accuracy:

Manual regression testing can be prone to human errors and inconsistencies, leading to variations in test execution and results. Automated tests, on the other hand, follow predefined scripts or test cases precisely, ensuring consistent and accurate execution. This reduces the chances of missing critical test scenarios or introducing testing errors due to human oversight.

Test Coverage and Scalability:

End-to-end regression testing typically covers various user journeys and functionalities of the software. Automating this process allows for extensive test coverage, ensuring that all critical aspects of the software are thoroughly tested. Furthermore, automation enables scalability, as automated tests can be easily repeated across different environments, configurations, and datasets, ensuring broader coverage and reducing the risk of overlooking potential issues.

Faster Feedback:

Automating end-to-end regression testing provides faster feedback on the stability and quality of the software after changes or updates. Automated tests can be executed promptly and repeatedly, allowing for rapid detection of regression issues. Early problem identification allows prompt resolution by developers, minimizing user impact and reducing the time and effort needed for bug fixes.

Resource Optimization:

By automating repetitive and time-consuming regression tests, resources can be allocated more effectively. Testers can focus on higher-value activities such as exploratory testing, analyzing results, and enhancing test strategies, rather than spending excessive time on repetitive manual testing tasks. This optimizes the utilization of testing resources and enables the team to deliver higher-quality software within the given time constraints.

Continuous Integration and Delivery:

Automation is a fundamental component of continuous integration and delivery (CI/CD) pipelines. Automating end-to-end regression tests allows for seamless integration of testing into the CI/CD process, enabling frequent and reliable software deployments. Automated tests can be integrated with build systems and triggered automatically. This ensures that each code change is thoroughly tested before being deployed to production.

In summary, automating end-to-end regression testing improves efficiency, consistency, accuracy, test coverage, scalability, feedback cycles, and resource utilization, and supports CI/CD practices. These benefits collectively contribute to higher software quality, faster time-to-market, and improved customer satisfaction.

The top priorities to improve Testing for the next 6 to 12 months 

State of test automation 2023 - top priority - Gravity testing blog

Looking at the survey respondents’ objectives for improving testing, we observe a constant focus on automating tests (33%) and an increased emphasis on improving test coverage (18%). This objective is directly linked to prioritizing important tests and reducing the risk of anomalies that impact users and customers.

Good test coverage can be formulated using several indicators, such as requirements coverage, code coverage, interface coverage, and real usage coverage. Requirements coverage is the main objective of validation tests based on user stories. Code coverage and interface coverage are good objectives for unit and integration tests, respectively. But when it comes to functional regression tests, especially E2E tests, the coverage of the actual use of the product is the main concern.

Ensuring that E2E software testing is as representative as possible of the actual use of the product is important for several reasons:

Real-world scenarios:

By simulating actual product usage, end-to-end testing can replicate real-world scenarios and interactions that users may encounter. This allows for a more accurate assessment of how the software performs in different situations, helping to identify and address potential issues that may arise during actual usage.

Comprehensive coverage:

When testing is aligned with the actual use of the product, it helps provide comprehensive coverage of the software’s functionalities. This ensures that all critical user journeys and workflows are thoroughly evaluated, reducing the risk of undiscovered bugs or defects that might impact users in production.

User-centric perspective:

End-to-end testing that mirrors the actual product usage focuses on the end user. By considering the user’s perspective, the testing process can better validate whether the software meets the intended requirements and delivers a positive user experience. This approach helps identify usability issues, performance bottlenecks, and other factors impacting user satisfaction.

Anomaly detection:

By aligning end-to-end testing with actual product usage, it becomes easier to identify anomalies or unexpected behavior during testing. This allows for early detection and resolution of potential issues before they impact users in real-world scenarios. It helps improve the overall quality and reliability of the software.

Validation of system integration:

In summary, mirroring actual product usage in end-to-end software testing ensures comprehensive coverage, early issue identification, user-centric requirement validation, and improved software quality and user experience.

Keeping our E2E test suites lean and valuable: how Usage-centric Testing and the Gravity tool can help?

Facilitating the proper focus of E2E test suites by analyzing actual usage is fundamentally the contribution of the “Usage-centric Testing” (UcT) approach.

Knowing the coverage of the usage by the tests, allows us to eliminate useless tests and to recommend only the relevant tests concerning the real user paths of our application.

In usage-centric testing, the primary goal is to ensure that the software performs as expected in real-world usage scenarios, mimicking how actual users interact with the system. This approach, strongly supported by Gravity, aims to uncover issues that may arise when multiple features or components interact with each other, providing a comprehensive assessment of the software’s functionality, usability, and performance.

Gravity testing usage trends

If you are interested in the UcT approach, here are two articles from our Blog that go into detail.

Stay tuned!

Smoke Tests

Smoke Tests: What is-it?

Testing Gravity

Définition Smoke tests are, according to ISTQB definition:  A test suite that covers the main functionality of a component or…

Product Update - March 2024

Product Update – March 2024

Gravity News Gravity Gravity

Hello! 🌸 Spring has arrived with its share of good news: including our Product Update!! The features we’ve been talking…

Coverage requirements

Combining Usage and Requirement Coverage for Higher Quality

Gravity Testing Gravity

Requirement Coverage in a Nutshell Requirement coverage is a crucial metric in software testing that gauges the thoroughness of the…