Patents
Literature
Patsnap Eureka AI that helps you search prior art, draft patents, and assess FTO risks, powered by patent and scientific literature data.

62 results about "Software automation" patented technology

Script preservation method, device, equipment, medium and program product

The invention provides a script preservation method which can be applied to the technical field of artificial intelligence. The script preservation method comprises the following steps: carrying out semantic understanding on demand related files by utilizing a large model, extracting core elements, and generating a structured demand change list; analyzing to obtain an abstract syntax tree of an existing script code, and constructing a mapping relationship between the software automation test element and a script code block; dynamically comparing the structured demand change list with an existing script code structure tree based on a mapping relation between software automation test elements and script code blocks, identifying a script range influenced by demand change, and outputting a change influence matrix; and based on the change influence matrix, generating an automatic script code snippet needing to be updated, and realizing preservation of the automatic script. The invention further provides a script preservation device and equipment, a storage medium and a program product.
Owner:INDUSTRIAL AND COMMERCIAL BANK OF CHINA

Automatic task processing method, system and device and storage medium

The invention discloses an automatic task processing method, system and device and a storage medium, and relates to the technical field of artificial intelligence and software automation. Comprises: receiving a task instruction input by a user; performing intention understanding and task disassembling on the task instruction to generate a structured task sequence; planning a plurality of candidate execution paths based on the structured task sequence, and selecting an optimal execution path based on a preset evaluation system; reasoning and executing each step in the optimal execution path through a control thinking mechanism, and outputting an intermediate or final result; performing autonomous verification on the output final result, and judging whether a preset condition is met or not; and if verification fails, starting an error reflection mechanism, analyzing an error reason and generating a repair strategy. The method has the advantages that the task process can be dynamically planned, autonomous verification and error correction and continuous learning optimization can be achieved, and meanwhile efficient and reliable intelligent automatic processing is achieved.
Owner:山东怡然信息技术有限公司

Server high and low temperature business operation switching test method

The invention discloses a server high and low temperature service operation switching test method, which comprises the following steps of: acquiring an incubator test temperature and an automatic service loading script in combination with temperature sensing, and simultaneously carrying a server function module monitoring script to form a high and low temperature cycle test service switching automatic test. According to the method, software and hardware are combined in the testing process, the testing temperature change is obtained through a hardware temperature sensing chip, then the service loading capacity of each module of a product is controlled through a software automatic script, the temperature box testing temperature and the automatic service loading script are obtained by combining temperature sensing, and meanwhile, a server function module monitoring script is carried; therefore, a high and low temperature cycle test service switching automatic test method can be formed, manual mechanical operation of personnel can be abandoned, manpower is saved, the test efficiency is improved, and the risk of missing test is reduced.
Owner:BEIJING HUAKUN ZHENYU INTELLIGENT TECH CO LTD +1

Automated method for virtual technical assistance in the correction of computer vulnerabilities through combined usage of software automation and artificial intelligence technics

The invention relates to an automatic method for technical assistance in the correction of vulnerabilities of a computer system, where the aforementioned method comprises at least the following steps: a) receiving information relative to computer system vulnerabilities by text, voice, file input or through data exchange; b) launching tools based on artificial intelligence algorithms and machine learning to understand the information and requests entered relative to vulnerabilities; c) performing parsing and text mining of the information received and process it through intelligent data matching with information relative to the computer vulnerabilities present in a database or through interaction with external online vulnerability databases; d) in case of unsatisfactory results, starting an extended online search by web scraping using deep learning algorithms and unsupervised machine learning; e) updating an internal vulnerability database with the additional information found; and f) generating a vulnerability report accompanied by relative remediation.
Owner:CYLOCK SRL

A playwright-based web system permission function automatic testing method

