Multi-Platform Software Testing Framework

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current software testing methods are disjointed and time-consuming, requiring developers and testers to create and execute test cases for each platform individually, leading to increased testing time and the need for collaboration, especially when testing web applications across multiple platforms.

Innovation Solution

A software testing system that facilitates simultaneous testing across multiple platforms using a framework and user interface, allowing for automatic execution of test cases in parallel and generating cross-platform test results, thereby reducing testing time and eliminating the need for frequent developer-tester collaboration.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If test cases are executed individually for each platform, then testing can be performed using standard tools and procedures, but testing time increases and productivity decreases

Engineering Contradiction:
Improvetesting thoroughnessVSAvoidtesting speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system segments the testing process by creating separate test threads for each platform while maintaining centralized control. Each test thread independently executes test cases on a specific platform, allowing parallel execution without interference. This segmentation enables simultaneous multi-platform testing, resolving the contradiction between thorough individual testing and overall testing speed.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces an intermediary testing management layer that coordinates between multiple test cases and platforms. This intermediary manages test thread creation, execution scheduling, and result aggregation, enabling parallel testing across platforms while maintaining centralized control and comprehensive test coverage.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If multiple platforms are tested simultaneously, then testing time decreases and productivity increases, but system complexity increases

Engineering Contradiction:
Improvetesting speedVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system merges multiple test execution environments into a unified testing framework. By combining separate test cases into a single test suite that can execute across multiple platforms simultaneously, the system achieves parallel testing without proportionally increasing overall system complexity. The unified framework manages all test threads through centralized control mechanisms.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system implements dynamic test thread management where test threads are created and executed based on platform availability and test requirements. The testing framework dynamically adjusts the number and configuration of active test threads, optimizing resource utilization while managing system complexity through adaptive rather than static configuration.

Inventive Principle:
Principle #15Dynamics

3Adaptability or versatility

If test cases are created and executed individually for each platform, then each platform can be tested with platform-specific tools, but the need for developer-tester collaboration increases

Engineering Contradiction:
Improveplatform-specific testing capabilityVSAvoidcollaboration overhead
Core Design Contradiction:
Adaptability or versatilityVSEase of operation

Solution Approach 1:

The system implements a universal testing framework that can execute the same test suite across multiple different platforms. This multi-functional approach allows a single test case design to work across web, mobile, and desktop platforms, reducing the need for platform-specific test variations and minimizing developer-tester collaboration overhead while maintaining platform-specific testing capabilities.

Inventive Principle:
Principle #6Universality (Multi-functionality)

4Device complexity

If sequential testing is performed across platforms, then system complexity remains low, but testing time increases and productivity decreases

Engineering Contradiction:
Improvesystem simplicityVSAvoidtesting duration
Core Design Contradiction:
Device complexityVSLoss of time

Solution Approach 1:

The system ensures continuous useful action by executing test cases in parallel across multiple platforms simultaneously rather than sequentially. Multiple test threads run concurrently, maximizing resource utilization and eliminating idle time between platform tests. This continuous parallel execution maintains relative system simplicity while dramatically reducing total testing duration.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentEP3333712B1Simultaneous multi-platform testing
Publication Date: 2021.09.29 ACCENTURE GLOBAL SOLUTIONS LTD
  • EP3333712B1 patent drawingFigure 1
  • EP3333712B1 patent drawingFigure 2A
  • EP3333712B1 patent drawingFigure 2B

AI summary

According to an example of the present disclosure, a software testing system is operable to test functionalities of a web application across different platforms. The software testing system can interact with different platforms via different drivers to facilitate multiplatform testing of the functionalities. Also, multiplatform test result views may be generated.