CN112395188A - Test-oriented software project development method and device, electronic equipment and storage medium - Google Patents

Test-oriented software project development method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112395188A
CN112395188A CN202011235606.5A CN202011235606A CN112395188A CN 112395188 A CN112395188 A CN 112395188A CN 202011235606 A CN202011235606 A CN 202011235606A CN 112395188 A CN112395188 A CN 112395188A
Authority
CN
China
Prior art keywords
software
development
basic
test
product
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.)
Granted
Application number
CN202011235606.5A
Other languages
Chinese (zh)
Other versions
CN112395188B (en
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.)
Wuhan Mucang Technology Co Ltd
Original Assignee
Wuhan Mucang 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 Wuhan Mucang Technology Co Ltd filed Critical Wuhan Mucang Technology Co Ltd
Priority to CN202011235606.5A priority Critical patent/CN112395188B/en
Publication of CN112395188A publication Critical patent/CN112395188A/en
Application granted granted Critical
Publication of CN112395188B publication Critical patent/CN112395188B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

Abstract

A test-oriented software project development method, a test-oriented software project development device, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring a basic product development requirement proposed by a product demander; developing a basic software project and compiling a basic software test case according to the basic product development requirement; acquiring a development requirement of a changed product proposed by the product demander in real time; developing a change software project development in the basic software project development according to the change product development requirement to obtain a final version software project development, compiling a change software test case in the basic software test case to obtain a final version software test case; according to the final version software test case, the software testing party performs software testing on the final version software project development; and the software testing party outputs a software testing report according to the software testing result. The software testing method and the software testing system take a software testing party as a core, and run a software testing process through the whole software development process, so that the software quality can be ensured.

Description