The application relates to the technical field of software automatic testing, in particular to a Web system permission function automatic testing method based on Playwright, which comprises the following steps: creating independent browser contexts for multiple test accounts, and starting multiple page instances to load Web system interfaces to be tested in a concurrent mode; identifying clickable elements in the pages, iteratively updating the elements in combination with a local element library, and adopting a multi-mode clicking mechanism combining native clicking, native JS clicking and coordinate clicking to execute operations; monitoring and identifying page pop-up boxes, storing screenshots, and iteratively updating a pop-up box identification library; and summarizing test results to generate a test report. Through the concurrent execution of multiple accounts and multiple interfaces, the dynamic iteration of the element library and the pop-up box library, and the multi-mode clicking guarantee, the efficiency, adaptability, reliability and ease of use of the permission test are significantly improved.
Owner:SHENZHEN SHIXI TECH CO LTD

A method of batch software automated build

ActiveCN116301742BSimplify the work of buildingImprove adaptation efficiencyVersion controlProgramming languages/paradigmsConfigfsSoftware engineering
The application discloses a kind of batch software automatic construction method, builds software on Linux and Kylin system, specifically includes the following steps: using AI neural network model analysis each source code description file of software, extracts the information of dependent installation, configuration or compilation;Write regular expression to extract the information of dependent installation, configuration or compilation in each source code description file of software;Contrast the information obtained by the above two methods, make a comprehensive decision;If the relevant information cannot be obtained by using the above two methods, then traverse the configuration file information in the first folder of source code directory by the method of traversal, select the appropriate default compilation method;Grab the information printed when compiling, use regular method to grab key flag information, judge whether the compilation is successful or not.By the application, a general method is established, which greatly simplifies the software construction work in the daily work of developers, and can quickly perform the construction work of a large number of code packages.
Owner:ADVANCED OPERATING SYST INNOVATION CENT (TIANJIN) CO LTD

Software automation test method, device and equipment, storage medium and computer program product

The invention discloses an automatic software testing method and device, equipment, a storage medium and a computer program product, and relates to the technical field of software development, and the method comprises the following steps: obtaining multi-source input data or change requirements of a software system; generating a business knowledge graph based on the multi-source input data or the change demand; automatically deducing a test case based on the business knowledge graph; and executing an automatic test on the software system based on the test case, and outputting a test result. The generation of the test logic is completely driven by the knowledge graph reflecting the current state of the software system instead of a solidified script or a static template, and the whole test process can be autonomously adjusted along with software evolution without any manual intervention, so that real intellectualization and adaptive evolution of the test process are realized, manual participation is not needed, and the test efficiency is improved. Therefore, the adaptive capacity of software testing is improved.
Owner:HEFEI MADAO INFORMATION TECH CO LTD

Automatic testing method and system for game software

PendingCN121524066AError detection/correctionTest efficiencyTest agent
The invention relates to the technical field of game testing, and provides an automatic testing method and system for game software, and the method comprises the steps: obtaining a behavior target sequence of a testing path of a testing agent in a video game; the behavior target sequence comprises a plurality of behavior targets, the behavior targets are used for indicating test tasks needing to be completed by the test agent, and the behavior targets further comprise task physical environment information corresponding to the test tasks; when the test agent is controlled to execute a behavior target in the behavior target sequence, an operation instruction is determined according to the state information of the test agent and the task physical environment information, and the operation instruction is used for guiding the test agent to complete the behavior target; and controlling the test agent to execute the operation instruction. The test efficiency of the game software can be improved.
Owner:YANCHENG DONGYUE XINGXU NETWORK TECHNOLOGY CO LTD

A large language model-based resource management API misuse detection method and system

The application discloses a resource management API constraint extraction method and system based on a large language model, and belongs to the technical field of software automation analysis. In order to solve the illusion problem caused by directly using a large model to analyze API constraints, the application extracts function declarations and resource management sentences from API documents; constructs a multi-dimensional prompt template to obtain API allocation judgment results and reasoning processes; extracts core predicates of reasoning text and performs consistency verification to correct illusions; structures function declarations and extracts resource object types in combination with semantics; searches for paired release functions by taking the object types as constraints, and outputs API pairs; and finally performs resource misuse detection based on the API pairs through static analysis. The application can significantly reduce model output errors, improve release function searching accuracy, has strong anti-illusion ability and high automation degree.
Owner:INSTITUTE OF INFORMATION ENGINEERING CHINESE ACADEMY OF SCIENCES

