Movatterモバイル変換


[0]ホーム

URL:


CN112181825A - Test case library construction method and device, electronic equipment and medium - Google Patents

Test case library construction method and device, electronic equipment and medium
Download PDF

Info

Publication number
CN112181825A
CN112181825ACN202011028411.3ACN202011028411ACN112181825ACN 112181825 ACN112181825 ACN 112181825ACN 202011028411 ACN202011028411 ACN 202011028411ACN 112181825 ACN112181825 ACN 112181825A
Authority
CN
China
Prior art keywords
test
test case
cases
case
determining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011028411.3A
Other languages
Chinese (zh)
Inventor
徐莎莎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CCB Finetech Co Ltd
Original Assignee
CCB Finetech Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by CCB Finetech Co LtdfiledCriticalCCB Finetech Co Ltd
Priority to CN202011028411.3ApriorityCriticalpatent/CN112181825A/en
Publication of CN112181825ApublicationCriticalpatent/CN112181825A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The application provides a test case library construction method, a test case library construction device, electronic equipment and a test case library medium, which are applied to the technical field of testing, wherein the method comprises the following steps: obtaining test cases of at least two test case management subsystems; determining a test range and a test function module of a test case; taking the determined test range and the test function module of the test case as a label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.

Description

Test case library construction method and device, electronic equipment and medium
Technical Field
The application relates to the technical field of computers, in particular to a test case library construction method, a test case library construction device, electronic equipment and a test case library construction medium.
Background
In the software or system test project of the banking industry, a large amount of test case resources are accumulated through multiple version iterations. According to the original test case management method, different test projects are built in different databases, namely, the test project sub-database sub-tables are built, in addition, different banks respectively develop systems thereof, and test cases are formulated to test the developed systems, and the formulated test cases are stored in the own databases of the banks. However, the existing bank branches respectively formulate and independently store the test cases, so that the problem of resource waste of the test cases exists.
Disclosure of Invention
The application provides a test case library construction method, a test case library construction device, electronic equipment and a test case library construction medium, which are used for realizing sharing of test cases and improving the reuse rate of the test cases, so that the test cases do not need to be manufactured from beginning to end when new test requirements exist, and the test progress of test projects can be accelerated. The technical scheme adopted by the application is as follows:
in a first aspect, a method for constructing a test case library is provided, which is applied to a target test case management system, and includes:
obtaining test cases of at least two test case management subsystems;
determining a test range and a test function module of a test case;
taking the test range and the test function module of the determined test case as the label of the test case;
and constructing a test case library based on the test cases and the labels of the test cases.
Optionally, determining a test range and a test function module of the test case includes:
determining a historical test system for testing a test case;
and determining the functional modules and the test range of the test case for the historical test system.
Optionally, determining a functional module and a test range of the test case for the historical test system test includes:
and if the number of the historical test systems is multiple, screening the historical test systems based on the test time of the historical test systems, and taking the functional modules and the test requirement range of the latest tested historical test system as the labels of the test cases.
Optionally, the method further comprises:
when a preset trigger condition occurs, the connection between the target test management system and the test case management subsystem is established, and the test case is acquired from the test case management subsystem.
Optionally, the target test case management system is located on a cloud server.
Optionally, constructing a test case library based on the test cases and the labels to the test cases, previously comprising:
and judging whether a repeated test case exists or not based on the test range of the test case and the test function module, and if so, removing the duplicate of the test case.
Optionally, the method further comprises:
receiving a target test requirement sent by a demander;
and determining the test cases meeting the test requirements from the constructed test case library based on the target test requirements, and feeding back the test cases meeting the test requirements to the demander.
Optionally, determining a test case meeting the test requirement from the constructed test case library based on the target test requirement, and feeding back the test case meeting the test requirement to the demander, including:
judging whether a test case meeting the test requirement exists, if not, formulating the test case meeting the test requirement, and adding the formulated test case meeting the test requirement to a test case library.
In a third aspect, a test case library construction device is provided, which is applied to a target test case management system, and includes:
the acquisition module is used for acquiring the test cases of at least two test case management subsystems;
the first determining module is used for determining the testing range and the testing function module of the testing case;
the module is used for taking the test range and the test function module of the determined test case as the label of the test case;
and the construction module is used for constructing a test case base based on the test cases and the labels of the test cases.
Optionally, the first determining module includes:
the first determining unit is used for determining a historical test system for testing the test case;
and the second determining unit is used for determining the functional module and the test range of the test case for the historical test system.
Optionally, the second determining unit is specifically configured to, if there are multiple historical test systems, screen the historical test systems based on the test time of the historical test systems, and use the functional module and the test requirement range of the historical test system that is tested latest as the label of the test case.
Optionally, the apparatus further comprises:
and the connection establishing module is used for establishing the connection between the target test management system and the test case management subsystem when a preset trigger condition occurs, and acquiring the test case from the test case management subsystem.
Optionally, the target test case management system is located on a cloud server.
Optionally, the apparatus further comprises:
the first judgment module is used for judging whether a repeated test case exists or not based on the test range and the test function module of the test case, and if the repeated test case exists, the test case is subjected to duplicate removal.
Optionally, the apparatus further comprises:
the receiving module is used for receiving the target test requirement sent by the demander;
and the second determining module is used for determining the test cases meeting the test requirements from the constructed test case library based on the target test requirements and feeding the test cases meeting the test requirements back to the demander.
Optionally, the apparatus further comprises:
and the second judgment module is used for judging whether a test case meeting the test requirement exists or not, formulating the test case meeting the test requirement if the test case meeting the test requirement does not exist, and adding the formulated test case meeting the test requirement to the test case library.
In a third aspect, an electronic device is provided, which includes:
one or more processors;
a memory;
one or more application programs, wherein the one or more application programs are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: the test case base construction method shown in the first aspect is performed.
In a fourth aspect, a computer-readable storage medium is provided, which is used for storing computer instructions, and when the computer instructions are executed on a computer, the computer can execute the test case library construction method shown in the first aspect.
Compared with the independent storage of test cases of different projects in the prior art, the test case library construction method and device, the electronic equipment and the medium have the advantages that the test cases of at least two test case management subsystems are obtained; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
Additional aspects and advantages of the present application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the present application.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a schematic flowchart of a test case library construction method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a test case library construction device according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to the embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present application.
As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
The following describes the technical solutions of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
Example one
The embodiment of the application provides a method for constructing a test case library, which is applied to a target test case management system, and as shown in fig. 1, the method can comprise the following steps:
s101, obtaining test cases of at least two test case management subsystems;
the target test case management system can be located in the cloud server, and can establish connection between the target test management system and other test case management subsystems to obtain test cases of the test case management subsystems. The test case management subsystem can be a system for storing test cases of different test items and can also be a test case management system of different bank branches, so that the test cases of several different bank branches can be managed in a centralized manner, and a basis is further provided for subsequent reuse.
Step S102, determining a test range and a test function module of a test case;
specifically, when a test case is determined, the functional module to be tested may be divided, the test range is defined, and then the test case is determined. When the test cases are managed in a unified mode subsequently, the test range and the test function module of the test case can be determined, wherein the formulator of the test case is different bank branches or different test item groups, the language expression habits of the test case are inconsistent, so that the substantially same function module or test range is expressed by using different characters, the test function module and the test range of the test case can be identified through a natural language understanding technology, the function module or the test range of the test which expresses different tests but is substantially the same is identified, and the substantially same test case is prevented from being stored repeatedly.
Step S103, taking the determined test range and the test function module of the test case as the label of the test case;
and step S104, constructing a test case base based on the test cases and the labels of the test cases.
Specifically, the functional module to be tested may be used as a first-level classification label of the test case, and the test range may be used as a second-level classification label.
Compared with the independent storage of test cases of different projects in the prior art, the test cases of at least two test case management subsystems are obtained; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
The embodiment of the present application provides a possible implementation manner, and specifically, determining a test range and a test function module of a test case includes:
determining a historical test system for testing a test case;
and determining the functional modules and the test range of the test case for the historical test system.
The embodiment of the present application provides a possible implementation manner, and specifically, determining a functional module and a test range of a test case for a historical test system test includes:
and if the number of the historical test systems is multiple, screening the historical test systems based on the test time of the historical test systems, and taking the functional modules and the test requirement range of the latest tested historical test system as the labels of the test cases.
The embodiment of the present application provides a possible implementation manner, and further, the method further includes:
when a preset trigger condition occurs, the connection between the target test management system and the test case management subsystem is established, and the test case is acquired from the test case management subsystem.
The target test case management system is located in the cloud server. The preset triggering condition can be that when a preset time condition is met, a target test management system located in the cloud server is connected with the test case management subsystem; or when detecting that the test case of the test case management subsystem is updated, actively initiating connection with a target test management system located in the cloud server.
The embodiment of the application provides a possible implementation manner, and further, a test case library is constructed based on the test cases and the labels of the test cases, which includes:
and judging whether a repeated test case exists or not based on the test range of the test case and the test function module, and if so, removing the duplicate of the test case.
Specifically, whether the test case is a repeated test case or not can be judged and determined according to the test range of the test case and the test function module through a natural language understanding technology, and if the test case is the repeated test case, duplication removal is performed, so that waste of storage resources is avoided.
The embodiment of the present application provides a possible implementation manner, and further, the method further includes:
receiving a target test requirement sent by a demander;
and determining the test cases meeting the test requirements from the constructed test case library based on the target test requirements, and feeding back the test cases meeting the test requirements to the demander.
The embodiment of the present application provides a possible implementation manner, further, determining a test case meeting the test requirements from the constructed test case library based on the target test requirements, and feeding back the test case meeting the test requirements to the demander, including:
judging whether a test case meeting the test requirement exists, if not, formulating the test case meeting the test requirement, and adding the formulated test case meeting the test requirement to a test case library.
Example two
Fig. 2 is a test case library constructing apparatus provided in an embodiment of the present application, where theapparatus 20 includes:
an obtainingmodule 201, configured to obtain test cases of at least two test case management subsystems;
the first determiningmodule 202 is used for determining a test range and a test function module of a test case;
amodule 203, configured to use the determined test range and test function module of the test case as a label of the test case;
abuilding module 204, configured to build a test case library based on the test cases and the labels for the test cases.
Specifically, the first determining module includes:
the first determining unit is used for determining a historical test system for testing the test case;
and the second determining unit is used for determining the functional module and the test range of the test case for the historical test system.
Specifically, the second determining unit is specifically configured to, if there are multiple historical test systems, screen the historical test systems based on the test time of the historical test systems, and use the functional module and the test requirement range of the historical test system that is tested latest as the label of the test case.
Specifically, the apparatus further comprises:
and the connection establishing module is used for establishing the connection between the target test management system and the test case management subsystem when a preset trigger condition occurs, and acquiring the test case from the test case management subsystem.
Specifically, the target test case management system is located in the cloud server.
Specifically, the apparatus further comprises:
the first judgment module is used for judging whether a repeated test case exists or not based on the test range and the test function module of the test case, and if the repeated test case exists, the test case is subjected to duplicate removal.
Specifically, the apparatus further comprises:
the receiving module is used for receiving the target test requirement sent by the demander;
and the second determining module is used for determining the test cases meeting the test requirements from the constructed test case library based on the target test requirements and feeding the test cases meeting the test requirements back to the demander.
Specifically, the apparatus further comprises:
and the second judgment module is used for judging whether a test case meeting the test requirement exists or not, formulating the test case meeting the test requirement if the test case meeting the test requirement does not exist, and adding the formulated test case meeting the test requirement to the test case library.
Compared with the independent storage of test cases of different projects in the prior art, the test case library construction device has the advantages that the test cases of at least two test case management subsystems are obtained; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
The beneficial effects of the test case base construction device in the embodiment of the present application are similar to those of the test case base construction method in the first embodiment, and are not described herein again.
EXAMPLE III
An embodiment of the present application provides an electronic device, as shown in fig. 3, anelectronic device 30 shown in fig. 3 includes: aprocessor 301 and amemory 303. Whereinprocessor 301 is coupled tomemory 303, such as viabus 302. Further, theelectronic device 30 may also include atransceiver 304. It should be noted that thetransceiver 304 is not limited to one in practical applications, and the structure of theelectronic device 30 is not limited to the embodiment of the present application. Theprocessor 301 is applied to the embodiment of the present application, and is used to implement the functions of the modules shown in fig. 2. Thetransceiver 304 includes a receiver and a transmitter.
Theprocessor 301 may be a CPU, general purpose processor, DSP, ASIC, FPGA or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. Theprocessor 301 may also be a combination of computing functions, e.g., comprising one or more microprocessors, a combination of a DSP and a microprocessor, or the like.
Bus 302 may include a path that transfers information between the above components. Thebus 302 may be a PCI bus or an EISA bus, etc. Thebus 302 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 3, but this does not mean only one bus or one type of bus.
Memory 303 may be, but is not limited to, a ROM or other type of static storage device that can store static information and instructions, a RAM or other type of dynamic storage device that can store information and instructions, an EEPROM, a CD-ROM or other optical disk storage, optical disk storage (including compact disk, laser disk, optical disk, digital versatile disk, blu-ray disk, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
Thememory 303 is used for storing application program codes for executing the scheme of the application, and theprocessor 301 controls the execution. Theprocessor 301 is configured to execute application program code stored in thememory 303 to implement the functions of the apparatus provided by the embodiment shown in fig. 2.
Compared with the independent storage of test cases of different projects in the prior art, the electronic equipment has the advantages that the test cases of at least two test case management subsystems are obtained; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
The embodiment of the application provides an electronic device suitable for the method embodiment. And will not be described in detail herein.
Example four
The present application provides a computer-readable storage medium, on which a computer program is stored, and when the program is executed by a processor, the method shown in the above embodiments is implemented.
Compared with the independent storage of test cases of different projects in the prior art, the embodiment of the application provides a computer-readable storage medium, and the application obtains the test cases of at least two test case management subsystems; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
The embodiment of the application provides a computer-readable storage medium which is suitable for the method embodiment. And will not be described in detail herein.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present application, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations should also be regarded as the protection scope of the present application.

Claims (12)

CN202011028411.3A2020-09-262020-09-26Test case library construction method and device, electronic equipment and mediumPendingCN112181825A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202011028411.3ACN112181825A (en)2020-09-262020-09-26Test case library construction method and device, electronic equipment and medium

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202011028411.3ACN112181825A (en)2020-09-262020-09-26Test case library construction method and device, electronic equipment and medium

Publications (1)

Publication NumberPublication Date
CN112181825Atrue CN112181825A (en)2021-01-05

Family

ID=73943526

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202011028411.3APendingCN112181825A (en)2020-09-262020-09-26Test case library construction method and device, electronic equipment and medium

Country Status (1)

CountryLink
CN (1)CN112181825A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113220598A (en)*2021-06-212021-08-06中国农业银行股份有限公司System test method, apparatus, device, medium, and program product
CN115185848A (en)*2022-07-122022-10-14中国银行股份有限公司 A method and device for determining the number of test cases

Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107678951A (en)*2017-09-212018-02-09平安科技(深圳)有限公司Test exemple automation management method, device, equipment and storage medium
CN110321291A (en)*2019-07-122019-10-11中国工商银行股份有限公司Test cases intelligent extraction system and method
CN111475401A (en)*2020-03-192020-07-31平安国际智慧城市科技股份有限公司Test method and related equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107678951A (en)*2017-09-212018-02-09平安科技(深圳)有限公司Test exemple automation management method, device, equipment and storage medium
CN110321291A (en)*2019-07-122019-10-11中国工商银行股份有限公司Test cases intelligent extraction system and method
CN111475401A (en)*2020-03-192020-07-31平安国际智慧城市科技股份有限公司Test method and related equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113220598A (en)*2021-06-212021-08-06中国农业银行股份有限公司System test method, apparatus, device, medium, and program product
CN113220598B (en)*2021-06-212023-10-03中国农业银行股份有限公司System test method, device, equipment, medium and program product
CN115185848A (en)*2022-07-122022-10-14中国银行股份有限公司 A method and device for determining the number of test cases

Similar Documents

PublicationPublication DateTitle
CN111797402B (en) A method, device and storage medium for software vulnerability detection
CN108647357B (en)Data query method and device
US7865780B2 (en)Method for test case generation
CN110717076A (en)Node management method, node management device, computer equipment and storage medium
CN110134738B (en)Distributed storage system resource estimation method and device
CN104252481A (en)Dynamic check method and device for consistency of main and salve databases
CN117389908B (en)Dependency analysis method, system and medium for interface automation test case
CN106682167A (en)User behavior data statistics device and method
US9870314B1 (en)Update testing by build introspection
CN116974874A (en)Database testing method and device, electronic equipment and readable storage medium
CN112181825A (en)Test case library construction method and device, electronic equipment and medium
CN111258905A (en)Defect positioning method and device, electronic equipment and computer readable storage medium
CN113495728A (en)Dependency relationship determination method, dependency relationship determination device, electronic equipment and medium
CN114281663A (en)Test processing method, test processing device, electronic equipment and storage medium
CN109241027B (en)Data migration method, device, electronic equipment and computer readable storage medium
CN111767060A (en)Multi-stage gray scale verification method, multi-stage gray scale verification device, electronic equipment and medium
CN117609064A (en)Unit test method and device, electronic equipment and storage medium
CN109389271B (en)Application performance management method and system
CN117033422A (en)Code query method and device
CN116743565A (en)Performance capacity resource allocation method and device
CN116627432A (en)Front-end application automatic deployment method, device, equipment and medium
CN111177501B (en)Label processing method, device and system
CN114205412A (en)Information pushing method and device, server and storage medium
CN115250231B (en)Application configuration method and device
US20170185485A1 (en)Method and system for cloud parallelization of recursive lifing calculations

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication

Application publication date:20210105

RJ01Rejection of invention patent application after publication

[8]ページ先頭

©2009-2025 Movatter.jp