CN105938454A - Generation method and system of test cases - Google Patents

Generation method and system of test cases Download PDF

Info

Publication number
CN105938454A
CN105938454A CN201610232183.9A CN201610232183A CN105938454A CN 105938454 A CN105938454 A CN 105938454A CN 201610232183 A CN201610232183 A CN 201610232183A CN 105938454 A CN105938454 A CN 105938454A
Authority
CN
China
Prior art keywords
source program
test case
pitching pile
syntax tree
compiler
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
CN201610232183.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.)
Zhuhai Gotech Intelligent Technology Co Ltd
Original Assignee
Zhuhai Gotech Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhuhai Gotech Intelligent Technology Co Ltd filed Critical Zhuhai Gotech Intelligent Technology Co Ltd
Priority to CN201610232183.9A priority Critical patent/CN105938454A/en
Publication of CN105938454A publication Critical patent/CN105938454A/en
Pending legal-status Critical Current

Links

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

Abstract

The present invention discloses a generation method of test cases. The generation method comprises compiling source program by using a compiler, and generating stub source program; graphically displaying the source program by using the compiler, obtaining a syntax tree intermediate file, analyzing the syntax tree intermediate file, and generating a flow chart of the source program; calculating the flow chart, and obtaining a target path set of the source program; and generating the test cases by using a genetic algorithm according to the stub source program and the target path set. According to the method, the test cases can be automatically generated, so that generation of the test cases can be more user-friendly, manpower is saved, the method is simple and easy to use with graphic combination, cost is saved, and efficiency is improved. The present invention also discloses a generation system of test cases.

Description

