CN113011795A - Quality analysis method and system for application program development project - Google Patents

Quality analysis method and system for application program development project Download PDF

Info

Publication number
CN113011795A
CN113011795A CN202110488526.9A CN202110488526A CN113011795A CN 113011795 A CN113011795 A CN 113011795A CN 202110488526 A CN202110488526 A CN 202110488526A CN 113011795 A CN113011795 A CN 113011795A
Authority
CN
China
Prior art keywords
development project
defect information
application program
application
program 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
CN202110488526.9A
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.)
Beijing Jingdong Zhenshi Information Technology Co Ltd
Original Assignee
Beijing Jingdong Zhenshi Information 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 Beijing Jingdong Zhenshi Information Technology Co Ltd filed Critical Beijing Jingdong Zhenshi Information Technology Co Ltd
Priority to CN202110488526.9A priority Critical patent/CN113011795A/en
Publication of CN113011795A publication Critical patent/CN113011795A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations
    • G06Q10/06395Quality analysis or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/904Browsing; Visualisation therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Marketing (AREA)
  • Tourism & Hospitality (AREA)
  • Operations Research (AREA)
  • General Business, Economics & Management (AREA)
  • Educational Administration (AREA)
  • Development Economics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • Game Theory and Decision Science (AREA)
  • Computational Linguistics (AREA)
  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention obtains the defect information of the application program development project, processes the defect information based on the set quality analysis rule to obtain the appraisal result of each participant of the application program development project, and displays the appraisal result, wherein the set quality analysis rule is realized by adopting a logic code. Furthermore, when the defect information is acquired, the defect information is acquired through an API of a management application program development project system in a multithreading parallel mode, so that the cost and the time are saved. Therefore, the embodiment of the invention can automatically analyze the quality of the application program development project under the unified standard.

Description

