CN114328226A - Test plan data generation method and related device - Google Patents

Test plan data generation method and related device Download PDF

Info

Publication number
CN114328226A
CN114328226A CN202111632272.XA CN202111632272A CN114328226A CN 114328226 A CN114328226 A CN 114328226A CN 202111632272 A CN202111632272 A CN 202111632272A CN 114328226 A CN114328226 A CN 114328226A
Authority
CN
China
Prior art keywords
test
plan data
task
test plan
resources
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.)
Withdrawn
Application number
CN202111632272.XA
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202111632272.XA priority Critical patent/CN114328226A/en
Publication of CN114328226A publication Critical patent/CN114328226A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The application discloses a test plan data generation method, which comprises the following steps: the test management system carries out project construction processing based on the received test project information to obtain initial test plan data; distributing the test task data in the initial test plan data to the test nodes of the corresponding functional modules so that the test nodes can match the test task data with the corresponding test resources; and integrating the initial test plan data based on the test resources corresponding to each piece of test task data to obtain test plan data. The corresponding test resources are distributed through the test nodes, the coordination cost for testing is reduced, and finally the test plan data is obtained by integrating the returned test resources, so that the cost of the test process is reduced, and the efficiency is improved. The application also discloses a test plan data generation device, a test plan data generation system and a computer readable storage medium, which have the beneficial effects.

Description