Data-driven extensible communication protocol analysis system, method, equipment and medium

The invention discloses a data-driven extensible communication protocol analysis system, method and device and a medium, and relates to the technical field of communication protocol processing and software automation, and the system comprises a log preprocessing module which is used for forming a binary protocol frame to be analyzed; the frame analysis module is used for carrying out structured analysis on the binary protocol frame and comprises a protocol atom library used for storing and analyzing an atom analysis function of a basic data field; the atomic type mapping table is used for associating an atomic type identifier declared in a protocol description file with the atomic analytic function; and the data stream analysis and visualization module is used for generating visual output based on the data stream context formed in the frame analysis process. According to the invention, the analysis of the newly added protocol field only needs to register a new atomic function in the protocol atomic library without modifying the core architecture of the system, and the newly added protocol type only needs to establish a new frame structure mapping relation, so that the system can quickly adapt to the evolution requirements of various communication protocols.
Owner:SANXIA JINSHAJIANG YUNCHUAN HYDROPOWER DEV CO LTD

An automated task processing method, system, apparatus and storage medium

The application discloses an automatic task processing method, system and device and a storage medium, and relates to the technical field of artificial intelligence and software automation. The method comprises the following steps: receiving a task instruction input by a user; performing intention understanding and task decomposition on the task instruction to generate a structured task sequence; planning a plurality of candidate execution paths based on the structured task sequence, and selecting an optimal execution path based on a preset evaluation system; reasoning and executing each step in the optimal execution path through a tempering thinking mechanism, and outputting an intermediate or final result; autonomously verifying the final result, and determining whether the final result meets a preset condition; if the verification fails, starting an error reflection mechanism, analyzing the error cause, and generating a repair strategy. The application has the beneficial effects that it can dynamically plan a task flow, autonomously verify and correct errors, and continuously learn and optimize, and simultaneously realizes efficient and reliable intelligent automatic processing.
Owner:山东怡然信息技术有限公司

An automated test case generation method and system based on operation intention model and quality access linkage

The application is suitable for the technical field of software automatic test, and provides an automatic test case generation method and system based on operation intention model and quality access control linkage, which comprises the following steps: constructing an operation intention model to simulate user operation intention; configuring quality access control conditions; generating candidate test cases by using the operation intention model; executing the candidate test cases and collecting quality evaluation data; comparing the quality evaluation data with the quality access control conditions; and adjusting the generation strategy and optimizing in a closed loop according to the comparison result. The application introduces user behavior understanding and machine closed loop control into automatic test, realizes high-quality initial generation and dynamic adaptive optimization of test cases, significantly improves the generation efficiency, business coverage rate and quality stability of test cases, and has important significance for improving the intelligent level of large-scale agile test.
Owner:SHANGHAI TRUSTED IND CONTROL PLATFORM CO LTD

Software automation test method and system

The invention discloses an automatic software testing method and system, and the method comprises the steps: S1, reading a test case from an Excel table, and carrying out the preprocessing of the test case; s2, according to the test case, simulating user operation through a UI automation technology to realize function operation simulation of the tested software so as to obtain an actual output result; s3, according to an expected expression in the test case, calculating to obtain an expected output result; s4, comparing the actual output result with the expected output result to obtain a test result of the test case; and S5, writing the test result into a cell corresponding to the test case in the Excel table. According to the software automatic testing method and system, the testing process can be simplified, the testing efficiency can be improved, and the testing cost can be reduced.
Owner:CGN DIGITAL TECH CO LTD