Test-oriented software project development method and device, electronic equipment and storage medium
Technical Field
The invention belongs to the technical field of software project development, and particularly relates to a test-oriented software project development method and device, electronic equipment and a storage medium.
Background
In the existing software project development method, a software testing process is always involved in the middle and later stages of a project, and various tests are carried out on the software project. However, the later software testing process leads to the late understanding and missing of the software testing party on the software project development requirement, which causes the phenomenon that the software testing party and the product requiring party communicate frequently, the product requiring party gradually feels that the communication effect with the software testing party is not good, and further, when new requirements are modified, the software testing party can bypass the software testing party and directly provide requirement change to the software developing party, so that the software testing party cannot obtain new requirement information in time and lacks part of testing requirements, and further, the subsequent testing quality is reduced; even a phenomenon of multiple communication of a single thing may occur, which finally directly causes the software testing efficiency to be reduced, and influences the quality and the progress of the software project.
Disclosure of Invention
In view of the above, the present invention provides a test-oriented software project development method, apparatus, electronic device and storage medium that overcome, or at least partially address, the above-mentioned problems.
In order to solve the technical problem, the invention provides a test-oriented software project development method, which comprises the following steps:
acquiring a basic product development requirement proposed by a product demander;
developing a basic software project according to the basic product development requirement software developer;
writing a basic software test case according to the basic product development requirement software tester;
acquiring a development requirement of a changed product proposed by the product demander in real time;
according to the development requirement of the changed product, the software developer develops the changed software project development in the basic software project development to obtain the final version software project development;
the software testing party writes a change software test case in the basic software test cases according to the change product development requirement and obtains a final version software test case;
according to the final version software test case, the software testing party performs software testing on the final version software project development;
and the software testing party outputs a software testing report according to the software testing result.
Preferably, the step of developing the basic software project by the software developer according to the basic product development requirement comprises the following steps:
acquiring a software project development basic database;
analyzing the basic product development requirement and obtaining a basic development list;
presetting blank basic software project development texts and sequentially traversing the basic development list;
judging whether a software development module meeting the basic development list exists in the software project development basic database or not;
if yes, acquiring the software development module and placing the software development module at a first position of the basic software project development text;
if not, writing a software language and placing the software language at a second position of the basic software project development text.
Preferably, the writing of the basic software test case according to the basic product development requirement software tester comprises the following steps:
acquiring a basic database of a software test case;
analyzing the basic product development requirement and obtaining a basic test list;
presetting a basic software test case text and traversing the basic test list in sequence;
judging whether a test case module meeting the basic test list exists in the software test case basic database or not;
if yes, obtaining the test case module and placing the test case module at a first position of the basic software test case text;
if not, writing a software test case and placing the software test case at a second position of the basic software test case text.
Preferably, the acquiring, in real time, a development requirement of a modified product proposed by the product demander includes:
presetting a blank database;
acquiring development requirements of all the basic products;
storing all the basic product development requirements in the blank database and obtaining a basic product development requirement database;
acquiring the development requirement of the changed product in real time;
judging whether the development requirement of the changed product is the same as any one of the development requirements of the basic product in the basic product development requirement database;
if so, deleting the development requirement of the changed product;
if not, the development requirements of the changed products are reserved in the basic product development requirement database, and a final product development requirement database is obtained.
Preferably, the step of the software developer developing the modified software project development in the basic software project development according to the modified product development requirement and obtaining the final version software project development comprises the steps of:
acquiring a basic development list and a basic software project development text;
analyzing the development requirement of the changed product and obtaining a change development list;
sequentially traversing each change development project in the change development list;
judging whether the changed development project is the same as any basic development project in the basic development list;
if yes, deleting the change development project;
if not, the writing software language is placed at the third position of the basic software project development text, and a final version software project development text is obtained.
Preferably, the step of writing the changed software test case in the basic software test case and obtaining the final version software test case by the software testing party according to the changed product development requirement includes the steps of:
acquiring a basic test list and a basic software test case text;
analyzing the development requirement of the changed product and obtaining a change test list;
sequentially traversing each change test item in the change test list;
judging whether the change test item is the same as any basic test item in the basic test list;
if yes, deleting the change test item;
if not, writing a software test case and placing the software test case at a third position of the basic software test case text to obtain a final version software test case text.
Preferably, the outputting of the software test report by the software testing party according to the software test result includes the steps of:
acquiring corresponding weights of all holes in the software test result;
sorting all the bugs in a descending order according to the weight;
acquiring the vulnerability display number of the software test report;
visually displaying the vulnerabilities with the same number as the vulnerability display number in the sequencing result in the software test report;
acquiring mark information of all the bugs in the software test report;
and visually displaying the mark information corresponding to all the vulnerabilities in the software test report.
The invention also provides a test-oriented software project development device, which comprises:
the acquisition module is used for acquiring basic product development requirements proposed by a product demander;
the development module is used for developing a basic software project according to the basic product development requirement software developer;
the compiling module is used for compiling a basic software test case according to the basic product development requirement software tester;
the real-time acquisition module is used for acquiring the development requirement of the changed product proposed by the product demander in real time;
the change development module is used for developing change software project development in the basic software project development by the software developer according to the change product development requirement and obtaining final version software project development;
the change compiling module is used for compiling a change software test case in the basic software test case by the software testing party according to the development requirement of the change product and obtaining a final version software test case;
the software testing module is used for carrying out software testing on the final version software project development by the software testing party according to the final version software testing case;
and the report output module is used for outputting a software test report by the software testing party according to the software test result.
The present invention also provides an electronic device, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform a test-oriented software project development method as claimed in any one of the preceding claims.
The present invention also provides a storage medium storing a computer program which, when executed by a processor, is capable of implementing a test-oriented software project development method as described in any one of the above.
One or more technical solutions in the embodiments of the present invention have at least the following technical effects or advantages: provided by the present application
According to the test-oriented software project development method, the test-oriented software project development device, the electronic equipment and the storage medium, a software tester is taken as a core, and a software test flow runs through the whole software development flow, so that the software quality can be ensured, and the funnel discovery probability is improved; software development related parties run in parallel in the whole software development process, and the software development work efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
FIG. 1 is a flowchart illustrating a method for developing a test-oriented software project according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a test-oriented software project development apparatus according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of an electronic device provided by an embodiment of the invention;
fig. 4 is a schematic diagram of a storage medium according to an embodiment of the present invention.
Detailed Description
The present invention will be described in detail below with reference to specific embodiments and examples, and the advantages and various effects of the present invention will be more clearly apparent therefrom. It will be understood by those skilled in the art that these specific embodiments and examples are for the purpose of illustrating the invention and are not to be construed as limiting the invention.
Throughout the specification, unless otherwise specifically noted, terms used herein should be understood as having meanings as commonly used in the art. Accordingly, unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. If there is a conflict, the present specification will control.
Unless otherwise specifically stated, various raw materials, reagents, instruments, equipment and the like used in the present invention are commercially available or can be prepared by existing methods.
Referring to fig. 1, in an embodiment of the present application, the present invention provides a test-oriented software project development method, including:
s1: acquiring a basic product development requirement proposed by a product demander;
s2: developing a basic software project according to the basic product development requirement software developer;
s3: writing a basic software test case according to the basic product development requirement software tester;
s4: acquiring a development requirement of a changed product proposed by the product demander in real time;
s5: according to the development requirement of the changed product, the software developer develops the changed software project development in the basic software project development to obtain the final version software project development;
s6: the software testing party writes a change software test case in the basic software test cases according to the change product development requirement and obtains a final version software test case;
s7: according to the final version software test case, the software testing party performs software testing on the final version software project development;
s8: and the software testing party outputs a software testing report according to the software testing result.
When software development is carried out, firstly, basic product development requirements proposed by a product demand party are obtained, basic software project development is carried out by a software development party according to the basic product development requirements, and simultaneously, a basic software test case is compiled by a software testing party according to the basic product development requirements; then acquiring a development requirement of a change product proposed by the product demand party in real time, developing the development of the change software project in the basic software project development by the software developer according to the development requirement of the change product and obtaining a final version software project development, and compiling a change software test case in the basic software test case and obtaining a final version software test case by the software tester according to the development requirement of the change product; and then the software testing party performs software testing on the final version software project development according to the final version software testing case, and finally the software testing party outputs a software testing report according to the software testing result.
In the embodiment of the present application, the step S2 of developing the basic software project according to the basic product development requirement includes the steps of:
acquiring a software project development basic database;
analyzing the basic product development requirement and obtaining a basic development list;
presetting blank basic software project development texts and sequentially traversing the basic development list;
judging whether a software development module meeting the basic development list exists in the software project development basic database or not;
if yes, acquiring the software development module and placing the software development module at a first position of the basic software project development text;
if not, writing a software language and placing the software language at a second position of the basic software project development text.
When a software developer develops a basic software project according to the basic product development requirement, firstly acquiring a software project development basic database, analyzing the basic product development requirement and obtaining a basic development list, then presetting blank basic software project development texts, sequentially traversing the basic development list, and judging whether a software development module meeting the basic development list exists in the software project development basic database; when the judgment result is yes, acquiring the software development module and placing the software development module at a first position of the basic software project development text; and when the judgment result is no, writing a software language and placing the software language at a second position of the basic software project development text.
In this embodiment of the present application, the writing of the basic software test case by the software tester according to the basic product development requirement in step S3 includes the steps of:
acquiring a basic database of a software test case;
analyzing the basic product development requirement and obtaining a basic test list;
presetting a basic software test case text and traversing the basic test list in sequence;
judging whether a test case module meeting the basic test list exists in the software test case basic database or not;
if yes, obtaining the test case module and placing the test case module at a first position of the basic software test case text;
if not, writing a software test case and placing the software test case at a second position of the basic software test case text.
When a software tester compiles a basic software test case according to the basic product development requirements, firstly, a basic database of the software test case is obtained, the basic product development requirements are analyzed, and a basic test list is obtained; then presetting a basic software test case text, sequentially traversing the basic test list, and judging whether a test case module meeting the basic test list exists in a software test case basic database or not; when the test case module is judged to be the first test case module, the test case module is obtained and placed at a first position of the basic software test case text; and when the judgment result is no, writing a software test case and placing the software test case at a second position of the basic software test case text.
In this embodiment of the present application, the step of obtaining the development requirement of the modified product proposed by the product demander in real time in step S4 includes the steps of:
presetting a blank database;
acquiring development requirements of all the basic products;
storing all the basic product development requirements in the blank database and obtaining a basic product development requirement database;
acquiring the development requirement of the changed product in real time;
judging whether the development requirement of the changed product is the same as any one of the development requirements of the basic product in the basic product development requirement database;
if so, deleting the development requirement of the changed product;
if not, the development requirements of the changed products are reserved in the basic product development requirement database, and a final product development requirement database is obtained.
When acquiring a change product development requirement proposed by the product demander in real time, firstly presetting a blank database and acquiring all the basic product development requirements; then storing all the basic product development requirements in the blank database to obtain a basic product development requirement database, acquiring the changed product development requirements in real time, and judging whether the changed product development requirements are the same as any basic product development requirements in the basic product development requirement database; when the product development requirement is judged to be yes, deleting the modified product development requirement; and if not, reserving the development requirement of the changed product in the basic product development requirement database and obtaining a final product development requirement database.
In this embodiment of the present application, the step S5 of the software developer developing the modified software project development in the basic software project development according to the modified product development requirement and obtaining the final version of the software project development includes the steps of:
acquiring a basic development list and a basic software project development text;
analyzing the development requirement of the changed product and obtaining a change development list;
sequentially traversing each change development project in the change development list;
judging whether the changed development project is the same as any basic development project in the basic development list;
if yes, deleting the change development project;
if not, the writing software language is placed at the third position of the basic software project development text, and a final version software project development text is obtained.
When the software developer develops the development of the changed software project in the development of the basic software project according to the development requirement of the changed product and obtains the development of the final version software project, firstly, a basic development list and a basic software project development text are obtained; then analyzing the development requirement of the changed product and obtaining a change development list; sequentially traversing each change development project in the change development list, and judging whether the change development project is the same as any basic development project in the basic development list; when the judgment result is yes, deleting the change development project; and if not, the written software language is placed at the third position of the basic software project development text to obtain a final version software project development text.
In this embodiment of the present application, the step S6 of writing the changed software test case in the basic software test case and obtaining the final version software test case by the software tester according to the changed product development requirement includes the steps of:
acquiring a basic test list and a basic software test case text;
analyzing the development requirement of the changed product and obtaining a change test list;
sequentially traversing each change test item in the change test list;
judging whether the change test item is the same as any basic test item in the basic test list;
if yes, deleting the change test item;
if not, writing a software test case and placing the software test case at a third position of the basic software test case text to obtain a final version software test case text.
When the software testing party compiles a change software test case in the basic software test case according to the development requirement of the change product and obtains a final version software test case, firstly, a basic test list and a basic software test case text are obtained; then analyzing the development requirement of the changed product and obtaining a change test list; sequentially traversing each change test item in the change test list, and judging whether the change test item is the same as any basic test item in the basic test list; when the judgment result is yes, deleting the change test item; and when the judgment result is no, writing a software test case, placing the software test case at a third position of the basic software test case text, and obtaining a final version software test case text.
In this embodiment of the present application, the outputting of the software test report by the software testing party according to the software test result in step S8 includes the steps of:
acquiring corresponding weights of all holes in the software test result;
sorting all the bugs in a descending order according to the weight;
acquiring the vulnerability display number of the software test report;
visually displaying the vulnerabilities with the same number as the vulnerability display number in the sequencing result in the software test report;
acquiring mark information of all the bugs in the software test report;
and visually displaying the mark information corresponding to all the vulnerabilities in the software test report.
When the software testing party outputs a software testing report according to the software testing result, firstly, acquiring the corresponding weight of all holes in the software testing result; then, sorting all the vulnerabilities in a descending order according to the weight; and then acquiring the vulnerability display number of the software test report, visually displaying the vulnerabilities with the same number as the vulnerability display number in the sequencing result in the software test report, simultaneously acquiring the mark information of all vulnerabilities in the software test report, and visually displaying the mark information corresponding to all vulnerabilities in the software test report.
As shown in fig. 2, in the embodiment of the present application, the present invention further provides a test-oriented software project development apparatus, where the apparatus includes:
the acquisition module 10 is used for acquiring basic product development requirements provided by a product demander;
the development module 20 is used for developing a basic software project according to the basic product development requirement software developer;
the compiling module 30 is used for compiling a basic software test case according to the basic product development requirement software tester;
a real-time obtaining module 40, configured to obtain a development requirement of a modified product proposed by the product demander in real time;
the change development module 50 is used for the software developer to develop change software project development in the basic software project development according to the change product development requirement and obtain final version software project development;
the change compiling module 60 is used for compiling a change software test case in the basic software test case by the software testing party according to the development requirement of the change product and obtaining a final version software test case;
the software testing module 70 is used for carrying out software testing on the final-version software project development by the software testing party according to the final-version software testing case;
and a report output module 80, configured to output a software test report according to the software test result.
The test-oriented software project development device provided by the application can execute the test-oriented software project development method.
Referring now to FIG. 3, a schematic diagram of an electronic device 100 suitable for implementing an embodiment of the present disclosure is shown, the electronic device 100 being capable of implementing a test-oriented software project development method as described in any of the above. The electronic devices in the embodiments of the present disclosure may include, but are not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., car navigation terminals), and the like, and fixed terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 3, the electronic device 100 may include a processing means (e.g., a central processing unit, a graphic processor, etc.) 101 that may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)102 or a program loaded from a storage means 108 into a Random Access Memory (RAM) 103. In the RAM 103, various programs and data necessary for the operation of the electronic apparatus 100 are also stored. The processing device 101, the ROM102, and the RAM 103 are connected to each other via a bus 104. An input/output (I/O) interface 105 is also connected to bus 104.
Generally, the following systems may be connected to the I/O interface 105: input devices 106 including, for example, a touch screen, touch pad, keyboard, mouse, image sensor, microphone, accelerometer, gyroscope, etc.; an output device 107 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage devices 108 including, for example, magnetic tape, hard disk, etc.; and a communication device 1010. The communication means 1010 may allow the electronic device 100 to communicate with other devices wirelessly or by wire to exchange data. While the figures illustrate an electronic device 100 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication means 1010, or installed from the storage means 108, or installed from the ROM 102. The computer program, when executed by the processing device 101, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
Referring now to FIG. 4, there is shown a schematic block diagram of a computer-readable storage medium suitable for use in implementing embodiments of the present disclosure, the computer-readable storage medium storing a computer program that, when executed by a processor, is capable of implementing a test-oriented software project development method as described in any of the above.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor device, system, or apparatus, or a combination of any of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, 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), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, 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 apparatus, system, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution apparatus, system, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring at least two internet protocol addresses; sending a node evaluation request comprising the at least two internet protocol addresses to node evaluation equipment, wherein the node evaluation equipment selects the internet protocol addresses from the at least two internet protocol addresses and returns the internet protocol addresses; receiving an internet protocol address returned by the node evaluation equipment; wherein the obtained internet protocol address indicates an edge node in the content distribution network.
Alternatively, the computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: receiving a node evaluation request comprising at least two internet protocol addresses; selecting an internet protocol address from the at least two internet protocol addresses; returning the selected internet protocol address; wherein the received internet protocol address indicates an edge node in the content distribution network.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present disclosure. 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 and/or flowchart illustration, and combinations of blocks in the block diagrams and/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.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of a unit does not in some cases constitute a limitation of the unit itself, for example, the first retrieving unit may also be described as a "unit for retrieving at least two internet protocol addresses".
It should be understood that portions of the present disclosure may be implemented in hardware, software, firmware, or a combination thereof.
According to the test-oriented software project development method, the test-oriented software project development device, the electronic equipment and the storage medium, a software tester is taken as a core, and a software test flow runs through the whole software development flow, so that the software quality can be ensured, and the funnel discovery probability is improved; software development related parties run in parallel in the whole software development process, and the software development work efficiency is improved.
Finally, it should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. The terms "first" and "second" in this application are to be understood as terms.
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 (10)