Test plan data generation method and related device
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a test plan data generation method, a test plan data generation apparatus, a test plan data generation system, and a computer-readable storage medium.
Background
With the continuous development of information technology, in the production process of products, because a plurality of product lines are produced in parallel, test resources can be reused. That is, each testing device usually receives tasks of testing, verifying and supporting assigned by different product lines and different roles, so as to improve the efficiency of testing and reduce the cost of testing.
In the related art, when a plurality of projects are produced in parallel, the test resources of each link need to be reused in the same time period. At this time, when the test plan is generated, communication with each module node is required, a person in charge corresponding to the module node can provide a situation of approximate test resources, and each test resource may have tasks issued by a person not in charge of the module, such as after-sales support or temporary work support, and therefore, coordination with each test resource is also required. When the test plan is specified and completed, the test task needs to be transmitted to the corresponding equipment, so that the execution cost of the test plan in the test process is improved, and the efficiency is reduced.
Therefore, how to reduce the execution cost and improve the execution efficiency of the test process are important issues to be focused on by those skilled in the art.
Disclosure of Invention
An object of the present application is to provide a test plan data generation method, a test plan data generation apparatus, a test plan data generation system, and a computer-readable storage medium, so as to improve efficiency of generating test plan data and reduce coordination cost for each test resource.
In order to solve the above technical problem, the present application provides a method for generating test plan data, including:
the test management system carries out project construction processing based on the received test project information to obtain initial test plan data;
distributing the test task data in the initial test plan data to the test nodes of the corresponding functional modules so that the test nodes can match the test task data with the corresponding test resources;
and integrating the initial test plan data based on the test resources corresponding to each piece of test task data to obtain test plan data.
Optionally, the step of performing, by the test management system, project construction processing based on the received test project information to obtain initial test plan data includes:
the test management system receives test item information; wherein the test item information includes: project name, background, brief introduction, time, test module;
and constructing plan data based on the test project information to obtain the initial test plan data.
Optionally, the matching of the test node to the test task data with the corresponding test resource includes:
the test node receives a corresponding test task;
adding corresponding function points to the test based on the received function point information;
and matching corresponding test resources to the test tasks based on the function points.
Optionally, matching, based on the function point, a corresponding test resource to the test task includes:
acquiring the available time of each test resource;
and matching the corresponding test resources for the test task based on the available time of the test resources corresponding to each functional point.
Optionally, the method further includes:
and sending the test task to the corresponding test resource so that the test resource returns a confirmation message.
Optionally, the method further includes:
and the test management system maintains based on the obtained test resource information to obtain a test resource management table.
Optionally, the method further includes:
and displaying the test plan data through a front-end page.
The present application also provides a test plan data generation apparatus, including:
the test plan construction module is used for carrying out project construction processing based on the received test project information to obtain initial test plan data;
the test resource matching module is used for distributing the test task data in the initial test plan data to the test nodes of the corresponding functional modules so that the test nodes can match the test task data with the corresponding test resources;
and the plan data integration module is used for integrating the initial test plan data based on the test resources corresponding to each test task data to obtain test plan data.
The present application further provides a test plan data generation system, including:
a memory for storing a computer program;
a processor for implementing the steps of the test plan data generation method as described above when executing the computer program.
The present application also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the test plan data generation method as described above.
The application provides a test plan data generation method, which comprises the following steps: the test management system carries out project construction processing based on the received test project information to obtain initial test plan data; distributing the test task data in the initial test plan data to the test nodes of the corresponding functional modules so that the test nodes can match the test task data with the corresponding test resources; and integrating the initial test plan data based on the test resources corresponding to each piece of test task data to obtain test plan data.
The initial test plan data are constructed firstly, then each test task data in the initial test plan data are distributed to the corresponding test node, so that the test node can distribute the corresponding test resource, the coordination cost for testing is reduced, and finally the test plan data are integrated based on the returned test resource, so that the cost of the test process is reduced, and the efficiency is improved.
The present application further provides a test plan data generation device, a test plan data generation system, and a computer-readable storage medium, which have the above beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a test plan data generation method according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a test plan data generation apparatus according to an embodiment of the present application.
Detailed Description
The core of the application is to provide a test plan data generation method, a test plan data generation device, a test plan data generation system and a computer readable storage medium, so as to improve the efficiency of generating test plan data and reduce the coordination cost of each test resource.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the related art, when a plurality of projects are produced in parallel, the test resources of each link need to be reused in the same time period. At this time, when the test plan is generated, communication with each module node is required, a person in charge corresponding to the module node can provide a situation of approximate test resources, and each test resource may have tasks issued by a person not in charge of the module, such as after-sales support or temporary work support, and therefore, coordination with each test resource is also required. When the test plan is specified and completed, the test task needs to be transmitted to the corresponding equipment, so that the cost of the test process is improved, and the efficiency is reduced.
Therefore, the application provides a test plan data generation method, which includes the steps of firstly constructing initial test plan data, then distributing each test task data in the initial test plan data to corresponding test nodes, so that the test nodes can distribute corresponding test resources, coordination cost of testing is reduced, and finally integration is carried out based on the returned test resources, so that test plan data are obtained, cost of a test process is reduced, and efficiency is improved.
The following describes a method for generating test plan data according to an embodiment of the present application.
Referring to fig. 1, fig. 1 is a flowchart of a method for generating test plan data according to an embodiment of the present disclosure.
In this embodiment, the method may include:
s101, the test management system carries out project construction processing based on the received test project information to obtain initial test plan data;
the step aims to enable the test management system to carry out project construction processing based on the received test project information to obtain initial test plan data.
The test management system is used for constructing a test resource pool, dynamically tracking and updating the resource pool, and visually displaying currently available test resources in a graphical mode to support a generation decision of a test plan. The method and the system are suitable for generating the test plan under the IPD (Integrated Product Development) process.
The test resources can be hardware test resources, field test resources, and manual test resources. The selection may be based on the actual demand situation.
Further, the step may include:
step 1, a test management system receives test item information; wherein the test item information includes: project name, background, brief introduction, time, test module;
and 2, constructing plan data based on the test project information to obtain initial test plan data.
It can be seen that in this alternative, it is mainly explained how to construct the initial test plan data. In the alternative, the test management system receives test item information; wherein the test item information includes: the project name, the background, the brief introduction, the time and the test module are used for carrying out plan data construction based on the test project information to obtain initial test plan data.
S102, distributing the test task data in the initial test plan data to the test nodes of the corresponding functional modules so that the test nodes can match the test task data with the corresponding test resources;
on the basis of S101, this step is intended to distribute the test task data in the initial test plan data to the test nodes of the corresponding functional modules, so that the test nodes match the test task data with the corresponding test resources.
The test node can be an intelligent management device related to the test, a responsible person for the test, and a related process management system.
Further, the step of matching the test node with the test resource corresponding to the test task data may include:
step 1, a test node receives a corresponding test task;
step 2, adding corresponding function points to the test based on the received function point information;
and 3, matching the corresponding test resources to the test tasks based on the function points.
It can be seen that this alternative is mainly to illustrate how to match the corresponding test resources. In this alternative, the test node receives a corresponding test task, adds a corresponding function point to the test based on the received function point information, and matches a corresponding test resource to the test task based on the function point.
Further, step 3 of the last alternative may include:
step 1, obtaining the available time of each test resource;
and 2, matching the corresponding test resources to the test task based on the available time of the test resources corresponding to each functional point.
It can be seen that in this alternative, it is mainly explained how to match the test resources. In this alternative, the available time of each test resource is acquired, and the corresponding test resource is matched to the test task based on the available time of the test resource corresponding to each function point.
Further, the last alternative may further include:
and sending the test task to the corresponding test resource so that the test resource returns a confirmation message.
S103, integrating the initial test plan data based on the test resources corresponding to each test task data to obtain the test plan data.
On the basis of S102, this step aims to integrate the initial test plan data based on the test resources corresponding to each test task data to obtain the test plan data. That is, all the matched test resources are integrated to obtain the completed test plan data.
In addition, the present embodiment may further include:
and the test management system maintains based on the obtained test resource information to obtain a test resource management table.
In addition, the present embodiment may further include:
and displaying the test plan data through a front-end page.
In summary, in the embodiment, the initial test plan data is constructed first, then each test task data in the initial test plan data is distributed to the corresponding test node, so that the test node allocates the corresponding test resource, the coordination cost for performing the test is reduced, and finally the test task data is integrated based on the returned test resource to obtain the test plan data, so that the cost of the test process is reduced, and the efficiency is improved.
The following further describes a method for generating test plan data according to a specific embodiment.
In this embodiment, the test management system constructs the test resource pool, and performs dynamic tracking update on the resource pool, so that currently available test resources are visually displayed in a graphical manner, and the test resources are used for supporting a generation decision of a test plan. The method and the system are suitable for generating the test plan under the IPD process. In this embodiment, the system is applied to management of human resources.
The system is divided into three user authorities: a test representative, a test module person in charge and a test engineer. The user is added by registration or new creation. The test representative is responsible for generating the whole test plan and verifying test change, and the test module responsible person is responsible for generating the module test plan and verifying personnel test task change. The test engineer is responsible for picking up test tasks, developing tests, applying for test changes, and filling in test schedules.
At the beginning of system construction, a test principal table, i.e., a Module-manager table, corresponding to each functional Module needs to be initialized.
Initializing a Module-FuntionPoints table as a function point contained in each function Module.
And initializing the test engineers corresponding to each function Point, namely which test engineers have experience of testing the function Point, namely a Point-engineers table.
The current stage schedule, the Tester-times table, for each test engineer is initialized. The table relates fields including, but not limited to, test engineer name, task name, elapsed time, task assigner, task priority, etc. The same engineer is allowed to take up only once at a time.
When the test representative receives the project test task, the generation of the test plan is started. The test representative logs into the system and creates a test project, with project information including, but not limited to, project name, background, profile, time, etc. And (4) creating a test plan, inputting a test plan name, selecting related function modules, and selecting time nodes for testing each module of the plan.
The system automatically distributes the test tasks of each module to the module responsible persons according to the test plan created by the test representative. And after the module responsible person receives the test task, selecting the function point corresponding to the module. The function point supports the addition.
Selecting a corresponding test engineer of a certain function point, the system automatically loads the time overview of the engineer. If the engineer is occupied all day (over 8 hours), the day is displayed red. If a certain part of the day is occupied, green is displayed, the suspension frame displays the occupied specific time after the mouse is focused, and other times of the day can be occupied. Unoccupied time shows default black. Therefore, the responsible person of the test module can intuitively acquire the current available time of the test engineer.
The system automatically distributes the module plan created by the module responsible person to the test engineer. After the test engineer receives the task, the test engineer clicks to receive without objection. After all functional point test engineers in the module receive the tasks, the module responsible person can submit the module test plan to the test representative.
And after receiving the test plans of all the modules, the test representative integrates the test plans of the output items, thereby completing the generation of the test plans. The method and the system can accurately acquire the test resources, and are convenient for the test responsible person to intuitively and conveniently generate the test plan.
Based on the above description, the new IPD flow-based test plan flow is as follows:
step 1, testing a new project represented by a representative, and distributing a module;
step 2, a module responsible person receives a module test task and creates a module test plan;
step 3, the module responsible person distributes the module function points, selects the function point test engineer, and occupies the time of the engineer according to the plan;
step 4, the test engineer receives the test task and confirms the test task;
step 5, submitting a module test plan after a module person in charge receives the confirmation of all the functional point test engineers of the module;
and 6, comprehensively generating a test plan by the test representative according to the test plan submitted by the module responsible person.
Based on the above description, the task conflict implementation flow is as follows:
step 1, a test engineer initiates a conflict application form.
The content of the application form includes, but is not limited to, employee name, new task profile, conflict time period, original task profile, new task assignor, original task assignor, etc. Then, the system sends a change application mail to the original task principal (module principal) and the test representative of the project, and copies the new task principal.
And 2, after the original task principal (module principal) and the test representative of the project receive the change application, clicking to confirm if the change is received.
And 3, prompting to select new testing resources after confirmation. At the same time, the involved test engineers are notified.
Aiming at the problem that test resources are not transparent, the test resources related to the project process are systematically managed by using the resource database, so that the available time of each test engineer can be seen clearly when a test representative generates a test plan, and test cases can be generated quickly; the method aims at the problem that the communication cost is high when multiple projects cooperate in the IPD process. And providing a flow for generating a test plan by a test representative and issuing test task change by a test engineer based on the provided system resource pool. And the communication cost is reduced through system cooperative processing.
In the following, the test plan data generating apparatus provided in the embodiment of the present application is introduced, and the test plan data generating apparatus described below and the test plan data generating method described above may be referred to in correspondence with each other.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a test plan data generation apparatus according to an embodiment of the present disclosure.
In this embodiment, the apparatus may include:
a test plan construction module 100, configured to perform project construction processing based on the received test project information to obtain initial test plan data;
the test resource matching module 200 is configured to distribute the test task data in the initial test plan data to the test nodes of the corresponding functional modules, so that the test nodes match the test task data with the corresponding test resources;
the plan data integration module 300 is configured to integrate the initial test plan data based on the test resources corresponding to each test task data to obtain test plan data.
Optionally, the test plan constructing module 100 is specifically configured to receive test project information; wherein the test item information includes: project name, background, brief introduction, time, test module; and constructing plan data based on the test project information to obtain the initial test plan data.
Optionally, the test node is specifically configured to receive a corresponding test task; adding corresponding function points to the test based on the received function point information; and matching corresponding test resources to the test tasks based on the function points.
Optionally, the "matching, based on the function point, the corresponding test resource to the test task" in the test node may include:
acquiring the available time of each test resource; and matching the corresponding test resources for the test task based on the available time of the test resources corresponding to each functional point.
Optionally, the apparatus may further include:
and the resource confirmation module is used for sending the test task to the corresponding test resource so that the test resource can return a confirmation message.
Optionally, the apparatus may further include:
and the resource table maintenance module is used for maintaining based on the acquired test resource information to obtain a test resource management table.
Optionally, the apparatus may further include:
and the plan display module is used for displaying the test plan data through a front-end page.
An embodiment of the present application further provides a test plan data generation system, including:
a memory for storing a computer program;
a processor for implementing the steps of the test plan data generation method as described in the above embodiments when executing the computer program.
Embodiments of the present application further provide a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the test plan data generation method according to the above embodiments are implemented.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above description describes in detail a test plan data generation method, a test plan data generation apparatus, a test plan data generation system, and a computer-readable storage medium provided by the present application. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (10)