Quality analysis method and system for application program development project
Technical Field
The invention relates to the field of application program development, in particular to a quality analysis method and system for an application program development project.
Background
Before the application program is formally on-line, an application program setting development project needs to be developed, and in the process of implementing the application program development project, the application program development project needs to be tested. In testing an application development project, various types of information involved in the test are managed on a management application development project system, such as a project and transaction tracking (Jira) platform. A management application development project system such as a Jira platform is a tracking tool of a development project and is widely applied to the working fields of defect tracking, customer service, demand collection, process approval, task tracking, agile management and the like of the development project.
In order to evaluate the quality of an application development project, a Quality Assurance (QA) team of a development project group performs quality analysis on the application development project in a testing process within a set time period such as a month or a quarter, the quality analysis is based on manually screening defect information of the application development project within the set time period from a management application development project system, the defect information can be derived in a report form, and then quality assessment is performed on departments or individuals involved in the application development project after the derived defect information is directly and manually observed or corresponding charts are generated through a report tool such as an Excel table, so that the evaluation on the quality of the application development project is completed within a unit time period.
However, the quality evaluation of the application program development project implemented by the above method has the following defects: 1) the defect information of the application program development project in a set time period is screened out and exported manually, so that the cost of quality data statistics is increased, a large amount of time is required, and the efficiency is low; 2) the defect information is acquired from the management application development project system and is imported into the Excel table in a report form by writing a computer language script mode, and due to the fact that the data volume through a platform Application Program Interface (API) is large, the interface request time is long, if departments or individuals participating in the application development project are used as dimensions to circularly inquire and manage various types of information related to the development project in the application development project system, the waiting time is long, and the efficiency is low; 3) when the quality of an application program development project is evaluated each time, an Excel table needs to be manually opened to generate a diagram, manual work is repeated, and time and labor are wasted; 4) after the chart is generated, although various defect information of the application program development project can be visually displayed, the quality assessment platform standard is not set and only can be manually assessed, and the quality assessment standard is not uniform and has low efficiency.
Disclosure of Invention
In view of this, embodiments of the present invention provide a quality analysis method for an application development project, which can automatically perform quality analysis on the application development project under a unified standard.
The embodiment of the invention also provides a quality analysis system of the application program development project, which can automatically analyze the quality of the application program development project under the unified standard.
The embodiment of the invention is realized as follows:
a quality analysis method for an application development project, comprising:
acquiring defect information of an application program development project;
processing the defect information based on the set quality analysis rule to obtain the evaluation result of each application program development project participant;
and displaying the obtained evaluation results of the application program development project participants.
Preferably, the acquiring the defect information of the application development project includes:
and setting a time period for acquiring the defect information of the application program development project, and acquiring the defect information of the application program development project in the set time period.
Preferably, the acquiring the defect information of the application development project includes:
acquiring defect information of the application development project acquired by the Jira platform in the application development process from the set project and transaction tracking Jira platform;
the processing the defect information based on the set quality analysis rule comprises:
setting a quality analysis rule by adopting a logic code, wherein the logic code is realized by adopting an application with a client function of accessing a Jira platform, and the logic code is operated to process the defect information;
the system displays the obtained evaluation results of the application program development project participants, and comprises the following steps:
and carrying out chart visualization on the obtained evaluation results of the application program development project participants by adopting the set open source visualization database Echarts.
Preferably, the processing the defect information based on the set quality analysis rule includes:
classifying the defect information according to the relevance of each participant of the application program development project, evaluating according to quality analysis rules set by each participant of the application program development project to obtain an evaluation result, and packaging the evaluation result;
the step of displaying the obtained evaluation results of the application program development project participants comprises the following steps:
traversing the packaged evaluation results, assigning the evaluation results to a histogram or a pie chart in Echarts one by one, and displaying the evaluation results in a page.
Preferably, when acquiring the defect information of the application development project, the method further includes: and obtaining the data through an application program interface API of a management application program development project system in a multithreading parallel mode.
A system for quality analysis of an application development project, comprising: a computer front-end processing unit and a computer back-end processing unit, wherein,
the computer back-end processing unit is used for acquiring the defect information of the application program development project, processing the defect information based on the set quality analysis rule to obtain the evaluation result of each application program development project participant, and sending the evaluation result to the computer front-end unit;
and the computer front-end processing unit is used for displaying the evaluation results acquired from the computer rear-end processing unit.
Preferably, the computer front-end processing unit is further configured to receive a time period for obtaining the assessment result, generate an assessment result obtaining request carrying the time period, and send the assessment result obtaining request to the computer back-end unit;
the computer back-end unit is used for acquiring the defect information of the application program development project in the time period carried by the message after receiving the request for acquiring the assessment result from the computer front-end processing unit; and the method is also used for acquiring the defect information in an API of the management application program development project system in a multithreading parallel mode.
Preferably, the computer back-end processing unit is further configured to obtain, from the set project and transaction tracking Jira platform, defect information of the application development project collected by the Jira platform in the application development process; setting a quality analysis rule by adopting a logic code, wherein the logic code is realized by adopting an application with a client function of accessing a Jira platform, and the logic code is operated to process the defect information;
and the computer front-end processing unit is also used for carrying out chart visualization on the obtained evaluation results of the application program development project participants by adopting the set Echarts during display.
An apparatus for quality analysis of an application development project, comprising:
a memory; and a processor coupled to the memory, the processor configured to perform any of the above-described methods of quality analysis for an application development project based on instructions stored in the memory.
A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, implements a method of quality analysis of an application development project as described in any one of the above.
As can be seen from the above, in the embodiment of the present invention, the defect information of the application development project is obtained, the defect information is processed based on the set quality analysis rule, the evaluation result of each participant of the application development project is obtained and displayed, and the set quality analysis rule is implemented by using a logic code. Furthermore, when the defect information is acquired, the defect information is acquired through an API of a management application program development project system in a multithreading parallel mode, so that the cost and the time are saved. Therefore, the embodiment of the invention can automatically analyze the quality of the application program development project under the unified standard.
Drawings
Fig. 1 is a flowchart of a quality analysis method for an application development project according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a quality analysis implementation framework of an application development project according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating an embodiment of a method for quality analysis of an application development project according to the present invention;
fig. 4 is a schematic diagram illustrating an evaluation result provided by the embodiment of the present invention;
fig. 5 is a schematic structural diagram of a quality analysis system of an application development project according to an embodiment of the present invention.
Detailed Description
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 only a part of the embodiments of the present application, and not all of the 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.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements explicitly listed, but may include other steps or elements not explicitly listed or inherent to such process, method, article, or apparatus.
The technical solution of the present invention will be described in detail with specific examples. Several of the following embodiments may be combined with each other and some details of the same or similar concepts or processes may not be repeated in some embodiments.
It can be seen from the background art that, when performing quality analysis on an application development project, after manually screening out defect information of the application development project in a set time period from a management application development project system and exporting the defect information to an Excel table, quality assessment is performed on departments or individuals participating in the application development project after the exported defect information is directly manually observed or a corresponding chart is generated by a reporting tool such as the Excel table, and manual participation in the exporting and assessing process is required, so that assessment standards are not uniform, a large amount of time is required, and assessment cost is high.
In order to solve the above problems, in the embodiments of the present invention, defect information of an application development project is obtained from a management application development project system, the defect information is processed based on a set quality analysis rule, an evaluation result of each application development project participant is obtained and displayed, and the set quality analysis rule is implemented by using a logic code. Thus, when the quality assessment evaluation is carried out on the application program development project, the quality assessment can be automatically carried out based on the unified assessment standard, so that the time is saved, and the assessment cost is low.
Furthermore, when the defect information is acquired, the defect information is acquired through an API of a management application program development project system in a multithreading parallel mode, so that the cost and the time are saved.
In conclusion, the embodiment of the invention can automatically analyze the quality of the application program development project under the unified standard.
Fig. 1 is a flowchart of a quality analysis method for an application development project according to an embodiment of the present invention, which includes the following specific steps:
step 101, acquiring defect information of an application program development project;
102, processing the defect information based on a set quality analysis rule to obtain an evaluation result of each application program development project participant;
and 103, displaying the obtained evaluation results of the application program development project participants.
In the method, the acquiring the defect information of the application development project comprises:
and acquiring defect information of the application development project acquired by the Jira platform in the application development process from the set project and transaction tracking Jira platform.
In the method, the processing the defect information based on the set quality analysis rule includes:
setting a quality analysis rule by adopting a logic code, wherein the logic code is realized by adopting an application with a client function of accessing a Jira platform, and the logic code is operated to process the defect information;
the system displays the obtained evaluation results of the application program development project participants, and comprises the following steps:
and carrying out chart visualization on the obtained evaluation results of the application program development project participants by adopting a set open source visualization database (Echarts).
In the method, the acquiring the defect information of the application development project comprises:
and setting a time period for acquiring the defect information of the application program development project, and acquiring the defect information of the application program development project in the set time period.
In the method, each of the application development project participants includes assessment units such as participants, groups and/or departments of the application development project, which is not limited herein.
In the method, when the management application program development project system is a Jira platform, logic codes can be specifically realized by adopting a simplified open source application framework (Springboot) and a Jira-rest-Java-client toolkit based on the Java platform, and Echarts realized based on JavaScript is embedded in a progressive framework (VUE) for constructing a user interface to perform chart visualization during display, so that efficient and intuitive data statistics and quality assessment are realized.
Specifically, when the defect information is acquired by the back end of the computer, the defect information is defect information in a requested time period, the defect information is classified according to the relevance of each participant of the application program development project, an evaluation result is obtained after evaluation is performed according to quality analysis rules set by each participant of the application program development project, the whole process is realized by adopting logic codes, the evaluation result is packaged into an interface and returned to the front end of the computer, and the front end of the computer directly performs visualization processing and then displays the interface.
When the computer front end is subjected to visualization processing, after the evaluation results are traversed, the evaluation results are assigned to a column diagram or a pie diagram in the VUE-embedded Echarts one by one, and the evaluation results are displayed in a computer front end page.
The method further comprises the following steps: when the defect information of the application development project is acquired from the management application development project system, the method further comprises the following steps: and obtaining the data through an API of a management application program development project system in a multithreading parallel mode. Specifically, a Java multithreading mode may be used to initiate a request for acquiring the defect information to the API of the Jira platform, and the response time of the API of the Jira platform for which the request is waited is set to be a parallel mode, so that the acquisition time of the defect information may be greatly shortened.
When the embodiment of the invention is adopted to carry out quality analysis on the application program development project each time, a user only needs to select the time period through the front-end page of the computer, and the assessment results of all the participants aiming at the application program development project can be directly obtained after one key execution, for example, the assessment results are displayed in a quality scoring mode, the assessment results can be realized only in a few seconds, the statistical requirements of the set time periods such as each month or each quarter and the like have flexible availability, and the efficiency is greatly improved.
Fig. 2 is a schematic diagram of a framework structure for implementing quality analysis of an application development project according to an embodiment of the present invention, and with reference to fig. 2, a flowchart of an embodiment of a method for implementing quality analysis of an application development project according to an embodiment of the present invention is shown in fig. 3, in this example, a Jira platform is used in a system for managing an application development project, a user sends a control command through a front-end page of a computer, and the front-end and a back-end interact with each other to implement quality analysis of an application development project, and the specific steps include:
step 301, a time period interval selection frame and a one-key execution button are arranged on a front-end page of the computer, a user selects the time period interval selection frame and the one-key execution button on the front-end page of the computer, and clicks one key to execute the time period interval selection frame after the time period interval selection frame is selected, and after the front end of the computer receives the time period interval selection frame, an assessment result acquisition request carrying the time period interval is sent to the rear end of;
step 302, after receiving the request, the rear end of the computer queries department information and Jira account information for accessing the Jira platform, and composes a query request of defect information of an application program development project in the Jira platform together with a time period carried by the request;
here, the Jira account information is personal information for accessing the Jira platform; the query request is an advanced query search (JQL) query statement supported by a Jira platform;
step 303, creating an ExecutorService thread pool at the back end of the computer, transmitting the query request into a searchJql method provided by a Jira-rest-java-client, and sending the query request to an API of a Jira platform in a multithread parallel mode;
in this step, since multiple initiators of the query request, including individuals or groups (departments), need to loop through information to splice different JQL statements to call the API of the Jira platform, multiple threads are started (execute) in a for loop, and the query request is executed in parallel, that is, defect information returned by the API of the Jira platform is waited in parallel;
step 304, after the back end of the computer waits for the execution of the created thread to be finished, acquiring defect information of the application program development project through a Jera platform API, classifying the defect information aiming at the relevance of each participant of the application program development project, carrying out evaluation aiming at quality analysis rules set by each participant of the application program development project to obtain an evaluation result, and packaging the evaluation result into an interface to return to the front end of the computer;
and 305, when the computer front end is subjected to visualization processing, after the evaluation result is traversed, assigning the evaluation result to a column diagram or a pie diagram in the VUE-embedded Echarts, and displaying the evaluation result in a computer front end page.
After the method described in fig. 3, the assessment result can be displayed, as shown in fig. 4, fig. 4 is a schematic diagram of the effect of displaying the assessment result provided by the embodiment of the present invention. Fig. 4 is an illustration only, and the quality analysis rules set by the specific logic code implementation can be implemented according to different quality assessment regimes, which is not limited herein.
Fig. 5 is a schematic structural diagram of a quality analysis system of an application development project according to an embodiment of the present invention, where the system includes: a computer front-end processing unit and a computer back-end processing unit, wherein,
the computer back-end processing unit is used for acquiring the defect information of the application program development project, processing the defect information based on the set quality analysis rule to obtain the evaluation result of each application program development project participant, and sending the evaluation result to the computer front-end unit;
and the computer front-end processing unit is used for displaying the evaluation results acquired from the computer rear-end processing unit.
In the system, the computer front-end processing unit is also used for receiving a time period for obtaining the assessment result, generating a request carrying the time period for obtaining the assessment result and sending the request to the computer rear-end unit;
the computer back-end unit is used for acquiring the defect information of the application program development project in the time period carried by the message after receiving the request for acquiring the assessment result from the computer front-end processing unit; and the method is also used for acquiring the defect information in an API of the management application program development project system in a multithreading parallel mode.
In the system, the computer back-end processing unit is also used for acquiring the defect information of the application program development project collected by the Jira platform in the application program development process from the set project and transaction tracking Jira platform; setting a quality analysis rule by adopting a logic code, wherein the logic code is realized by adopting an application with a client function of accessing a Jira platform, and the logic code is operated to process the defect information;
and the computer front-end processing unit is also used for carrying out chart visualization on the obtained evaluation results of the application program development project participants by adopting the set Echarts during display.
In the system, the computer back-end processing unit is further configured to implement classification of the defect information for relevance of each participant of the application development project by using a logic code, obtain an evaluation result after evaluation is performed for a quality analysis rule set by each participant of the application development project, and package the evaluation result into an interface to return to the computer front-end processing unit; and the computer front-end processing unit is also used for assigning values to a column chart or a pie chart in the VUE-embedded Echarts one by one after traversing the evaluation result, and displaying the evaluation result in a computer front-end page.
In the system, the computer back-end processing unit is further configured to acquire the defect information in an API of a management application development project system in a multi-thread parallel manner.
As can be seen from the method and the system provided by the embodiment of the invention, the method and the system have the following advantages: firstly, the front-end page visualization of a computer is utilized, the corresponding monthly or quarterly defect information is conveniently obtained by setting a time period and can be dynamically displayed, and meanwhile, the maintenance of logic codes before statistics is carried out each time is avoided; secondly, calling the Jira platform Api by the back end of the computer in a multi-thread parallel mode, so that a plurality of query requests are simultaneously sent to the Jira platform Api and wait for returned defect information in parallel, the data acquisition speed is increased, and the efficiency is improved remarkably compared with that of one query; thirdly, a front-end page of the computer directly and automatically displays the diagram, and the diagram is manually generated for Excel table data in the background technology, so that redundant operation steps are reduced, and the efficiency is improved; and finally, the examination and evaluation logic is realized at the front end of the computer and the back end of the computer, so that the examination and evaluation of the participants of the application program development project are directly displayed, manual calculation is not required again according to the examination system of a company, and the time is saved.
Embodiments of the present application also provide a computer-readable storage medium storing instructions that, when executed by a processor, may perform the steps of the method for quality analysis of an application development project as described above. In practical applications, the computer readable medium may be included in the apparatus/device/system described in the above embodiments, or may exist alone without being assembled into the apparatus/device/system. The computer readable storage medium carries one or more programs, and when the one or more programs are executed, the method for quality analysis of the application development project described in the embodiments may be implemented. According to embodiments disclosed herein, the computer-readable storage medium may be a non-volatile computer-readable storage medium, which may include, for example and without limitation: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing, without limiting the scope of the present disclosure. In the embodiments disclosed herein, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The embodiment of the invention also provides electronic equipment, wherein the device for realizing the method in the embodiment of the application can be integrated.
Specifically, the method comprises the following steps:
the electronic device may include a processor of one or more processing cores, memory of one or more computer-readable storage media, and a computer program stored on the memory and executable on the processor. The above-described quality analysis method of the application development project can be realized when the program of the memory is executed.
Specifically, in practical applications, the electronic device may further include a power supply, an input unit, an output unit, and other components. Those skilled in the art will appreciate that the configuration of the electronic device in the embodiments of the present invention is not intended to be limiting, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components. Wherein:
the processor is a control center of the electronic device, connects various parts of the whole electronic device by various interfaces and lines, and performs various functions of the server and processes data by running or executing software programs and/or modules stored in the memory and calling data stored in the memory, thereby performing overall monitoring of the electronic device.
The memory may be used to store software programs and modules, i.e., the computer-readable storage media described above. The processor executes various functional applications and data processing by executing software programs and modules stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the server, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. Accordingly, the memory may also include a memory controller to provide the processor access to the memory.
The electronic equipment also comprises a power supply for supplying power to each component, and the power supply can be logically connected with the processor through the power management system, so that the functions of charging, discharging, power consumption management and the like can be managed through the power management system. The power supply may also include any component of one or more dc or ac power sources, recharging systems, power failure detection circuitry, power converters or inverters, power status indicators, and the like.
The electronic device may further include an input unit operable to receive input numeric or character information and generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function control.
The electronic device may further include an output unit that may be used to display information input by or provided to a user as well as various graphical user interfaces that may be made up of graphics, text, icons, video, and any combination thereof.
The flowchart and block diagrams in the figures of the present application illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments disclosed herein. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Those skilled in the art will appreciate that various combinations and/or combinations of features recited in the various embodiments and/or claims of the present disclosure can be made, even if such combinations or combinations are not explicitly recited in the present application. In particular, the features recited in the various embodiments and/or claims of the present application may be combined and/or coupled in various ways, all of which fall within the scope of the present disclosure, without departing from the spirit and teachings of the present application.
The principles and embodiments of the present invention are explained herein using specific examples, which are provided only to help understanding the method and the core idea of the present invention, and are not intended to limit the present application. It will be appreciated by those skilled in the art that changes may be made in this embodiment and its broader aspects and without departing from the principles, spirit and scope of the invention, and that all such modifications, equivalents, improvements and equivalents as may be included within the scope of the invention are intended to be protected by the claims.