A kind of generation method and system of test case
Technical field
The present invention relates to technical field of data processing, particularly to a kind of generation method of test case and be System.
Background technology
Program test is present in the whole life cycle of program development process, and workload is very big, is surveying Need during examination to use a lot of various resource.Because testing example design, perform, point Analysis is all the most loaded down with trivial details, needs to expend a great deal of time, and efficiency is the lowest simultaneously, so the cost of test Costly.The ratio occupied in the work of program development work Program test is the highest, generally reaches 40% Left and right, some requires high even up to 60%.Because the great majority operation of program test and process are all tools There is repeated and a large amount of property, it is possible to the program being applied in program development process by automatic mode Test job.The automatization of test is possible not only to allow tester reduce many meaningless task amounts, and And the utilization rate of resource can also be improved.
Current automated test tool is mainly divided into function and performance testing tool, the wherein survey of performance Trial work tool comparative maturity, and function aspects is particularly, is testing the research automatically generating aspect of data also Relatively shortcoming.And automatization to be realized is the most relevant to the degree of automatic generating test case, test case Automatically generate can efficiently reduce staff workload and accelerate test process.But at mesh In some front testing tools (such as testbed, c++test), about the effect of automatic generating test case Not ideal with Test coverage situation, in the exploitation of most of program products, many is so-called automatically Change testing tool be not the most fully able to reach automatization, particularly the generation of test case this Aspect, the main or test using the pattern of hand-designed to complete product.Existing test case master Black-box Testing to be, the plug-in mounting of program is mainly manual mode, inefficiency simultaneously, the most easily occurs Mistake, for these shortcomings.Therefore, for disadvantages mentioned above, how to automatically generate test case, be this Skilled person's technical issues that need to address.
Summary of the invention
It is an object of the invention to provide the generation method and system of a kind of test case, it is possible to automatically generate survey Example on probation so that manpower is saved in the generation of test case more hommization, easy to use, and figure combines, Cost-effective, improve efficiency.
For solving above-mentioned technical problem, the present invention provides a kind of generation method of test case, including:
Utilize compiler that source program is compiled, generate pitching pile source program;
Utilize described compiler that described source program is patterned display, it is thus achieved that syntax tree intermediate file, And described syntax tree intermediate file is resolved, generate the flow chart of described source program;
Described flow chart is calculated, obtains the target path set of described source program;
According to described pitching pile source program and described target path set, genetic algorithm is utilized to generate test case.
Wherein, utilize compiler that source program is compiled, generate pitching pile source program, including:
Utilize GCC compiler that source program is compiled, generate RTL intermediate code;
Described RTL intermediate code is collected, generates pitching pile source program.
Wherein, utilize described compiler that described source program is patterned display, it is thus achieved that in the middle of syntax tree File, and described syntax tree intermediate file is resolved, generate the flow chart of described source program, including:
Utilize GCC compiler that source program is compiled, obtain syntax tree intermediate file;
Described syntax tree intermediate file is converted to gxl formatted file;
Described gxl formatted file is converted to xml document;
Described xml document is resolved, generates the flow chart of described source program.
Wherein, according to described pitching pile source program and described target path set, genetic algorithm is utilized to generate test Use-case, including:
According to described pitching pile source program and described target path set, determine the branch of each destination path process Point, and generate, by genetic algorithm, the test case that each destination path is corresponding.
The present invention provides the generation system of a kind of test case, including:
Pitching pile source program becomes module, is used for utilizing compiler to be compiled source program, generates pitching pile source journey Sequence;
Flow chart generation module, is used for utilizing described compiler that described source program is patterned display, Obtain syntax tree intermediate file, and described syntax tree intermediate file is resolved, generate described source program Flow chart;
Target path set generation module, for calculating described flow chart, obtains described source program Target path set;
Test cases technology module, for according to described pitching pile source program and described target path set, utilizes Genetic algorithm generates test case.
Wherein, described pitching pile source program becomes module to include:
RTL intermediate code signal generating unit, is used for utilizing GCC compiler to be compiled source program, generates RTL intermediate code;
Pitching pile source program signal generating unit, for collecting described RTL intermediate code, generates pitching pile source Program.
Wherein, described flow chart generation module includes:
Syntax tree signal generating unit, is used for utilizing GCC compiler to be compiled source program, obtains syntax tree Intermediate file;
Gxl formatted file signal generating unit, for being converted to gxl formatted file by described syntax tree intermediate file;
Xml document signal generating unit, for being converted to xml document by described gxl formatted file;
Flow chart signal generating unit, for resolving described xml document, generates the stream of described source program Cheng Tu.
Wherein, described pitching pile source program and described target path set according to described Test cases technology module, Determine the branch point of each destination path process, and it is corresponding to generate each destination path by genetic algorithm The module of test case.
The generation method of test case provided by the present invention, including: utilize compiler that source program is carried out Compiling, generates pitching pile source program;Utilize described compiler that described source program is patterned display, obtain Obtain syntax tree intermediate file, and described syntax tree intermediate file is resolved, generate described source program Flow chart;Described flow chart is calculated, obtains the target path set of described source program;According to described Pitching pile source program and described target path set, utilize genetic algorithm to generate test case;The method is according to life The pitching pile source program i.e. target path set become utilizes genetic algorithm can automatically generate test case, therefore makes Manpower is saved in the generation more hommization obtaining test case, and easy to use, figure combines, cost-effective, Improve efficiency;The invention also discloses the generation system of a kind of test case.
Accompanying drawing explanation
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art, below will be to reality Execute the required accompanying drawing used in example or description of the prior art to be briefly described, it should be apparent that below, Accompanying drawing in description is only embodiments of the invention, for those of ordinary skill in the art, not On the premise of paying creative work, it is also possible to obtain other accompanying drawing according to the accompanying drawing provided.
The flow chart of the generation method of the test case that Fig. 1 is provided by the embodiment of the present invention;
The workflow schematic diagram of the GCC compiler that Fig. 2 is provided by the embodiment of the present invention;
The flow chart of the source program that Fig. 3 is provided by the embodiment of the present invention generates schematic diagram;
The generation schematic diagram of the test case of the destination path that Fig. 4 is provided by the embodiment of the present invention;
The structured flowchart of the generation system of the test case that Fig. 5 is provided by the embodiment of the present invention.
Detailed description of the invention
The core of the present invention is to provide the generation method and system of a kind of test case, it is possible to automatically generate survey Example on probation so that manpower is saved in the generation of test case more hommization, easy to use, and figure combines, Cost-effective, improve efficiency.
For making the purpose of the embodiment of the present invention, technical scheme and advantage clearer, below in conjunction with this Accompanying drawing in bright embodiment, is clearly and completely described the technical scheme in the embodiment of the present invention, Obviously, described embodiment is a part of embodiment of the present invention rather than whole embodiments.Based on Embodiment in the present invention, those of ordinary skill in the art are obtained under not making creative work premise The every other embodiment obtained, broadly falls into the scope of protection of the invention.
Refer to the flow chart of the generation method of the test case that Fig. 1, Fig. 1 are provided by the embodiment of the present invention; The method may include that
S100, utilize compiler that source program is compiled, generate pitching pile source program;
Wherein, this step is to utilize compiler to be compiled source program, in order to realize automatically source program Carry out pitching pile, it is achieved the Logic coverage to source program.As long as the compiler can being automatically performed here is all Can, such as GCC compiler, GNU:(GNU Compiler Collection, GNU compiler is set with), GCC compiler is one and supports cross-platform compiler, and it can be at x86, x86-64, IA-64, Power Running on the most hardware platform such as PC, SPARC and Alpha, this GCC compiler enters in inside Gone height optimization, it can also be transplanted, and uses the most extensive in hardware programming.The biggest The programming language of most main flows it can support such as C/C++, Objective-C, Fortran, Java and Ada.It is preferred, therefore, that this step uses GCC compiler to generate pitching pile source program, detailed process is such as Under:
Utilize GCC compiler that source program is compiled, generate RTL intermediate code;
Described RTL intermediate code is collected, generates pitching pile source program.
Wherein, concrete refer to Fig. 2, by Fig. 2 it is recognized that the compilation process of source code, and profit By the intermediate code of RTL, source program is carried out plug-in mounting and do not affect the efficiency that program is run simultaneously.By compiling Device carries out morphology grammer, semantic analysis, generative grammar tree to source files of program, is entered by described syntax tree Row extension generates RTL intermediate code;By and describe file be optimized and depositor distribute, formed Bottom RTL intermediate code, and carry out compilation generation assembly code, form final target compilation after integration File, i.e. contains pitching pile source program.
S110, utilize described compiler that described source program is patterned display, it is thus achieved that in the middle of syntax tree File, and described syntax tree intermediate file is resolved, generate the flow chart of described source program;
Wherein, this step is to realize figure combination, function easy to use;I.e. obtain source program Flow chart.This step equally utilizes GCC compiler to realize, preferably:
Utilize GCC compiler that source program is compiled, obtain syntax tree intermediate file;
Described syntax tree intermediate file is converted to gxl formatted file;
Described gxl formatted file is converted to xml document;
Described xml document is resolved, generates the flow chart of described source program.
Wherein, refer to Fig. 3, first pass through GCC compiler and obtain the middle literary composition of an abstract syntax tree Part i.e. ast intermediate file, then uses Open-Source Tools gcc2gxl that this intermediate file is changed into gxl form File, gxl file is being converted to xml document, by resolve xml document, generate a source program Corresponding flow chart.Wherein, use Open-Source Tools gcc2gxl that this intermediate file is changed into gxl form File is the process that a static information extracts.
S120, described flow chart is calculated, obtain the target path set of described source program;
S130, according to described pitching pile source program and described target path set, utilize genetic algorithm generate test Use-case.
Wherein, genetic algorithm (Genetic Algorithm, GA) stems from the mankind and uses computer simulation The research of biological evolution behavior.Genetic algorithm is that the Holland professor student with him is in research biological evolution skill Creating during art, this algorithm is substantially a kind of adaptive probability optimization method.This algorithm It is the heredity of mimic biology and the behavior of evolution carrys out the method to the problem optimizing in reality, it and heredity base Some behavior of cause is much like, and it is by intersection restructuring, the variation of gene and the nature of survival of the fittest of gene Mechanism is put in the searching process of algorithm;The fundamental theorem of genetic algorithm is schemata theorem (Schema Theorem)。
Wherein, being analyzed the flow chart of source program, the target path set obtaining this program (can be complete The branch of program covers in pairs), and utilize the front end of GCC compiler judging that bifurcation is inserted probe and (sentenced The most whether through this branch point), the test case meeting destination path is generated by GA algorithm, thus Obtain the set of uses case meeting overlay program.I.e. according to described pitching pile source program and described target path set, really The branch point of fixed each destination path process, and generate, by genetic algorithm, the survey that each destination path is corresponding Example on probation.
Wherein, based on above-described embodiment, during generating test case, refer to Fig. 4, it is also possible to sentence Whether disconnected test case generates successfully, if success, then the test case output that will generate;If it is unsuccessful, Then continue through GA algorithm and carry out the generation of test case, until being successfully generated test case, and The test case output that will generate.
Based on technique scheme, the generation method of the test case that the embodiment of the present invention carries, the method is The display of a kind of tree-likeization using compiler technologies to complete source program structure relation and the merit of Automatic Program pitching pile Can, realizing the lookup of the test to coverage rate and elementary path, the method is by compiler such as (GCC Compiler) analysis program acquisition program structure diagram, and make it program can be carried out probe in the front end of compiling Insertion, substitute original manual pitching pile, and generate each based on this framework and judge branch point, Cong Zhongxuan The use-case taking branch point node use-case composition formation path, the path collection that will choose;Specified path will be found Problem is converted into optimization problem, then utilizes the optimizing ability of genetic algorithm, constructs suitable fitness letter Number, generates the test case of destination path thus realizes the automatization of embedded program testing process.I.e. should Method testing instrument is based on code, i.e. white-box testing, the pitching pile mode of source program uses certainly simultaneously Dynamic method, improves the efficiency of Test cases technology.
Embodiments providing the generation method of test case, the pitching pile mode of source program uses automatically Method, improves the efficiency of Test cases technology.
Below the generation system of the test case that the embodiment of the present invention provides is introduced, described below The generation system of test case can be mutually to should refer to the generation method of above-described test case.
Refer to the structural frames of the generation system of the test case that Fig. 5, Fig. 5 are provided by the embodiment of the present invention Figure;This system may include that
Pitching pile source program becomes module 100, is used for utilizing compiler to be compiled source program, generates pitching pile source Program;
Flow chart generation module 200, is used for utilizing described compiler to be patterned aobvious to described source program Show, it is thus achieved that syntax tree intermediate file, and described syntax tree intermediate file is resolved, generate described source The flow chart of program;
Target path set generation module 300, for calculating described flow chart, obtains described source program Target path set;
Test cases technology module 400, for according to described pitching pile source program and described target path set, profit Test case is generated by genetic algorithm.
Optionally, described pitching pile source program becomes module 100 to include:
RTL intermediate code signal generating unit, is used for utilizing GCC compiler to be compiled source program, generates RTL intermediate code;
Pitching pile source program signal generating unit, for collecting described RTL intermediate code, generates pitching pile source Program.
Optionally, described flow chart generation module 200 includes:
Syntax tree signal generating unit, is used for utilizing GCC compiler to be compiled source program, obtains syntax tree Intermediate file;
Gxl formatted file signal generating unit, for being converted to gxl formatted file by described syntax tree intermediate file;
Xml document signal generating unit, for being converted to xml document by described gxl formatted file;
Flow chart signal generating unit, for resolving described xml document, generates the stream of described source program Cheng Tu.
Optionally, described pitching pile source program and described target road according to described Test cases technology module 400 Footpath collection, determines the branch point of each destination path process, and generates each destination path by genetic algorithm The module of corresponding test case.
Based on above-described embodiment, this Test cases technology module 400 is additionally operable to judge whether test case generates Success, if success, then the test case output that will generate;If unsuccessful, then continue through GA algorithm and enter The generation of row test case, until being successfully generated test case, and the test case output that will generate.
In description, each embodiment uses the mode gone forward one by one to describe, and what each embodiment stressed is With the difference of other embodiments, between each embodiment, identical similar portion sees mutually.Right For device disclosed in embodiment, owing to it corresponds to the method disclosed in Example, so describe Fairly simple, relevant part sees method part and illustrates.
Professional further appreciates that, respectively shows in conjunction with what the embodiments described herein described The unit of example and algorithm steps, it is possible to electronic hardware, computer program or the two be implemented in combination in, In order to clearly demonstrate the interchangeability of hardware and program, the most general according to function Describe composition and the step of each example.These functions perform with hardware or program mode (PM) actually, Depend on application-specific and the design constraint of technical scheme.Professional and technical personnel can be to each specific Should be used for use different methods to realize described function, but this realization is it is not considered that beyond this The scope of invention.
The method described in conjunction with the embodiments described herein or the step of algorithm can directly use hardware, The program module that processor performs, or the combination of the two implements.Program module can be placed in and deposit at random Reservoir (RAM), internal memory, read only memory (ROM), electrically programmable ROM, electric erasable can be compiled Appointing well known in journey ROM, depositor, hard disk, moveable magnetic disc, CD-ROM or technical field In the storage medium of other form of anticipating.
Above the generation method and system of test case provided by the present invention are described in detail.This Literary composition applies specific case principle and the embodiment of the present invention are set forth, above example Method and the core concept thereof being only intended to help to understand the present invention is described.It should be pointed out that, for this technology For the those of ordinary skill in field, under the premise without departing from the principles of the invention, it is also possible to the present invention Carrying out some improvement and modification, these improve and modify in the protection domain also falling into the claims in the present invention.