1. A test-oriented software project development method, the method comprising the steps of:
acquiring a basic product development requirement proposed by a product demander;
developing a basic software project according to the basic product development requirement software developer;
writing a basic software test case according to the basic product development requirement software tester;
acquiring a development requirement of a changed product proposed by the product demander in real time;
according to the development requirement of the changed product, the software developer develops the changed software project development in the basic software project development to obtain the final version software project development;
the software testing party writes a change software test case in the basic software test cases according to the change product development requirement and obtains a final version software test case;
according to the final version software test case, the software testing party performs software testing on the final version software project development;
and the software testing party outputs a software testing report according to the software testing result.
2. The test-oriented software project development method of claim 1, wherein the step of developing a base software project by a software developer in accordance with the base product development requirements comprises the steps of:
acquiring a software project development basic database;
analyzing the basic product development requirement and obtaining a basic development list;
presetting blank basic software project development texts and sequentially traversing the basic development list;
judging whether a software development module meeting the basic development list exists in the software project development basic database or not;
if yes, acquiring the software development module and placing the software development module at a first position of the basic software project development text;
if not, writing a software language and placing the software language at a second position of the basic software project development text.
3. The test-oriented software project development method of claim 1, wherein the writing of the base software test case according to the base product development requirement software tester comprises the steps of:
acquiring a basic database of a software test case;
analyzing the basic product development requirement and obtaining a basic test list;
presetting a basic software test case text and traversing the basic test list in sequence;
judging whether a test case module meeting the basic test list exists in the software test case basic database or not;
if yes, obtaining the test case module and placing the test case module at a first position of the basic software test case text;
if not, writing a software test case and placing the software test case at a second position of the basic software test case text.
4. The test-oriented software project development method of claim 1, wherein the obtaining of the changed product development requirement proposed by the product demander in real time comprises the steps of:
presetting a blank database;
acquiring development requirements of all the basic products;
storing all the basic product development requirements in the blank database and obtaining a basic product development requirement database;
acquiring the development requirement of the changed product in real time;
judging whether the development requirement of the changed product is the same as any one of the development requirements of the basic product in the basic product development requirement database;
if so, deleting the development requirement of the changed product;
if not, the development requirements of the changed products are reserved in the basic product development requirement database, and a final product development requirement database is obtained.
5. The test-oriented software project development method of claim 1, wherein the step of the software developer developing a modified software project development in the base software project development and obtaining a final version of the software project development according to the modified product development requirement comprises the steps of:
acquiring a basic development list and a basic software project development text;
analyzing the development requirement of the changed product and obtaining a change development list;
sequentially traversing each change development project in the change development list;
judging whether the changed development project is the same as any basic development project in the basic development list;
if yes, deleting the change development project;
if not, the writing software language is placed at the third position of the basic software project development text, and a final version software project development text is obtained.
6. The test-oriented software project development method of claim 1, wherein the step of the software tester writing a changed software test case in the basic software test cases and obtaining a final version software test case according to the changed product development requirement comprises the steps of:
acquiring a basic test list and a basic software test case text;
analyzing the development requirement of the changed product and obtaining a change test list;
sequentially traversing each change test item in the change test list;
judging whether the change test item is the same as any basic test item in the basic test list;
if yes, deleting the change test item;
if not, writing a software test case and placing the software test case at a third position of the basic software test case text to obtain a final version software test case text.
7. The test-oriented software project development method of claim 1, wherein said outputting a software test report by said software tester based on said software test result comprises the steps of:
acquiring corresponding weights of all holes in the software test result;
sorting all the bugs in a descending order according to the weight;
acquiring the vulnerability display number of the software test report;
visually displaying the vulnerabilities with the same number as the vulnerability display number in the sequencing result in the software test report;
acquiring mark information of all the bugs in the software test report;
and visually displaying the mark information corresponding to all the vulnerabilities in the software test report.
8. A test-oriented software project development apparatus, the apparatus comprising:
the acquisition module is used for acquiring basic product development requirements proposed by a product demander;
the development module is used for developing a basic software project according to the basic product development requirement software developer;
the compiling module is used for compiling a basic software test case according to the basic product development requirement software tester;
the real-time acquisition module is used for acquiring the development requirement of the changed product proposed by the product demander in real time;
the change development module is used for developing change software project development in the basic software project development by the software developer according to the change product development requirement and obtaining final version software project development;
the change compiling module is used for compiling a change software test case in the basic software test case by the software testing party according to the development requirement of the change product and obtaining a final version software test case;
the software testing module is used for carrying out software testing on the final version software project development by the software testing party according to the final version software testing case;
and the report output module is used for outputting a software test report by the software testing party according to the software test result.
9. An electronic device, characterized in that the electronic device comprises:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the test-oriented software project development method of any one of claims 1-7.
10. A storage medium storing a computer program, the computer program being capable of implementing a test-oriented software project development method according to any one of claims 1 to 7 when executed by a processor.
CN202011235606.5A 2020-11-06 2020-11-06 Test-oriented software project development method and device, electronic equipment and storage medium Active CN112395188B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011235606.5A CN112395188B (en) 2020-11-06 2020-11-06 Test-oriented software project development method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011235606.5A CN112395188B (en) 2020-11-06 2020-11-06 Test-oriented software project development method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112395188A true CN112395188A (en) 2021-02-23
CN112395188B CN112395188B (en) 2022-12-27