Software automatic test implementation method, device and equipment and storage medium

This invention discloses a method, apparatus, device, and storage medium for implementing automated software testing, relating to the field of software testing technology. The method includes acquiring test tasks and sending them to a corresponding test management platform; parsing the test tasks and associating them with basic test cases in a test case library to form an automated test sequence for the corresponding test tasks; distributing the automated test sequence to automated test execution devices managed by the test management platform; executing test plans, performing test operations, obtaining test results, and generating test reports. This application employs distributed technology to construct an automated software test factory, building a data management system and multiple test management platforms to replace the central platform system, significantly improving the shortcomings of centralized solutions such as long construction cycles, high costs, poor scalability, and poor stability.
Owner:DONGFENG MOTOR GRP

Software automation test equipment for battery management system

The invention discloses a battery management system software automation test device, and relates to the technical field of batteries, the battery management system software automation test device comprises a test preparation module, a test execution module, a durability test module, a test ending module and a database, firstly, a simulation simulator simulates a BUM to dynamically modify the monomer voltage, temperature and current value of a tested controller; meanwhile, the tested controller receives an instruction issued by the test upper computer to simulate a communication fault, then simulates the TMS and controls the TMS by modifying the temperature of a single cell, meanwhile, the direct-current power supply simulates output voltage, and the simulator simulates a current sensor according to charge and discharge multiplying power to send a current message to the tested controller; finally, the tested controller under different charge-discharge multiplying power and simulation working conditions is simulated, the stability of the tested controller is analyzed, the test cost and the complexity of a test link are reduced, the reliability and the stability of the tested controller can be effectively verified, and the test efficiency and the test convenience are guaranteed.
Owner:江苏领储宇能科技有限公司

Dynamic screen area monitoring and self-adaptive character extraction system based on visual positioning

The invention discloses a dynamic screen area monitoring and self-adaptive character extraction system based on visual localization, which relates to the technical field of dynamic screen character perception, and comprises the following steps: acquiring an original image frame of an electronic screen, carrying out resolution adaptation, automatically identifying a target area and outputting coordinates; executing character recognition; detecting a target area content change of the target area image; and driving the extraction system to re-execute the positioning-extraction process. According to the method, dynamic screen area monitoring and adaptive character extraction without manual intervention are realized, the manual operation cost and the system maintenance burden are reduced, and high-reliability and high-adaptive intelligent screen sensing capability is provided for application scenes such as software automatic testing, user behavior analysis, content security auditing and barrier-free assistance.
Owner:SHANGHAI SHANHAO INTELLIGENT TECH DEV CO LTD

Application state snapshot detection and bifurcation execution method and device, equipment and medium

The invention belongs to the technical field of software automation testing, and provides an application state snapshot detection and bifurcation execution method and device, equipment and a medium, and the method comprises the steps: distributing instance identifiers and session identifiers for virtual instances of a running target Android application, and constructing a mapping table of the instance identifiers and the session identifiers; according to the mapping table, an incremental snapshot and fingerprint technology is adopted to collect snapshot content of the virtual instance according to the triggering opportunity, the snapshot content is stored in an associated mode according to the mapping table, and a snapshot generation process is determined through a session access index table; performing state recovery and operating environment isolation on the bifurcation instance according to the photo generation process; and creating a plurality of sub-process instances for each bifurcated instance, and debugging the bifurcated instances according to the debugging strategy and the modification configuration to obtain a debugging result. The method has the beneficial effects that the abnormal points can be carried and reproduced, and the detection accuracy and efficiency of faults, especially even faults, are improved.
Owner:HUNAN XIAOSUAN TECH INFORMATION CO LTD

Software improvement suggestion generation method based on fault feature matching and role orientation

