CN111258556A - Software development management system - Google Patents

Software development management system Download PDF

Info

Publication number
CN111258556A
CN111258556A CN202010047906.4A CN202010047906A CN111258556A CN 111258556 A CN111258556 A CN 111258556A CN 202010047906 A CN202010047906 A CN 202010047906A CN 111258556 A CN111258556 A CN 111258556A
Authority
CN
China
Prior art keywords
module
management module
software
management
software development
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
CN202010047906.4A
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.)
Jiaozuo university
Original Assignee
Jiaozuo university
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 Jiaozuo university filed Critical Jiaozuo university
Priority to CN202010047906.4A priority Critical patent/CN111258556A/en
Publication of CN111258556A publication Critical patent/CN111258556A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/56Computer malware detection or handling, e.g. anti-virus arrangements
    • G06F21/562Static detection
    • G06F21/563Static detection by source code analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • G06F21/577Assessing vulnerabilities and evaluating computer system security
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/43Checking; Contextual analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Virology (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a software development management system, which relates to the technical field of software development and comprises a cloud server, a planning management module, a security management module, a test management module, a data sharing module, a performance evaluation module, a document storage module and a risk control management module, wherein the cloud server is respectively connected with the planning management module, the security management module, the test management module, the data sharing module, the performance evaluation module, the document storage module and the risk control management module.

Description

Software development management system
Technical Field
The invention relates to the technical field of software development, in particular to a software development management system.
Background
With the advent of the information-oriented era, the computer software industry has been well developed, the requirements of people on software are increasing day by day, the software technology is influencing every person around the people, which obviously becomes a very important component in the current society, the software plays a great role in bioengineering, modern communication, business processing and industrial control, and the software can be said to have profound influence on the economy and culture of the whole society.
In the development process of software, the management system can not be used for supporting in the early stage, the middle stage or the later stage, but most of the existing software development management systems only carry out simple development and cooperation, so that the whole development efficiency can not be well improved, the safety loophole and information leakage can not be effectively prevented, the potential risks existing in the software development can not be well analyzed and controlled, and further unnecessary loss and cost increase are brought.
Disclosure of Invention
The invention aims to overcome the defects that the existing software development management system mostly only carries out simple development cooperation, so that the whole development efficiency cannot be well improved, the occurrence of security loopholes and information leakage can be effectively prevented, and the potential risks in software development cannot be well analyzed and controlled, so that unnecessary loss and cost increase are brought.
In order to solve the technical problems, the invention provides a software development management system, which comprises a cloud server, a planning management module, a security management module, a test management module, a data sharing module, a performance evaluation module, a document storage module and a risk control management module, wherein the cloud server is used for carrying out data transmission with the planning management module, the security management module, the test management module, the data sharing module, the performance evaluation module, the document storage module and the risk control management module, the planning management module is used for establishing a software flow and a system framework in an early stage of software development, the security management module is used for preventing security vulnerabilities of control software and intrusion interference of external factors, and the test management module is used for ensuring correctness, functional integrity, safety and safety of the software, The system comprises a data sharing module, a performance evaluation module, a document storage module and a risk control management module, wherein the data sharing module is used for sharing data of members in a project, the performance evaluation module is used for carrying out performance evaluation according to system response time, application delay time, system throughput, the number of system concurrent users and system resource utilization rate, the document storage module is used for storing information materials involved and generated in a development process, and the risk control management module is used for avoiding and reducing potential risks in a software development process.
Preferably, the planning management module includes a service requirement management module, a function implementation management module and a review management module, the service requirement management module is used for confirming a service process agreed by a client main body and a service process person, the function implementation management module is used for confirming project feasibility agreed by the service process person and a software development responsible person, and the review management module determines a time period, personnel configuration and a pre-estimated cost of software development.
Preferably, the security management module comprises a security detection module, a vulnerability analysis module and a malicious software analysis module, the security detection module comprises a dynamic detection module and a static detection module, the dynamic detection module is used for detecting vulnerabilities of the computer software program during operation, the static detection module is used for performing item-by-item inspection and analysis on the software program and performing security detection on the software in a manual simulation operation mode, the vulnerability analysis module comprises a vulnerability detection module, a vulnerability assessment module and a vulnerability management module, the vulnerability detection module is used for discovering software vulnerabilities, the vulnerability assessment module is used for assessing the harmfulness brought by the software, the vulnerability management module is used for recording, publishing and repairing software vulnerabilities, and the malicious software analysis module is used for detecting and analyzing malicious software, improving the immunity of the whole software.
Preferably, the test management module includes a unit test module, an integrated test module, a system test module and an acceptance test module, the unit test module is used for checking and verifying minimum testable units artificially specified in software, the integrated test module is used for assembling all modules into a subsystem or a system according to design requirements for integrated test, the system test module is used for comprehensively testing a final software system to ensure that the final software system meets product requirements and follows system design, the acceptance test module is used for formally testing user requirements and business processes to determine whether the system meets acceptance criteria, and a user, a client or other authorization mechanisms determine whether to accept system software.
Preferably, the data sharing module comprises a shared database, a private database and an administrator database, wherein the shared database is used for storing documents in a company, the private database is used for storing personal document information, and the administrator database is used for storing document information by an administrator.
Preferably, the document storage module includes an internal data storage module, a public data storage module and a temporary data storage module, the internal data storage module is used for storing core data inside a company, the public data storage module is used for storing common data related to software development, and the temporary data storage module is used for temporarily storing project data.
Preferably, the risk control management module includes a personnel risk management module, a technical risk management module, a product risk management module and a process risk management module, the personnel risk management module is used for analyzing and improving comprehensive quality of personnel and overall fighting capacity of teams, the technical risk management module is used for improving stability and applicability of the whole software system architecture, the product risk management module is used for evaluating return on investment risk of system software, and the process risk management module is used for avoiding uncertainty impact on functions and progress of software development.
Advantageous effects
The invention can well improve the whole development efficiency, can effectively prevent the occurrence of security loopholes and information leakage, and can also well analyze and control the potential risks in software development, thereby avoiding unnecessary loss and cost increase.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a system block diagram of a software development management system according to the present invention;
FIG. 2 is a schematic diagram of a planning management module of the software development management system according to the present invention;
FIG. 3 is a schematic diagram of a security management module of the software development management system according to the present invention;
FIG. 4 is a schematic diagram of a test management module of the software development management system according to the present invention;
FIG. 5 is a schematic diagram of a data sharing module of the software development management system according to the present invention;
FIG. 6 is a schematic diagram of a document storage module of the software development management system of the present invention;
fig. 7 is a schematic diagram of a risk control management module of the software development management system according to the present invention.
Detailed Description
The invention will be further described with reference to the following figures and examples.
Example 1
A software development management system, as shown in fig. 1-7, includes a cloud server 100, and further includes a planning management module 101, a security management module 102, a test management module 103, a data sharing module 104, a performance evaluation module 105, a document storage module 106, and a risk control management module 107, where the cloud server 100 is used for data transmission between the planning management module 101, the security management module 102, the test management module 103, the data sharing module 104, the performance evaluation module 105, the document storage module 106, and the risk control management module 107, the planning management module 101 is used for establishing a software flow and a system framework in an early stage of software development, the security management module 102 is used for preventing security vulnerabilities of control software and interference intrusion of external factors, and the test management module 103 is used for ensuring correctness of software, The system comprises a data sharing module 104, a performance evaluation module 105, a document storage module 106 and a risk control management module 107, wherein the data sharing module 104 is used for sharing data of members in a project, the performance evaluation module 105 is used for performing performance evaluation according to system response time, application delay time, system throughput, the number of system concurrent users and system resource utilization rate, the document storage module 106 is used for storing information materials involved and generated in a development process, and the risk control management module 107 is used for avoiding and reducing potential risks in a software development process.
The planning management module 101 includes a service requirement management module 108, a function implementation management module 109, and a review management module 110, where the service requirement management module 108 is configured to confirm a service process agreed by a client main body and a service process person, the function implementation management module 109 is configured to confirm project feasibility agreed by a service process person and a software development person in charge, and the review management module 110 determines a time period, a person configuration, and a cost estimate for software development.
The security management module 102 comprises a security detection module 111, a vulnerability analysis module 112 and a malware analysis module 113, wherein the security detection module 111 comprises a dynamic detection module and a static detection module, the dynamic detection module is used for detecting vulnerabilities of computer software programs during operation, the static detection module is used for performing item-by-item inspection and analysis on the software programs and performing security detection on the software in a manual simulation operation mode, the vulnerability analysis module 112 comprises a vulnerability detection module, a vulnerability assessment module and a vulnerability management module, the vulnerability detection module is used for discovering vulnerabilities of the software, the vulnerability assessment module is used for assessing the harmfulness brought by the software vulnerabilities, the vulnerability management module is used for recording, publishing and repairing the software vulnerabilities, and the malware analysis module 113 is used for detecting and analyzing malware, improving the immunity of the whole software.
The test management module 103 comprises a unit test module 114, an integrated test module 115, a system test module 116 and an acceptance test module 117, wherein the unit test module 114 is used for checking and verifying minimum testable units artificially specified in software, the integrated test module 115 is used for assembling all modules into a subsystem or a system according to design requirements for integrated test, the system test module 116 is used for comprehensively testing a final software system to ensure that the final software system meets product requirements and follows system design, the acceptance test module 117 is used for formally testing user requirements and business processes to determine whether the system meets acceptance criteria, and a user, a client or other authorized organizations determine whether to accept system software.
The data sharing module 104 includes a shared database 118, a private database 119 and an administrator database 120, the shared database 118 is used for storing documents inside a company, the private database 119 is used for storing personal document information, and the administrator database 120 is used for storing document information by an administrator.
The document storage module 106 includes an internal data storage module 121, a public data storage module 122, and a temporary data storage module 123, where the internal data storage module 121 is used to store core data inside a company, the public data storage module 122 is used to store common data related to software development, and the temporary data storage module 123 is used to temporarily store project data.
The risk control management module 107 includes a personnel risk management module 124, a technical risk management module 125, a product risk management module 126, and a process risk management module 127, the personnel risk management module 124 is configured to analyze and improve the comprehensive quality of personnel and the overall fighting capacity of a team, the technical risk management module 125 is configured to improve the stability and applicability of the entire software system architecture, the product risk management module 126 is configured to evaluate the return-on-investment risk of the system software, and the process risk management module 127 is configured to avoid the function and progress of software development from being impacted by uncertainty.
The working principle is as follows: a software development management system, in the early stage of development, after a business requirement management module 108 in a planning management module 101 confirms a business process agreed by business process personnel and a client principal, a function realization management module 109 determines project feasibility agreed by the business process personnel and the software developer, a review management module 110 determines time period, personnel configuration and estimated cost of software development, meanwhile, a personnel analysis management module 124 in a risk control management module 107 analyzes and improves comprehensive quality of the project personnel, including professional skill quality, communication capability and stability of the personnel, and further improves fighting capacity of a team by combining actual conditions, a technical risk management module 125 evaluates and determines stability and applicability of the whole software system architecture, and a product risk management module 126 evaluates investment return risk of the whole software system, by comprehensively considering the functional value and the risk, developing the product functions according to the sequence of high risk high value-low risk low value-high risk low value, and gradually reducing the value risk of the product, the process risk management module 127 avoids the functions and the progress of software development from being impacted by uncertainty by setting a functional buffer area and a progress buffer area, and further, the progress risk can be quantitatively analyzed from the following three aspects:
① N is S/V (N: total number of iterations of the project estimated, S: total number of story points of the project, V: rate, the number of story points that can be completed in each iteration calculated based on historical data);
② obtaining the average story point number X and standard deviation sigma of each iteration by normal distribution N (mu, square of sigma), calculating mu-S/N-X/sigma, and obtaining the probability of completion of the project on time;
③ performing Monte Carlo simulation on the normal distribution, PERT distribution and triangular distribution to obtain simulation result and draw accumulated probability distribution;
in the whole stage of software development, the unit testing module 114, the integrated testing module 115, the system testing module 116, and the acceptance testing module 117 in the testing management module 103 sequentially perform unit testing, integrated testing, system testing, and acceptance testing, and analyze and compare with the vulnerability analyzing module 112 and the malicious software analyzing module 113 in the security management module 102, wherein the vulnerability analyzing module includes a vulnerability detecting module, a vulnerability evaluating module, and a vulnerability management module, the vulnerability detecting module is used for detecting software vulnerabilities, the vulnerability evaluating module is used for evaluating the harmfulness brought by the software vulnerabilities, the vulnerability management module is used for recording, publishing, and repairing the software vulnerabilities, the malicious software analyzing module 113 is used for detecting and analyzing malicious software, so as to improve the immunity of the whole software, further, the security detecting module in the security management module 102 includes a dynamic detecting module and a static detecting module, the dynamic detection module is used for detecting the vulnerability of the computer software program during the operation period, the static detection module is used for carrying out item-by-item inspection and analysis on the coding and source code of the software program, and the safety detection of the software is carried out in a manual simulation operation mode;
meanwhile, in the whole software development process, the shared database 118 in the data sharing module 104 facilitates data sharing by personnel inside the company, the private database 119 facilitates calling of personal data materials, the administrator database 120 facilitates integration and management of data by an administrator, further, the data sharing module 104 can be combined with the document storage module 106 to bring convenience to the whole development process, the internal material storage module 121 in the document storage module 106 can store core materials inside the company, the public material storage module 122 can store common materials related to software development, the temporary material storage module can temporarily store unnecessary project materials, and can delete the unnecessary project materials at proper time when the project is completed, thereby saving memory space.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (7)

1. A software development management system comprises a cloud server (100) and is characterized by further comprising a planning management module (101), a security management module (102), a test management module (103), a data sharing module (104), a performance evaluation module (105), a document storage module (106) and a risk control management module (107), wherein the cloud server (100) is used for data transmission among the planning management module (101), the security management module (102), the test management module (103), the data sharing module (104), the performance evaluation module (105), the document storage module (106) and the risk control management module (107), the planning management module (101) is used for establishing a software process and a system framework in an early stage of software development, and the security management module (102) is used for preventing security vulnerabilities of control software and interference of external factors, the test management module (103) is used for ensuring the correctness, the functional integrity and the completeness of software, the data sharing module (104) is used for data sharing of members in a project, the performance evaluation module (105) is used for performing performance evaluation according to system response time, application delay time, system throughput, the number of system concurrent users and system resource utilization rate, the document storage module (106) is used for storing information materials involved and generated in a development process, and the risk control management module (107) is used for avoiding and reducing potential risks in the software development process.
2. A software development management system according to claim 1, wherein the planning management module (101) comprises a business requirement management module (108), a function implementation management module (109) and a review management module (110), the business requirement management module (108) is used for confirming the business process agreed by the client agent and the business process personnel, the function implementation management module (109) is used for confirming the project feasibility agreed by the business process personnel and the software development leader, and the review management module (110) determines the time period, personnel configuration and forecast cost of the software development.
3. A software development management system according to claim 1, wherein the security management module (102) comprises a security detection module (111), a vulnerability analysis module (112) and a malware analysis module (113), the security detection module (111) comprises a dynamic detection module and a static detection module, the dynamic detection module is used for detecting vulnerabilities of the computer software program during the running period, the static detection module is used for carrying out item-by-item inspection and analysis on the code and the source code of the software program, the software is detected by the manual simulation running mode, the vulnerability analysis module (112) comprises a vulnerability detection module, a vulnerability evaluation module and a vulnerability management module, the vulnerability detection module is used for finding software vulnerabilities, and the vulnerability evaluation module is used for evaluating the dangerousness brought by the software vulnerabilities, the vulnerability management module is used for recording, publishing and repairing software vulnerabilities, and the malicious software analysis module (113) is used for detecting and analyzing malicious software and improving the immunity of the whole software.
4. A software development management system according to claim 1, characterized in that said test management module (103) comprises a unit test module (114), an integration test module (115), a system test module (116) and an acceptance test module (117), the unit test module (114) is used to check and verify a minimum testable unit specified artificially in software, the integrated test module (115) is used for assembling all modules into a subsystem or a system according to the design requirement for integrated test, the system test module (116) is used for comprehensively testing the final software system, ensuring that the final software system meets the product requirements and conforms to the system design, the acceptance test module (117) is used for formal tests of user requirements and business processes, determining whether the system meets the acceptance criteria, and determining whether to accept the system software by a user, a client or other authorized organizations.
5. A software development management system according to claim 1, characterized in that said data sharing module (104) comprises a shared database (118), a private database (119) and an administrator database (120), said shared database (118) being used for document storage within a company, said private database (119) being used for storage of personal document information, and said administrator database (120) being used for storage of document information by an administrator.
6. The software development management system according to claim 1, wherein the document storage module (106) comprises an internal data storage module (121), a public data storage module (122) and a temporary data storage module (123), the internal data storage module (121) is used for storing core data inside a company, the public data storage module (122) is used for storing common data related to software development, and the temporary data storage module (123) is used for temporarily storing project data.
7. A software development management system according to claim 1, characterized in that the risk control management module (107) comprises a personnel risk management module (124), a technical risk management module (125), a product risk management module (126) and a process risk management module (127), the personnel risk management module (124) is used for analyzing and improving the comprehensive quality of personnel and the overall fighting capacity of teams, the technical risk management module (125) is used for improving the stability and applicability of the whole software system architecture, the product risk management module (126) is used for evaluating the return on investment risk of system software, and the process risk management module (127) is used for avoiding the uncertainty impacting the function and progress of software development.
CN202010047906.4A 2020-01-16 2020-01-16 Software development management system Pending CN111258556A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010047906.4A CN111258556A (en) 2020-01-16 2020-01-16 Software development management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010047906.4A CN111258556A (en) 2020-01-16 2020-01-16 Software development management system

Publications (1)

Publication Number Publication Date
CN111258556A true CN111258556A (en) 2020-06-09

Family

ID=70950584

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010047906.4A Pending CN111258556A (en) 2020-01-16 2020-01-16 Software development management system

Country Status (1)

Country Link
CN (1) CN111258556A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132553A (en) * 2020-09-30 2020-12-25 广西民族大学 Auxiliary protection system and method for formalized development of computer software
CN115904980A (en) * 2022-11-25 2023-04-04 安徽工业大学 Software architecture corrosion repair cost estimation method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012208747A (en) * 2011-03-30 2012-10-25 Nec System Technologies Ltd Public advertised development system for software in cloud system, public advertised development method, program and recording medium
CN110008712A (en) * 2019-04-16 2019-07-12 合肥君林信息科技有限公司 A kind of software analysis of test system
CN110414240A (en) * 2019-07-31 2019-11-05 浙江科技学院 A kind of computer software analysis system
CN110515649A (en) * 2019-07-25 2019-11-29 安徽易百互联科技有限公司 A kind of computer software development management system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012208747A (en) * 2011-03-30 2012-10-25 Nec System Technologies Ltd Public advertised development system for software in cloud system, public advertised development method, program and recording medium
CN110008712A (en) * 2019-04-16 2019-07-12 合肥君林信息科技有限公司 A kind of software analysis of test system
CN110515649A (en) * 2019-07-25 2019-11-29 安徽易百互联科技有限公司 A kind of computer software development management system
CN110414240A (en) * 2019-07-31 2019-11-05 浙江科技学院 A kind of computer software analysis system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132553A (en) * 2020-09-30 2020-12-25 广西民族大学 Auxiliary protection system and method for formalized development of computer software
CN115904980A (en) * 2022-11-25 2023-04-04 安徽工业大学 Software architecture corrosion repair cost estimation method, device, equipment and storage medium
CN115904980B (en) * 2022-11-25 2023-09-22 安徽工业大学 Method, device, equipment and storage medium for estimating corrosion repair cost of software architecture

Similar Documents

Publication Publication Date Title
US9710257B2 (en) System and method to map defect reduction data to organizational maturity profiles for defect projection modeling
US10318740B2 (en) Security risk scoring of an application
Nagappan et al. Static analysis tools as early indicators of pre-release defect density
US10445496B2 (en) Product risk profile
Theisen et al. Approximating attack surfaces with stack traces
US8667458B2 (en) System and method to produce business case metrics based on code inspection service results
Garousi et al. When to automate software testing? A decision‐support approach based on process simulation
CN111258556A (en) Software development management system
CN111752833B (en) Software quality system approval method, device, server and storage medium
CN104391789A (en) Web application stress testing method
Ferreira et al. An approach to improving software inspections performance
Anatoliy et al. Aggregation process for implementation of application security management based on risk assessment
Alam et al. Risk-based testing techniques: a perspective study
Dimov et al. How do we collect data for software reliability estimation?
Wang et al. Can requirements dependency network be used as early indicator of software integration bugs?
Chamarthi et al. Empirical methodology of testing using fmea and quality metrics
Hou et al. A hybrid queueing model with imperfect debugging for component software reliability analysis
CN113919609A (en) Power distribution network model quality comprehensive evaluation method and system
Павленко et al. Methodological foundation for improving the quality of intelligent decision-making system software
Reger et al. Testing a saturation-based theorem prover: Experiences and challenges
Cataldo et al. Exploring the impact of API complexity on failure-proneness
CN116150737B (en) One-stop safety test and management method and system in software development process
Raffo et al. Evaluating the impact of requirements analysis tools using simulation
Kim et al. The new approach to IT testing: real transaction-based automated validation solution
Nivas et al. Managing performance testing with release certification and data correlation

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200609

RJ01 Rejection of invention patent application after publication