Claims (8)

1. the generation method of a test case, it is characterised in that including:
Utilize compiler that source program is compiled, generate pitching pile source program;
Utilize described compiler that described source program is patterned display, it is thus achieved that syntax tree intermediate file, And described syntax tree intermediate file is resolved, generate the flow chart of described source program;
Described flow chart is calculated, obtains the target path set of described source program;
According to described pitching pile source program and described target path set, genetic algorithm is utilized to generate test case.
2. the generation method of test case as claimed in claim 1, it is characterised in that utilize compiler Source program is compiled, generates pitching pile source program, including:
Utilize GCC compiler that source program is compiled, generate RTL intermediate code;
Described RTL intermediate code is collected, generates pitching pile source program.
3. the generation method of test case as claimed in claim 2, it is characterised in that utilize described volume Translate device and described source program is patterned display, it is thus achieved that syntax tree intermediate file, and to described syntax tree Intermediate file resolves, and generates the flow chart of described source program, including:
Utilize GCC compiler that source program is compiled, obtain syntax tree intermediate file;
Described syntax tree intermediate file is converted to gxl formatted file;
Described gxl formatted file is converted to xml document;
Described xml document is resolved, generates the flow chart of described source program.
4. the generation method of test case as claimed in claim 3, it is characterised in that insert according to described Stake source program and described target path set, utilize genetic algorithm to generate test case, including:
According to described pitching pile source program and described target path set, determine the branch of each destination path process Point, and generate, by genetic algorithm, the test case that each destination path is corresponding.
5. the generation system of a test case, it is characterised in that including:
Pitching pile source program becomes module, is used for utilizing compiler to be compiled source program, generates pitching pile source journey Sequence;
Flow chart generation module, is used for utilizing described compiler that described source program is patterned display, Obtain syntax tree intermediate file, and described syntax tree intermediate file is resolved, generate described source program Flow chart;
Target path set generation module, for calculating described flow chart, obtains described source program Target path set;
Test cases technology module, for according to described pitching pile source program and described target path set, utilizes Genetic algorithm generates test case.
6. the generation system of test case as claimed in claim 5, it is characterised in that described pitching pile source Program becomes module to include:
RTL intermediate code signal generating unit, is used for utilizing GCC compiler to be compiled source program, generates RTL intermediate code;
Pitching pile source program signal generating unit, for collecting described RTL intermediate code, generates pitching pile source Program.
7. the generation system of test case as claimed in claim 6, it is characterised in that described flow chart Generation module includes:
Syntax tree signal generating unit, is used for utilizing GCC compiler to be compiled source program, obtains syntax tree Intermediate file;
Gxl formatted file signal generating unit, for being converted to gxl formatted file by described syntax tree intermediate file;
Xml document signal generating unit, for being converted to xml document by described gxl formatted file;
Flow chart signal generating unit, for resolving described xml document, generates the stream of described source program Cheng Tu.
8. the generation system of test case as claimed in claim 7, it is characterised in that described test is used Described pitching pile source program and described target path set according to example generation module, determine each destination path warp The branch point crossed, and the module of test case corresponding to each destination path is generated by genetic algorithm.
CN201610232183.9A 2016-04-13 2016-04-13 Generation method and system of test cases Pending CN105938454A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610232183.9A CN105938454A (en) 2016-04-13 2016-04-13 Generation method and system of test cases

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610232183.9A CN105938454A (en) 2016-04-13 2016-04-13 Generation method and system of test cases