The application relates to the field of data retrieval and software automation, and particularly relates to a software improvement suggestion generation method based on fault feature matching and role guidance. Standardized fault events are formed by standardizing original fault data and analysis description data. The event content is subjected to word segmentation and semantic understanding by using a pre-trained domain natural language model, and preliminary feature information is extracted. Then, the context dependency relationship between features is analyzed by using a bidirectional long short-term memory network, longitudinal causal correlations and horizontal relationships containing a transmission chain, a responsibility chain and a correction chain are constructed, and on this basis, corresponding associated chains can be triggered according to the key content input by a user role, and targeted improvement suggestions are output by combining a natural language generation technology. The application converts fragmented fault cases into a structured knowledge network, realizes systematic reuse of fault data, improves the pertinence and efficiency of software improvement, and effectively reduces test cost and manpower investment.
Owner:CHINESE PEOPLES LIBERATION ARMY UNIT 93184

A declarative ui automation cross-platform translation method

PendingCN122331956ALinguistic modelSyntax error
This application relates to the field of automated migration technology for computer software, specifically a declarative method for automated cross-platform UI translation. The method includes: parsing a source UI file, extracting component types, attributes, modifiers, and child node information, and constructing a structured UI tree; mapping the component types, attributes, and modifiers in the UI tree to the basic structure of the target platform ArkUI based on a predefined cross-language component mapping table, generating an ArkUI code skeleton; constructing prompts, inputting the ArkUI code skeleton and prompts into a large language model, and using the large language model to generate preliminary ArkUI code; correcting syntax errors and incompatibilities in the generated preliminary ArkUI code using deterministic transformation rules, and outputting target code that can be directly compiled and run. This invention significantly improves the engineering implementation efficiency of cross-platform UI translation while maintaining high-fidelity visual effects.
Owner:SHANDONG UNIV

Method and system for extracting data from documents and automatically modifying data item of the extracted data based on guidance retrieved from feedback file

Improved techniques for extraction of data from documents, namely, from images of documents, so as to better enable software automation. The software automation can, for example, be provided by software robots of RPA systems. The improved techniques can provide automated feedback-based modification of data extracted from an image of a document through use of previously used validation guidance provided by a user in validating extracted data from a same or similar document. In one embodiment, the automated feedback-based modification can locate an appropriate feedback file through use of document fingerprints and document clusters. Then, guidance from the appropriate feedback file can be used to automatically modify at least a portion of the data extracted data from the image based on the guidance retrieved from the feedback file. Advantageously, the improved techniques can reduce the need for user participation in validation of data extracted from images of documents, and yield greater and more accurate automated data extraction.
Owner:AUTOMATION ANYWHERE INC

An automated testing system and method for server interfaces

PendingCN122309352AAnalysis toolsTest execution
This invention discloses an automated server interface testing system and method, belonging to the field of software automated testing technology. The system includes receiving a test configuration command containing the address of the interface to be tested, expected response, and concurrency scale parameters; obtaining the latest version of the associated business code from the version control repository, calling a code dependency analysis tool for syntax parsing, and generating an interface function call relationship topology diagram; dynamically creating multiple logically isolated test execution containers based on the concurrency scale; automatically constructing independent test request message sequences for each interface and covering different input conditions based on the topology diagram and expected response data using a test case generation engine; and distributing the message sequences to each container, driving it to send requests to the corresponding interface. This method automatically constructs test models and intelligently generates test cases through code parsing, improving the automation level, scenario coverage, and execution efficiency of testing.
Owner:百信信息技术有限公司

A method and system for BIM software automated testing based on RPA

The application discloses a kind of based on RPA BIM software automation test method and system.The method includes: through built-in embedded module, the interactive channel of two-way communication between RPA player and BIM software is established, the accurate driving of BIM software is realized;Create standardized test environment, system deployment includes input, output and document assets in basic test assets;Create the RPA automation test script of task-process-step hierarchical structure;Batch automation testing is carried out by forming OPR project file by organizing multiple scripts, and test report is generated.The corresponding system contains five modules of communication service, test asset management, test editing, test execution and test management.The application solves the problem of low BIM software test efficiency and strong artificial dependence, realizes the automation test and efficient regression verification of complex modeling process.
Owner:ZHEJIANG HUADONG ENG DIGITAL TECH CO LTD +1

