Test Automation Prioritization System for Software Projects

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing software testing methodologies fail to efficiently prioritize and automate tests, leading to a low automation ramp-up rate as they often focus on arbitrary or predefined test orders, resulting in the automation of unique test permutations that do not contribute to overall project efficiency.

Innovation Solution

A system and method that identify and recommend tests to automate based on multiple parameters such as risk level, business centricity, and test length, reordering tests to maximize automation reuse and ramp-up, using a test design system that calculates and presents a prioritized list for testers to focus on the most valuable tests for automation conversion.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Extent of automation

If tests are automated following the arbitrary or predefined order in the testing project, then the test automation process is simple to implement, but the automation ramp-up rate remains low because many automated tests are unique permutations that do not repeat in other tests

Engineering Contradiction:
Improveautomation ramp-up rateVSAvoidtest prioritization system complexity
Core Design Contradiction:
Extent of automationVSDevice complexity

Solution Approach 1:

The system changes the parameters used to select tests for automation by introducing multiple new parameters (repetition count, business value, risk level, automation cost) instead of using the traditional arbitrary or predefined order. This allows the system to identify and prioritize tests that will provide maximum automation benefit, directly increasing the automation ramp-up rate while maintaining manageable complexity through automated parameter evaluation.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system enables the test suite itself to determine the optimal automation priority by automatically analyzing test characteristics, repetition patterns, and business values. The test data and structure serve the system's own optimization needs, eliminating the need for external manual prioritization and reducing the perceived complexity for users.

Inventive Principle:
Principle #25Self-service

2Productivity

If the system prioritizes tests based on multiple parameters including repetition count and business value, then the automation efficiency is maximized, but the system complexity and computational requirements increase

Engineering Contradiction:
Improveautomation efficiencyVSAvoidparameter analysis system complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system performs preliminary analysis of all test parameters, repetition counts, and business values before the actual automation selection process. By pre-calculating and storing these parameters, the system avoids repeated computational overhead during test prioritization, thereby maintaining high automation efficiency while managing system complexity through upfront preparation.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system replaces manual test prioritization mechanics with automated computational analysis. Instead of testers manually evaluating and ranking tests based on multiple criteria, the system automatically computes priority scores based on repetition count, business value, risk level, and automation cost, significantly improving automation efficiency while the computational complexity is abstracted away from users.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Reliability

If automated tests are selected without considering repetition patterns, then the selection process is faster and simpler, but the overall automation value is reduced because unique permutations do not contribute to reusable automation assets

Engineering Contradiction:
Improveautomation value and reusabilityVSAvoidtest analysis time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system fundamentally changes the selection criteria by incorporating repetition count as a key parameter. Instead of selecting tests based on arbitrary order or simple criteria, the system identifies tests with high repetition counts across different permutations, ensuring that automated tests create reusable assets that improve reliability and reduce long-term testing effort, while the analysis time is minimized through efficient parameter computation.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS10223245B1System, method, and computer program for identifying tests to automate in a software testing project
Publication Date: 2019.03.05 AMDOCS DEV LTD
  • US10223245B1 patent drawing
  • US10223245B1 patent drawing
  • US10223245B1 patent drawing

AI summary

A system, method, and computer program product are provided for identifying tests to automate in a software testing project. In operation, a request for a recommendation for at least one test to automate in a software testing project including a plurality of tests is received. Additionally, a plurality of parameters associated with the software testing project are identified to identify the at least one test to automate. Further, the at least one test to automate is identified from the plurality of tests associated with the software testing project, based on the plurality of parameters. Moreover, the at least one test to automate is presented as the recommendation utilizing at least one user interface.