1. A method of generating test plan data, comprising:
the test management system carries out project construction processing based on the received test project information to obtain initial test plan data;
distributing the test task data in the initial test plan data to the test nodes of the corresponding functional modules so that the test nodes can match the test task data with the corresponding test resources;
and integrating the initial test plan data based on the test resources corresponding to each piece of test task data to obtain test plan data.
2. The method of generating test plan data according to claim 1, wherein the step of performing project construction processing by the test management system based on the received test project information to obtain initial test plan data includes:
the test management system receives test item information; wherein the test item information includes: project name, background, brief introduction, time, test module;
and constructing plan data based on the test project information to obtain the initial test plan data.
3. The method of generating test plan data according to claim 1, wherein the step of matching the test node to the test task data with the corresponding test resource comprises:
the test node receives a corresponding test task;
adding corresponding function points to the test based on the received function point information;
and matching corresponding test resources to the test tasks based on the function points.
4. The method according to claim 3, wherein matching the corresponding test resource to the test task based on the function point comprises:
acquiring the available time of each test resource;
and matching the corresponding test resources for the test task based on the available time of the test resources corresponding to each functional point.
5. The test plan data generation method according to claim 4, further comprising:
and sending the test task to the corresponding test resource so that the test resource returns a confirmation message.
6. The test plan data generation method according to claim 1, further comprising:
and the test management system maintains based on the obtained test resource information to obtain a test resource management table.
7. The test plan data generation method according to claim 1, further comprising:
and displaying the test plan data through a front-end page.
8. A test plan data generation apparatus, comprising:
the test plan construction module is used for carrying out project construction processing based on the received test project information to obtain initial test plan data;
the test resource matching module is used for distributing the test task data in the initial test plan data to the test nodes of the corresponding functional modules so that the test nodes can match the test task data with the corresponding test resources;
and the plan data integration module is used for integrating the initial test plan data based on the test resources corresponding to each test task data to obtain test plan data.
9. A test plan data generation system, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the test plan data generation method of any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the test plan data generation method according to any one of claims 1 to 7.
CN202111632272.XA 2021-12-28 2021-12-28 Test plan data generation method and related device Withdrawn CN114328226A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111632272.XA CN114328226A (en) 2021-12-28 2021-12-28 Test plan data generation method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111632272.XA CN114328226A (en) 2021-12-28 2021-12-28 Test plan data generation method and related device