Mobile software automation method based on semantic knowledge graph and LLM enhanced reasoning

This invention proposes an automated mobile software method based on semantic knowledge graphs and LLM-enhanced reasoning. It explores and constructs an initial knowledge graph through an automated interface, and leverages the strong semantic understanding capabilities of a large language model to efficiently complete and semantically enrich the graph, quickly forming a complete knowledge representation covering component attributes, operational logic, and cross-application dependencies. The structured knowledge of the knowledge graph effectively constrains the reasoning process of the large language model. The system automatically explores the application interface and constructs the knowledge graph using a hybrid traversal strategy, employs a template-instance abstraction mechanism to adapt to dynamic content, and performs multi-dimensional instruction matching and path planning based on the graph, ultimately transforming natural language tasks into executable system-level operation sequences. This invention achieves an end-to-end automated closed loop from instruction parsing to execution monitoring, covering diverse user operation scenarios. While ensuring response efficiency, it significantly reduces parsing and execution errors, effectively improving the adaptability, robustness, and user experience of mobile automated control.
Owner:BEIJING UNIV OF CHEM TECH

AI-driven supply chain software automatic code generation method

The invention provides an AI-driven supply chain software automatic code generation method, relates to the technical field of supply chain software development, and solves the problems that the current supply chain software development efficiency is low, the manual adjustment cost is high and cross-system integration is difficult. The method comprises the following steps: firstly, acquiring a component template library, wherein a front-end component template and a background interface code template which are packaged by adopting a fixed structure and configurable parameters are stored in the component template library; further acquiring a configuration description file, analyzing configuration parameters, retrieving the component template, injecting the configuration parameters into a configurable parameter position of the component template, and splicing according to a project directory specification to generate a basic code prototype of the supply chain software; and finally, analyzing the service context information of the supply chain by using an AI agent, generating a service logic code, and embedding the service logic code into the basic code prototype to obtain a target code of the supply chain software. According to the method, full-process efficient support from a first edition framework to business logic landing can be provided for supply chain software related to ERP, WMS and MAS.
Owner:SICHUAN HONGTU LOGISTICS +1

Enterprise office software automation inspection and health degree scoring method for complex workflow

The application discloses an office software automation inspection and health degree scoring method for complex workflows, and belongs to the technical field of computer software scoring. The method comprises the following steps: through a configuration file analysis engine and a process definition file semantic analysis module, a depth-first and breadth-first traversal algorithm is used to construct a workflow dependency graph; a patrol task scheduling engine performs topological sorting on the patrol task based on the Kahn algorithm, generates a patrol execution queue in accordance with the dependency order, and supports dynamic priority adjustment and load-aware scheduling; a multi-dimensional running data collection agent collects workflow engine state, component service response, process instance execution progress and abnormal event log data, and stores the data into a time series database after standardization processing; a cross-component fault propagation path is identified, and component and overall health degree scores are output. The application improves the inspection efficiency and operation and maintenance response capability.
Owner:ZIBO CHENGAN ELECTRIC POWER AUTOMATION ENGINEERING CO LTD

Secret protection during software development life cycle

ActiveUS12719696B2Manifest fileData center
Techniques are disclosed relating to the protection of secrets within a software development lifecycle. Developers can use an encryption service to encrypt a secret to be used by an application within a package. The secret can be associated with the application, and then encrypted and included in a package that is signed and passed through a software automation pipeline to a data center that hosts the production server for the application. The application executing on the production server can request that the secret be decrypted by a decryption service after package verification. A developer can also specify, in a manifest file, a set of secrets needed for applications executing in the same data center. The manifest file may be passed from the software development environment to the data center, where the specified secrets are created and used by the applications without ever residing or being accessible outside the data center.
Owner:SALESFORCE INC