Claims (10)

1. A method for analyzing the quality of an application development project, comprising:
acquiring defect information of an application program development project;
processing the defect information based on the set quality analysis rule to obtain the evaluation result of each application program development project participant;
and displaying the obtained evaluation results of the application program development project participants.
2. The method of claim 1, wherein the obtaining defect information for an application development project comprises:
and setting a time period for acquiring the defect information of the application program development project, and acquiring the defect information of the application program development project in the set time period.
3. The method of claim 1 or 2, wherein the obtaining defect information for an application development project comprises:
acquiring defect information of the application development project acquired by the Jira platform in the application development process from the set project and transaction tracking Jira platform;
the processing the defect information based on the set quality analysis rule comprises:
setting a quality analysis rule by adopting a logic code, wherein the logic code is realized by adopting an application with a client function of accessing a Jira platform, and the logic code is operated to process the defect information;
the system displays the obtained evaluation results of the application program development project participants, and comprises the following steps:
and carrying out chart visualization on the obtained evaluation results of the application program development project participants by adopting the set open source visualization database Echarts.
4. The method of claim 3, wherein processing the defect information based on the set quality analysis rules comprises:
classifying the defect information according to the relevance of each participant of the application program development project, evaluating according to quality analysis rules set by each participant of the application program development project to obtain an evaluation result, and packaging the evaluation result;
the step of displaying the obtained evaluation results of the application program development project participants comprises the following steps:
traversing the packaged evaluation results, assigning the evaluation results to a histogram or a pie chart in Echarts one by one, and displaying the evaluation results in a page.
5. The method of claim 1, wherein in obtaining defect information for an application development project, further comprising: and obtaining the data through an application program interface API of a management application program development project system in a multithreading parallel mode.
6. A system for quality analysis of an application development project, comprising: a computer front-end processing unit and a computer back-end processing unit, wherein,
the computer back-end processing unit is used for acquiring the defect information of the application program development project, processing the defect information based on the set quality analysis rule to obtain the evaluation result of each application program development project participant, and sending the evaluation result to the computer front-end unit;
and the computer front-end processing unit is used for displaying the evaluation results acquired from the computer rear-end processing unit.
7. The system of claim 6, wherein the computer front-end processing unit is further configured to receive a time period for obtaining the assessment results, generate a request for obtaining the assessment results carrying the time period, and send the request to the computer back-end unit;
the computer back-end unit is used for acquiring the defect information of the application program development project in the time period carried by the message after receiving the request for acquiring the assessment result from the computer front-end processing unit; and the method is also used for acquiring the defect information in an API of the management application program development project system in a multithreading parallel mode.
8. The system of claim 6, wherein the computer back-end processing unit is further configured to obtain defect information of the application development project collected by the Jira platform in the application development process from the set project and transaction tracking Jira platform; setting a quality analysis rule by adopting a logic code, wherein the logic code is realized by adopting an application with a client function of accessing a Jira platform, and the logic code is operated to process the defect information;
and the computer front-end processing unit is also used for carrying out chart visualization on the obtained evaluation results of the application program development project participants by adopting the set Echarts during display.
9. An apparatus for quality analysis of an application development project, comprising:
a memory; and a processor coupled to the memory, the processor configured to perform the method of quality analysis of an application development project of any of claims 1-5 based on instructions stored in the memory.
10. A computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the method for quality analysis of an application development project according to any one of claims 1 to 5.
CN202110488526.9A 2021-05-06 2021-05-06 Quality analysis method and system for application program development project Pending CN113011795A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110488526.9A CN113011795A (en) 2021-05-06 2021-05-06 Quality analysis method and system for application program development project

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110488526.9A CN113011795A (en) 2021-05-06 2021-05-06 Quality analysis method and system for application program development project