Family

ID=74598949

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011235606.5A Active CN112395188B (en) 2020-11-06 2020-11-06 Test-oriented software project development method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112395188B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113282498A (en) * 2021-05-31 2021-08-20 平安国际智慧城市科技股份有限公司 Test case generation method, device, equipment and storage medium
CN113722208A (en) * 2021-06-04 2021-11-30 深圳希施玛数据科技有限公司 Project progress verification method and device for software test report
CN113918209A (en) * 2021-12-16 2022-01-11 深圳市明源云科技有限公司 Method and device for generating upgrade list and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106327152A (en) * 2016-08-11 2017-01-11 宁波亦道信息科技有限公司 Integrated iteration software development process control system and method
CN107797791A (en) * 2017-11-10 2018-03-13 郑州云海信息技术有限公司 Requirement management systems and method under a kind of quick research and development pattern
CN108089980A (en) * 2017-12-03 2018-05-29 中国直升机设计研究所 A kind of method for testing software of the demand search library based on Formal Languages Event-B
CN109815128A (en) * 2018-12-21 2019-05-28 北京奇艺世纪科技有限公司 Execution method, apparatus, terminal and the computer readable storage medium of test case

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106327152A (en) * 2016-08-11 2017-01-11 宁波亦道信息科技有限公司 Integrated iteration software development process control system and method
CN107797791A (en) * 2017-11-10 2018-03-13 郑州云海信息技术有限公司 Requirement management systems and method under a kind of quick research and development pattern
CN108089980A (en) * 2017-12-03 2018-05-29 中国直升机设计研究所 A kind of method for testing software of the demand search library based on Formal Languages Event-B
CN109815128A (en) * 2018-12-21 2019-05-28 北京奇艺世纪科技有限公司 Execution method, apparatus, terminal and the computer readable storage medium of test case

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
朱婷婷: "一种基于自动化需求分析软件的快速测试方法", 《电脑知识与技术》 *
熊庆宇: "《软件工程实训项目案例3 C++程序设计篇》", 30 April 2016, 重庆大学出版社 *
贾超: "软件项目需求开发与管理过程方法研究", 《天津科技》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113282498A (en) * 2021-05-31 2021-08-20 平安国际智慧城市科技股份有限公司 Test case generation method, device, equipment and storage medium
CN113282498B (en) * 2021-05-31 2024-04-05 深圳赛安特技术服务有限公司 Method, device, equipment and storage medium for generating test cases
CN113722208A (en) * 2021-06-04 2021-11-30 深圳希施玛数据科技有限公司 Project progress verification method and device for software test report
CN113722208B (en) * 2021-06-04 2023-09-05 深圳希施玛数据科技有限公司 Project progress verification method and device for software test report
CN113918209A (en) * 2021-12-16 2022-01-11 深圳市明源云科技有限公司 Method and device for generating upgrade list and readable storage medium