Publications (1)

Publication Number Publication Date
CN105938454A true CN105938454A (en) 2016-09-14

Family

ID=57151419

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610232183.9A Pending CN105938454A (en) 2016-04-13 2016-04-13 Generation method and system of test cases

Country Status (1)

Country Link
CN (1) CN105938454A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106502890A (en) * 2016-10-18 2017-03-15 乐视控股(北京)有限公司 Method for generating test case and system
CN108241576A (en) * 2016-12-26 2018-07-03 航天信息股份有限公司 A kind of interface test method and system
CN108415836A (en) * 2018-02-23 2018-08-17 清华大学 Utilize the method and system of application program detection computer system performance variation
CN108549605A (en) * 2018-04-13 2018-09-18 郑州云海信息技术有限公司 A kind of automated testing method
CN110058849A (en) * 2019-03-13 2019-07-26 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of flow chart
CN110059000A (en) * 2019-03-15 2019-07-26 深圳壹账通智能科技有限公司 Chat drama test control method, device, computer equipment and storage medium
CN111124937A (en) * 2020-03-31 2020-05-08 深圳开源互联网安全技术有限公司 Method and system for assisting in improving test case generation efficiency based on instrumentation function
CN111651346A (en) * 2020-04-27 2020-09-11 平安医疗健康管理股份有限公司 Method and device for testing front-end component, storage medium and computer equipment
CN113377683A (en) * 2021-08-12 2021-09-10 神州数码融信软件有限公司 Software test case generation method, system, device, terminal, medium and application

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090199047A1 (en) * 2008-01-31 2009-08-06 Yahoo! Inc. Executing software performance test jobs in a clustered system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090199047A1 (en) * 2008-01-31 2009-08-06 Yahoo! Inc. Executing software performance test jobs in a clustered system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
俞祥贤: "基于遗传算法的MC/DC测试用例自动生成方法研究", 《中国优秀硕士学位论文全文数据库》 *
林立等: "基于GCC 的C/C++源程序静态信息提取技术", 《计算机与数字工程》 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106502890A (en) * 2016-10-18 2017-03-15 乐视控股(北京)有限公司 Method for generating test case and system
CN108241576B (en) * 2016-12-26 2021-07-20 航天信息股份有限公司 Interface testing method and system
CN108241576A (en) * 2016-12-26 2018-07-03 航天信息股份有限公司 A kind of interface test method and system
CN108415836A (en) * 2018-02-23 2018-08-17 清华大学 Utilize the method and system of application program detection computer system performance variation
CN108549605A (en) * 2018-04-13 2018-09-18 郑州云海信息技术有限公司 A kind of automated testing method
CN108549605B (en) * 2018-04-13 2021-06-29 郑州云海信息技术有限公司 Automatic testing method
CN110058849A (en) * 2019-03-13 2019-07-26 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of flow chart
CN110059000A (en) * 2019-03-15 2019-07-26 深圳壹账通智能科技有限公司 Chat drama test control method, device, computer equipment and storage medium
CN111124937A (en) * 2020-03-31 2020-05-08 深圳开源互联网安全技术有限公司 Method and system for assisting in improving test case generation efficiency based on instrumentation function
CN111651346A (en) * 2020-04-27 2020-09-11 平安医疗健康管理股份有限公司 Method and device for testing front-end component, storage medium and computer equipment
CN111651346B (en) * 2020-04-27 2022-11-18 深圳平安医疗健康科技服务有限公司 Method and device for testing front-end component, storage medium and computer equipment
CN113377683A (en) * 2021-08-12 2021-09-10 神州数码融信软件有限公司 Software test case generation method, system, device, terminal, medium and application
CN113377683B (en) * 2021-08-12 2022-01-28 神州数码融信软件有限公司 Software test case generation method, system, device, terminal, medium and application