Automatic testing device for computer software

The invention provides an automatic testing device for computer software, and relates to the technical field of software testing, the automatic testing device comprises a testing platform, a power assembly and a testing assembly, the surface of the testing platform is used for placing a to-be-tested computer, the testing assembly is built in the middle of the testing platform, and the bottom of the testing platform is connected with the power assembly; the power assembly is used for pushing a to-be-tested computer to the side edge of the testing assembly, the power assembly is further used for pushing the tested computer on the side edge of the testing assembly to the other end of the testing platform, and a testing host is installed at the top end of the testing assembly. According to the invention, redundancy and energy consumption caused by cooperation of multiple devices are avoided, so that feeding, testing and discharging links of the test assembly are seamlessly connected, the overall test efficiency and the production takt are improved, the risks of device toppling and collision possibly caused by inertia or shaking in traditional carrying are solved, expensive computer hardware is protected, and the safety of an operation environment is also guaranteed.
Owner:SHANDONG FENIA INFORMATION TECHNOLOGY CO LTD

Electromechanical software automatic testing method and system and storage medium

The invention belongs to the technical field of software development, and relates to an electromechanical software automatic testing method and system and a storage medium, and the method comprises the following steps: (1) defining electromechanical configuration information, establishing a configuration attribute dictionary, and determining the physical meaning, value range and associated hardware of each field; (2) detecting whether the electromechanical configuration information is correct or not; (3) developing Agent interaction service, and designing an interface protocol; (4) developing a lower computer control and monitoring module to load dynamic parameters and start a monitoring thread; (5) arranging a test workflow; (6) compiling an automatic test script according to the test workflow, and directly using the test workflow script by the electromechanical software to carry out automatic test; automatic testing of the electromechanical software is achieved, the testing efficiency and accuracy can be improved, human errors are reduced, and the stability and reliability of the software under various conditions are ensured. Through automatic testing, a large number of test cases can be quickly executed, and time and labor cost required by testing are remarkably reduced.
Owner:CHENGDU AIRCRAFT DESIGN INST OF AVIATION IND CORP OF CHINA

Software automation test method and system

The invention provides an automatic software testing method and system, and relates to the technical field of automatic software testing, in response to an automatic testing request, a new version client, a baseline version client and a test case set are obtained, and the new version client and the baseline version client are controlled to synchronously execute the same test based on the test case set, each test case comprises a plurality of execution nodes, respectively acquiring interface elements of two clients after each execution node is completed, generating a corresponding first output result and a second output result according to the interface elements, and comparing the first output result with the second output result: if the first output result is consistent with the second output result, continuing to execute the next node of the current test case, and if the second output result is consistent with the second output result, continuing to execute the next node of the current test case. If the results are inconsistent, terminating the current test case, skipping to the step of executing the next test case in the test case set, and generating a test evaluation report after all the test cases in the test case set are executed; the method has the characteristic of improving the software automation test accuracy.
Owner:SHANGHAI QIANLONG HIGH-TECH CO LTD

Artificial intelligence-oriented software automatic test management method and system

The invention discloses an artificial intelligence-oriented software automatic test management method and system, and relates to the technical field of software test and artificial intelligence, and the method comprises the following steps: S1, collecting multi-source data in real time and carrying out preprocessing to obtain a behavior feature set during software operation, comprising user interaction data, system log data, code execution path information, and constructed system behavior diagrams in a normal operation state and an abnormal operation state. According to the method, the system behavior diagrams in normal and abnormal states are constructed by collecting the multi-source data in real time, comprehensive coverage of complex service logic and various user scenes is realized in combination with dynamic recognition of modules and interaction scenes, limitation of traditional test case design is avoided, and the problem that a traditional software test method is insufficient in coverage rate is solved.
Owner:HUNAN HONGMING INTELLIGENT EQUIPMENT CO LTD