Publications (1)

Publication Number Publication Date
CN114328226A true CN114328226A (en) 2022-04-12

Family

ID=81014331

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111632272.XA Withdrawn CN114328226A (en) 2021-12-28 2021-12-28 Test plan data generation method and related device

Country Status (1)

Country Link
CN (1) CN114328226A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116955030A (en) * 2023-06-28 2023-10-27 珠海妙存科技有限公司 Test plan distribution method and system, electronic device and storage medium
WO2024021877A1 (en) * 2022-07-28 2024-02-01 中兴通讯股份有限公司 Testing progress tracking method, electronic device, and computer-readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024021877A1 (en) * 2022-07-28 2024-02-01 中兴通讯股份有限公司 Testing progress tracking method, electronic device, and computer-readable storage medium
CN116955030A (en) * 2023-06-28 2023-10-27 珠海妙存科技有限公司 Test plan distribution method and system, electronic device and storage medium
CN116955030B (en) * 2023-06-28 2024-02-23 珠海妙存科技有限公司 Test plan distribution method and system, electronic device and storage medium

Similar Documents

Publication Publication Date Title
Killen et al. Understanding project interdependencies: The role of visual representation, culture and process
Lasa et al. An evaluation of the value stream mapping tool
CN107341643B (en) Visual process display method and system
CN114328226A (en) Test plan data generation method and related device
CN108629558B (en) Software development management system
US20040064805A1 (en) Enterprise scoped software factory
CN101645036B (en) Method for automatically distributing test tasks based on capability level of test executor
CN109242288B (en) Performance data matching method and system
CN105989450A (en) Automated, accelerated prototype generation system
CN113177749A (en) Resource management method and device
CN107463356A (en) The execution method and apparatus of flow of task
US20080004925A1 (en) Multi-site project management
CN109377195A (en) Project development management method and device
Abrantes et al. Preparing project based organizations for change
Rahman bin Idris et al. Reconceptualising human resource planning in response to institutional change
CN116185383A (en) Draggable self-configuration workflow generation method and system
CN115330226A (en) Digital research and development method and platform based on middle station
US20120084748A1 (en) System and a method for generating a domain-specific software solution
Mdima et al. Development of a Practical ERP Pre–Implementation Assessment Model for Organisations in Tanzania.
CN110544075A (en) asset management process configuration method, device and equipment
Lins et al. Analysis of process models for the business model development considering special SME requirements for offering PSS
CN110555201A (en) Knowledge document generation method and device, electronic equipment and storage medium
CN109934707A (en) A kind of quantization strategy returns the method and system device of survey with mock trading seamless migration
Yu et al. From goal models to feature models: A rule-based approach for software product lines
Wagner et al. A five-step method for value-based planning and monitoring of systems engineering projects

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20220412