Similar Documents

Publication Publication Date Title
CN105938454A (en) Generation method and system of test cases
Hasegawa et al. MOIRAI: a compact workflow system for CAGE analysis
Fritzson et al. The OpenModelica integrated modeling, simulation and optimization environment
CN103823793B (en) Dynamic statement implementation method based on Excel template
Williams et al. Searching for model migration strategies
CN104239219B (en) Software defect positioning technology on-line evaluating and experimenting platform and method based on coverage
CN109086215A (en) A kind of embedded software unit testing case generation method and system
CN103176894B (en) A kind of test data automatic derivatization method and apparatus of data base-oriented
CN108897572B (en) Complex type reconstruction method based on variable association tree
Kim et al. KGEN: A Python tool for automated Fortran kernel generation and verification
CN108228187A (en) A kind of global optimization method of mathematical program
CN106682450B (en) A kind of new-generation sequencing copy number variation emulation mode based on state transition model
Wang et al. A scientific function test framework for modular environmental model development: application to the community land model
Malchow et al. RangeShiftR: an R package for individual‐based simulation of spatial eco‐evolutionary dynamics and species' responses to environmental changes
CN103885341B (en) Performance analysis system based on automotive performance simulator and method
Leaf et al. Modflow-setup: Robust automation of groundwater model construction
Fyson et al. Using application understanding to support impact analysis
Xiao et al. Defining the scope for altering rice leaf anatomy to improve photosynthesis: a modelling approach
Merschen et al. Experiences of applying model-based analysis to support the development of automotive software product lines
CN105988855B (en) Just-In-Time parameter optimization method and device
CN106095674A (en) A kind of website automation test method and device
Wang et al. Towards ultra-high-resolution e3sm land modeling on exascale computers
CN1688022A (en) Observable register transmission stage covering analyzing and excitation producing method
Woodbury et al. Using the ECLPSS software environment to build a spatially explicit component-based model of ozone effects on forest ecosystems
Sani et al. Model transformation specification for automated formal verification

Legal Events

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

Application publication date: 20160914