Publications (1)

Publication Number Publication Date
CN113011795A true CN113011795A (en) 2021-06-22

Family

ID=76380787

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110488526.9A Pending CN113011795A (en) 2021-05-06 2021-05-06 Quality analysis method and system for application program development project

Country Status (1)

Country Link
CN (1) CN113011795A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109815220A (en) * 2018-12-14 2019-05-28 深圳壹账通智能科技有限公司 A kind of defective data treating method and apparatus
CN110109834A (en) * 2019-04-30 2019-08-09 贝壳技术有限公司 A kind of test report automatically generating device and method
CN110109821A (en) * 2019-03-19 2019-08-09 深圳壹账通智能科技有限公司 Software program quality evaluating method, device, computer equipment and storage medium
CN111240994A (en) * 2020-01-20 2020-06-05 北京国舜科技股份有限公司 Vulnerability processing method and device, electronic equipment and readable storage medium
CN111611172A (en) * 2020-05-26 2020-09-01 深圳壹账通智能科技有限公司 Project test defect analysis method, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109815220A (en) * 2018-12-14 2019-05-28 深圳壹账通智能科技有限公司 A kind of defective data treating method and apparatus
CN110109821A (en) * 2019-03-19 2019-08-09 深圳壹账通智能科技有限公司 Software program quality evaluating method, device, computer equipment and storage medium
CN110109834A (en) * 2019-04-30 2019-08-09 贝壳技术有限公司 A kind of test report automatically generating device and method
CN111240994A (en) * 2020-01-20 2020-06-05 北京国舜科技股份有限公司 Vulnerability processing method and device, electronic equipment and readable storage medium
CN111611172A (en) * 2020-05-26 2020-09-01 深圳壹账通智能科技有限公司 Project test defect analysis method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
US7620856B2 (en) Framework for automated testing of enterprise computer systems
CN110688106B (en) Quantitative transaction strategy writing method and device based on visual configuration
US9471453B2 (en) Management of test artifacts using cascading snapshot mechanism
CN110517148B (en) Control method, system and device for executing quantitative transaction strategy
EP2866168A1 (en) Calibration of strategies for fraud detection
CN113742227A (en) Method, device, equipment and medium for controlling software testing process
CN113254350A (en) Flink operation testing method, device, equipment and storage medium
CN113011795A (en) Quality analysis method and system for application program development project
CN111737143A (en) Method and system for troubleshooting AB test of webpage
CN116909904A (en) Software function automatic test method based on high-flow high-concurrency condition
CN111127223A (en) Insurance product testing method and device and storage medium
CN113849404A (en) Management method, device and storage medium for interface test related information
JP2018147350A (en) Apparatus for analyzing actual use of information processing system, and method for analyzing actual use
CN114721638A (en) Query logic code generation method and device
KR102060643B1 (en) Method for estimating reliability of weapon system software, method and apparatus for managing reliability of weapon system software and computer readable storage medium having program stored therein
CN113032209A (en) Operation monitoring method, device, server and medium
Guo Towards Automatic Analysis of Software Requirement Stability.
Donadelli et al. Organizational volatility and post-release defects: A replication case study using data from Google Chrome
CN111026654A (en) Automatic testing method based on interface
CN114625640B (en) Software test project management method and device, storage medium and electronic equipment
CN111078543B (en) System dynamic test method and test device
CN117271357A (en) Method and device for testing client management software, computer equipment and storage medium
CN114218086A (en) Case testing method, device and equipment and readable storage medium
CN117314121A (en) Information processing method, device, equipment and storage medium based on personnel allocation
CN116884107A (en) Automatic service resource inspection system, method, terminal and storage medium

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