Also Published As

Publication number Publication date
CN112395188B (en) 2022-12-27

Similar Documents

Publication Publication Date Title
CN112395188B (en) Test-oriented software project development method and device, electronic equipment and storage medium
CN111221572B (en) Method, device, medium and equipment for automatically adapting to running environment
CN110765596B (en) Modeling method and device for auditing process simulation model and electronic equipment
CN109376419B (en) Data model generation method and device, electronic equipment and readable medium
CN115660589B (en) Business auditing method, device, equipment and computer readable medium
CN111738316B (en) Zero sample learning image classification method and device and electronic equipment
CN111258998A (en) Data verification method, device, medium and electronic equipment
CN112291121B (en) Data processing method and related equipment
CN111625291B (en) Automatic iteration method and device for data processing model and electronic equipment
CN109408387B (en) Page testing method and device
CN113392018A (en) Traffic distribution method, traffic distribution device, storage medium, and electronic device
CN112884376A (en) Work order processing method and device, electronic equipment and computer readable storage medium
CN112732248A (en) Modularized software development method and device, electronic equipment and storage medium
CN114359138A (en) Asphalt quality rapid detection monitoring method, device and storage medium
CN113849416A (en) Test method, test device, storage medium and electronic equipment
CN111290812B (en) Display method, device, terminal and storage medium of application control
CN113660699A (en) Intelligent cluster networking method and device and electronic equipment
CN112396912A (en) Method for simulating driving test subjects on line and related equipment
CN112416859B (en) Opinion feedback method and related equipment used in iOS application
CN111159759A (en) Mixed sensitive information discovery method and device based on black and white list and electronic equipment
CN111625326A (en) Task pipeline execution method and device and electronic equipment
CN116561015B (en) Map application testing method, electronic device and computer readable medium
CN113448550B (en) Method and device for realizing collection management of classes, electronic equipment and computer medium
CN115774986B (en) Highway quality evaluation table generation method, electronic device, and computer-readable medium
CN114386230A (en) Driving test field automatic modeling method and device 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
GR01 Patent grant
GR01 Patent grant