CN104391793B - Testing procedure and test script generation method and device - Google Patents

Testing procedure and test script generation method and device Download PDF

Info

Publication number
CN104391793B
CN104391793B CN201410710218.6A CN201410710218A CN104391793B CN 104391793 B CN104391793 B CN 104391793B CN 201410710218 A CN201410710218 A CN 201410710218A CN 104391793 B CN104391793 B CN 104391793B
Authority
CN
China
Prior art keywords
testing procedure
control data
flow graph
data flow
test script
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.)
Active
Application number
CN201410710218.6A
Other languages
Chinese (zh)
Other versions
CN104391793A (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.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN201410710218.6A priority Critical patent/CN104391793B/en
Publication of CN104391793A publication Critical patent/CN104391793A/en
Application granted granted Critical
Publication of CN104391793B publication Critical patent/CN104391793B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The embodiment of the present invention provides a kind of testing procedure and test script generation method and device.This method includes:Morphological analysis is carried out to operational trials use-case file and obtains multiple morphological types, each morphological type at least includes a word;Syntactic analysis is carried out to operational trials use-case file, the corresponding relation between the word is obtained;Control data flow graph is generated according to the word and the corresponding relation, the word is the node of the control data flow graph, and the corresponding relation is the side of the control data flow graph;The control data flow graph is converted into testing procedure and test script.The embodiment of the present invention to operational trials use-case file by carrying out morphological analysis and syntactic analysis, and generate control data flow graph according to the result of morphological analysis and syntactic analysis, by paired domination number according to each node of flow graph and the automatically derived testing procedure of traversal on each side and test script, testing procedure and test script are manually generated relative to tester, operational trials efficiency is improved.

Description

Testing procedure and test script generation method and device
Technical field
The present embodiments relate to communication technical field, more particularly to a kind of testing procedure and test script generation method and Device.
Background technology
With the development of the communication technology, the quantity of the business of communication equipment carrying and complexity increase, therefore need The business that communication equipment is carried is tested, it is ensured that business is normally run.
Understanding of the prior art by tester to operational trials use-case file, by hand turns operational trials use-case file Change testing procedure and test script into, operational trials is carried out according to testing procedure and test script, wherein, operational trials example text Part is the document that can be intuitively understood by word description, common test personnel and business personnel.
Because the efficiency that operational trials use-case file is converted into testing procedure and test script by tester by hand is low, lead Cause final service testing efficiency low.
The content of the invention
The embodiment of the present invention provides a kind of testing procedure and test script generation method and device, to improve operational trials effect Rate.
The one side of the embodiment of the present invention is to provide a kind of testing procedure and test script generation method, including:
Morphological analysis is carried out to operational trials use-case file and obtains multiple morphological types, each morphological type at least includes one Word;
Syntactic analysis is carried out to operational trials use-case file, the corresponding relation between the word is obtained;
Control data flow graph is generated according to the word and the corresponding relation, the word is the control data flow graph Node, the corresponding relation be the control data flow graph side;
The control data flow graph is converted into testing procedure and test script.
The other side of the embodiment of the present invention is to provide a kind of testing procedure and test script generating means, including:
Lexical Analysis Module, multiple morphological types, each word are obtained for carrying out morphological analysis to operational trials use-case file Method type at least includes a word;
Syntax Analysis Module, for carrying out syntactic analysis to operational trials use-case file, obtains pair between the word It should be related to;
Control data flow graph generation module, for generating control data flow graph according to the word and the corresponding relation, The word is the node of the control data flow graph, and the corresponding relation is the side of the control data flow graph;
Modular converter, for the control data flow graph to be converted into testing procedure and test script.
Testing procedure and test script generation method provided in an embodiment of the present invention and device, by operational trials use-case File carries out morphological analysis and syntactic analysis, and generates control data flow graph according to the result of morphological analysis and syntactic analysis, leads to Paired domination number is crossed according to each node of flow graph and the automatically derived testing procedure of traversal on each side and test script, relative to tester Member is manually generated testing procedure and test script, improves operational trials efficiency.
Brief description of the drawings
Fig. 1 is testing procedure provided in an embodiment of the present invention and test script generation method flow chart;
Fig. 2 is the schematic diagram of control data flow graph provided in an embodiment of the present invention;
Testing procedure and test script generation method flow chart that Fig. 3 provides for another embodiment of the present invention;
Fig. 4 is testing procedure provided in an embodiment of the present invention and the structure chart of test script generating means;
Testing procedure and the structure chart of test script generating means that Fig. 5 provides for another embodiment of the present invention.
Embodiment
Fig. 1 is testing procedure provided in an embodiment of the present invention and test script generation method flow chart;Fig. 2 is real for the present invention The schematic diagram of the control data flow graph of example offer is provided.The embodiment of the present invention is manually generated testing procedure and test for tester The problem of script efficiency is low comprises the following steps that there is provided the method for automatically generating testing procedure and test script:
Step S101, morphological analysis is carried out to operational trials use-case file obtain multiple morphological types, each morphological type is extremely Include a word less;
The morphological type at least includes business numbering, business operation, Business Name, business premise and punctuation mark.
Precompile, i.e. initialization process are carried out to existing operational trials use-case file, specially filtering out to turn The File header information changed;Acquisition is scanned according to morphology regular expression to the operational trials use-case file after initialization process Multiple morphological types, by taking basic business as an example, basic business includes five class morphology regular expressions, covers operational trials use-case All morphological types in file, the five classes regular expression is specific as follows:
Business is numbered:{[A-Z]}{[1-9]}
Business operation:[order | change | quit the subscription of | partly stop | stop | open again | open an account | cancellation]
Business Name:[voice | data | multimedia message | short message | international roaming | international long-distance | caller identification | call forwarding]
Business premise:[having]
Punctuation mark:[,|、|.|.];
Assuming that there is word description " 5. have voice, a caller identification, order international long-distance " in operational trials use-case file, then according to Multiple morphological types that acquisition is scanned to the word description according to above-mentioned five classes morphology regular expression are:
Business numbering Num:{5}
Business operation Verb:[order]
Business Name Noun:[voice | international long-distance | caller identification]
Business premise Pre:[having]
Punctuation mark Punc:[,|、|.].
Step S102, syntactic analysis is carried out to operational trials use-case file, obtain the corresponding relation between the word;
Corresponding relation between the word at least includes numbering relation, coordination, premise relation, universal relation and held Row relation.
Syntactic analysis is then for analyzing the corresponding relation between the corresponding relation between all classified words, word At least include numbering relation, coordination, premise relation, universal relation and perform relation.Corresponding relation definition between word It is as follows:
Numbering relation:" business numbering Num " and the sentence that is connected behind are into numbering relation;
Coordination:Two " if having between Business Name Noun " " in punctuation mark Punc " ", ", into pass arranged side by side System;
Precondition:So that " business premise Pre " starts and so that " sentence of ", " ending in punctuation mark Punc ", is it Below sentence into precondition;
Execution relation:" business operation Verb " be connected thereafter " Business Name Noun " into perform relation;
Universal relation:If four kinds of relations of the above are unsatisfactory between word, for universal relation.
For " 5. have voice, caller identification, order international long-distance ", " 5 " are with " having voice, caller identification, ordering international long It is numbering relation on the way ";" voice " and " caller identification " is coordination;" having voice, caller identification, " is " order international long-distance " Precondition;" order " and " international long-distance " are into the relation of execution;" 5 " and " " be universal relation, " having " ", " be universal relation.
Step S103, control data flow graph is generated according to the word and the corresponding relation, the word is the control The node of DFD processed, the corresponding relation is the side of the control data flow graph;
According to step S101 and S102 result generation control data flow graph, control data flow graph includes node and side, control DFD processed={ V, G }, wherein, node V={ Num, Verb, Noun, Pre, Punc } represents own in control data flow graph The set of node;G={ numbering relation, coordination, precondition, general condition, perform relation }, represents control data flow graph In all side set, wherein G is directed edge.It is illustrated in figure 2 " 5. have voice, caller identification, order international long-distance " right The control data flow graph answered, wherein, " single sentence father node " is the father node of the superiors in control data flow graph, so that " numbering is closed System " is connected with two child nodes.
Step S104, the control data flow graph is converted into testing procedure and test script.
Traversal is carried out to each node of the control data flow graph and each side according to depth-first traversal algorithm and obtains institute State testing procedure;Language form conversion is carried out to the testing procedure and obtains the test script.
Depth-first traversal algorithm is specific as follows:
It is that StepFile, test script file are named as ScriptFile, call function by testing procedure file designation TRANS (V) is translated to each node V, and function TRANS (V) algorithm is realized specific as follows:
The conversion that relation is related to content of text is wherein performed, it changes main including two links:Business handling and business Checking.Business handling is changed according to the father node and child node of the relation of execution, and business checking needs to read business constraint pass It is list file, determines the front and rear influence to traffic associated of transacting business in desired extent.Business constraint relation table is used for retouching The table of restriction relation between business is stated, such as voice and the class business of caller identification two have the constraint of binding, then carrying out speech business After need verify caller identification business;Its pseudo-code steps is as follows:
EXCECUTE(v)
OutFile.writeStep (checking be not carried out before service condition)
OutFile.writeStep (transacting business)
OutFile.writeStep (service condition after checking execution)
OutFile.writeStep (influence after checking execution to associated services).
Testing procedure file StepFile and test script file ScriptFile have just been drawn by above-mentioned algorithm.
On the basis of the embodiment of the present invention, perform step S104 by the control data flow graph be converted to testing procedure and Business is also generated while test script and performs the table of comparisons, business, which performs the table of comparisons and is stored with control data flow graph, has execution The node of relation, and the relation between node, specific such as node " order " and " international long-distance ", and execution between the two Relation.
The embodiment of the present invention is divided by carrying out morphological analysis and syntactic analysis to operational trials use-case file, and according to morphology Analysis and syntactic analysis result generation control data flow graph, by paired domination number according to flow graph each node and each side traversal from It is dynamic to draw testing procedure and test script, testing procedure and test script are manually generated relative to tester, business is improved Testing efficiency.
Testing procedure and test script generation method flow chart that Fig. 3 provides for another embodiment of the present invention.In above-mentioned reality On the basis of applying example, it is described the control data flow graph is converted into testing procedure and test script after, also include:Modification institute Testing procedure and/or the test script are stated, and obtains modifying point;Change in the control data flow graph with the modifying point pair The node answered;Amended control data flow graph is converted to new testing procedure and test script.Testing procedure shown in Fig. 3 And test script generation method is comprised the following steps that:
Step S301, acquisition operational trials use-case file;
Step S302, to operational trials use-case file carry out precompile;
Step S303, to operational trials use-case file carry out morphological analysis;
Step S304, to operational trials use-case file carry out syntactic analysis;
Step S301-S304 embodiment methods corresponding with Fig. 1 are identical, and here is omitted.
Step S305, the result generation control data flow graph according to morphological analysis and syntactic analysis, or according to step S311 and S312 modification result generates amended control data flow graph;
Step S306, foundation control data flow graph generation testing procedure, or according to the life of amended control data flow graph Into amended testing procedure;
Step S307, foundation control data flow graph generation test script, or according to the life of amended control data flow graph Into amended test script;
Step S308, user's modification test script;
Step S309, user's modification testing procedure;
Step S310, pass through file compare obtain modifying point;
Step S311, foundation modifying point modification business perform the table of comparisons;
Step S312, foundation modifying point change business constraint relation table.
Step S305-S312 formation feedback operation steps, the result generation control number according to morphological analysis and syntactic analysis After flow graph, according to control data flow graph generation testing procedure and test script, user can be to testing procedure and test script Modify, and the testing procedure and test script before amended testing procedure and test script and modification are carried out respectively File is contrasted, and obtains modifying point, and the section is found in " the business execution table of comparisons " and " business constraint relation table " according to modifying point The corresponding information of point, is replaced with the value of user's modification;According to amended " the business execution table of comparisons " and " business constraint pass It is table " control data flow graph is regenerated, re-start automatically generating for testing procedure and test script.Wherein, business is performed " execution relation " may be present in the table of comparisons between indicating which node, such as " orders " can with " voice " into execution relation.
The embodiment of the present invention does not limit step S306 and step S307 order, step S308 and step S309 order, step Rapid S311 and step S312 order.
The embodiment of the present invention is modified by the testing procedure to generation, test script, and determines control data stream In figure corresponding modifying point, the content in modifying point is uniformly modified, it is to avoid to business during hand-coding testing procedure The mistake of check post is write and slipped.
Fig. 4 is testing procedure provided in an embodiment of the present invention and the structure chart of test script generating means;The present invention is implemented Testing procedure and test script generating means can perform testing procedure and test script generation method embodiment is carried that example is provided The handling process of confession, as shown in figure 4, testing procedure and test script generating means 40 include Lexical Analysis Module 41, grammer point Module 42, control data flow graph generation module 43 and modular converter 44 are analysed, wherein, Lexical Analysis Module 41 is used for operational trials Use-case file carries out morphological analysis and obtains multiple morphological types, and each morphological type at least includes a word;Syntax Analysis Module 42 are used to carry out syntactic analysis to operational trials use-case file, obtain the corresponding relation between the word;Control data flow graph Generation module 43 is used to generate control data flow graph according to the word and the corresponding relation, and the word is the control number According to the node of flow graph, the corresponding relation is the side of the control data flow graph;Modular converter 44 is used for the control data Flow graph is converted to testing procedure and test script.
The embodiment of the present invention is divided by carrying out morphological analysis and syntactic analysis to operational trials use-case file, and according to morphology Analysis and syntactic analysis result generation control data flow graph, by paired domination number according to flow graph each node and each side traversal from It is dynamic to draw testing procedure and test script, testing procedure and test script are manually generated relative to tester, business is improved Testing efficiency.
Testing procedure and the structure chart of test script generating means that Fig. 5 provides for another embodiment of the present invention.Above-mentioned On the basis of embodiment, the morphological type at least includes business numbering, business operation, Business Name, business premise and punctuate Symbol.
Corresponding relation between the word at least includes numbering relation, coordination, premise relation, universal relation and held Row relation.
The modular converter 44 includes Traversal Unit 441 and language form converting unit 442, and the Traversal Unit 441 is used The test is obtained in carrying out traversal to each node of the control data flow graph and each side according to depth-first traversal algorithm Step;The language form converting unit 442 is used to carry out the testing procedure on the language form conversion acquisition test pin This.
Testing procedure and test script generating means 40 also include modified module 45, and modified module 45 is used to change the survey Try is rapid and/or the test script, and obtains modifying point;Change corresponding with the modifying point in the control data flow graph Node;The modular converter 44 is additionally operable to being converted to amended control data flow graph into new testing procedure and test script.
Testing procedure and test script generating means provided in an embodiment of the present invention can be specifically for performing above-mentioned Fig. 1 institutes The embodiment of the method for offer, here is omitted for concrete function.
The embodiment of the present invention is modified by the testing procedure to generation, test script, and determines control data stream In figure corresponding modifying point, the content in modifying point is uniformly modified, it is to avoid to business during hand-coding testing procedure The mistake of check post is write and slipped.
In summary, the embodiment of the present invention is to operational trials use-case file by carrying out morphological analysis and syntactic analysis, and According to the result generation control data flow graph of morphological analysis and syntactic analysis, by paired domination number according to each node of flow graph and each The automatically derived testing procedure of traversal and test script on side, testing procedure and test script are manually generated relative to tester, Improve operational trials efficiency;Modified by the testing procedure to generation, test script, and determine control data flow graph In corresponding modifying point, the content in modifying point is uniformly modified, it is to avoid business is tested during hand-coding testing procedure The mistake of card point is write and slipped.
, can be by it in several embodiments provided by the present invention, it should be understood that disclosed apparatus and method Its mode is realized.For example, device embodiment described above is only schematical, for example, the division of the unit, only Only a kind of division of logic function, can there is other dividing mode when actually realizing, such as multiple units or component can be tied Another system is closed or is desirably integrated into, or some features can be ignored, or do not perform.It is another, it is shown or discussed Coupling each other or direct-coupling or communication connection can be the INDIRECT COUPLINGs or logical of device or unit by some interfaces Letter connection, can be electrical, machinery or other forms.
The unit illustrated as separating component can be or may not be it is physically separate, it is aobvious as unit The part shown can be or may not be physical location, you can with positioned at a place, or can also be distributed to multiple On NE.Some or all of unit therein can be selected to realize the mesh of this embodiment scheme according to the actual needs 's.
In addition, each functional unit in each embodiment of the invention can be integrated in a processing unit, can also That unit is individually physically present, can also two or more units it is integrated in a unit.Above-mentioned integrated list Member can both be realized in the form of hardware, it would however also be possible to employ hardware adds the form of SFU software functional unit to realize.
The above-mentioned integrated unit realized in the form of SFU software functional unit, can be stored in an embodied on computer readable and deposit In storage media.Above-mentioned SFU software functional unit is stored in a storage medium, including some instructions are to cause a computer Equipment (can be personal computer, server, or network equipment etc.) or processor (processor) perform the present invention each The part steps of embodiment methods described.And foregoing storage medium includes:USB flash disk, mobile hard disk, read-only storage (Read- Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disc or CD etc. it is various Can be with the medium of store program codes.
Those skilled in the art can be understood that, for convenience and simplicity of description, only with above-mentioned each functional module Division progress for example, in practical application, can distribute complete by different functional modules by above-mentioned functions as needed Into the internal structure of device being divided into different functional modules, to complete all or part of function described above.On The specific work process of the device of description is stated, the corresponding process in preceding method embodiment is may be referred to, will not be repeated here.
Finally it should be noted that:Various embodiments above is merely illustrative of the technical solution of the present invention, rather than its limitations;To the greatest extent The present invention is described in detail with reference to foregoing embodiments for pipe, it will be understood by those within the art that:Its according to The technical scheme described in foregoing embodiments can so be modified, or which part or all technical characteristic are entered Row equivalent;And these modifications or replacement, the essence of appropriate technical solution is departed from various embodiments of the present invention technology The scope of scheme.

Claims (6)

1. a kind of testing procedure and test script generation method, it is characterised in that including:
Morphological analysis is carried out to operational trials use-case file and obtains multiple morphological types, each morphological type at least includes a word Language;
Syntactic analysis is carried out to operational trials use-case file, the corresponding relation between the word is obtained;
Control data flow graph is generated according to the word and the corresponding relation, the word is the section of the control data flow graph Point, the corresponding relation is the side of the control data flow graph;
The control data flow graph is converted into testing procedure and test script;
Wherein, it is described the control data flow graph is converted into testing procedure and test script to include:
Traversal is carried out to each node of the control data flow graph and each side according to depth-first traversal algorithm and obtains described survey Try is rapid;
Language form conversion is carried out to the testing procedure and obtains the test script;
It is described the control data flow graph is converted into testing procedure and test script after, also include:
The testing procedure and/or the test script are changed, and obtains modifying point;
Change node corresponding with the modifying point in the control data flow graph;
Amended control data flow graph is converted to new testing procedure and test script.
2. according to the method described in claim 1, it is characterised in that the morphological type at least includes business numbering, business behaviour Work, Business Name, business premise and punctuation mark.
3. method according to claim 2, it is characterised in that the corresponding relation between the word at least includes numbering and closed System, coordination, premise relation, universal relation and execution relation.
4. a kind of testing procedure and test script generating means, it is characterised in that including:
Lexical Analysis Module, multiple morphological types, each morphology class are obtained for carrying out morphological analysis to operational trials use-case file Type at least includes a word;
Syntax Analysis Module, for carrying out syntactic analysis to operational trials use-case file, obtains the correspondence pass between the word System;
Control data flow graph generation module, it is described for generating control data flow graph according to the word and the corresponding relation Word is the node of the control data flow graph, and the corresponding relation is the side of the control data flow graph;
Modular converter, for the control data flow graph to be converted into testing procedure and test script;
The modular converter includes Traversal Unit and language form converting unit, and the Traversal Unit is used for according to depth-first time Go through algorithm and the traversal acquisition testing procedure is carried out to each node of the control data flow graph and each side;
The language form converting unit is used to carry out the testing procedure language form conversion acquisition test script;
Testing procedure and the test script generating means, also include:
Modified module, for changing the testing procedure and/or the test script, and obtains modifying point;The modification control Node corresponding with the modifying point in DFD;
The modular converter is additionally operable to being converted to amended control data flow graph into new testing procedure and test script.
5. testing procedure according to claim 4 and test script generating means, it is characterised in that the morphological type is extremely Include business numbering, business operation, Business Name, business premise and punctuation mark less.
6. testing procedure according to claim 5 and test script generating means, it is characterised in that between the word Corresponding relation at least includes numbering relation, coordination, premise relation, universal relation and performs relation.
CN201410710218.6A 2014-11-27 2014-11-27 Testing procedure and test script generation method and device Active CN104391793B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410710218.6A CN104391793B (en) 2014-11-27 2014-11-27 Testing procedure and test script generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410710218.6A CN104391793B (en) 2014-11-27 2014-11-27 Testing procedure and test script generation method and device

Publications (2)

Publication Number Publication Date
CN104391793A CN104391793A (en) 2015-03-04
CN104391793B true CN104391793B (en) 2017-07-14

Family

ID=52609701

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410710218.6A Active CN104391793B (en) 2014-11-27 2014-11-27 Testing procedure and test script generation method and device

Country Status (1)

Country Link
CN (1) CN104391793B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106033389B (en) * 2015-03-11 2019-02-12 腾讯科技(深圳)有限公司 Test case methods of exhibiting and device
CN107590074A (en) * 2017-09-05 2018-01-16 郑州云海信息技术有限公司 The generation method and device of a kind of test case
CN107832229B (en) * 2017-12-03 2021-06-11 中国直升机设计研究所 NLP-based system test case automatic generation method
CN110245081A (en) * 2019-05-31 2019-09-17 厦门美柚信息科技有限公司 Generate the method and device of minimum test scope
CN112306841B (en) * 2019-07-26 2022-09-09 比亚迪股份有限公司 Automatic testing method, device and equipment for track service
CN111488287B (en) * 2020-04-16 2023-05-16 南开大学 Method and device for generating injection vulnerability test cases, medium and electronic equipment
CN112527650B (en) * 2020-12-15 2022-02-25 西安中朗智控科技有限公司 Test case multiplexing method and multiplexing device
CN114741993B (en) * 2022-04-18 2023-06-16 山东浪潮科学研究院有限公司 Script-based data flow graph generation method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101916222A (en) * 2010-08-09 2010-12-15 哈尔滨工程大学 Software testing method based on combination of control flow graph traversal and slice forward traversal
CN102419728A (en) * 2011-11-01 2012-04-18 北京邮电大学 Method for determining software test process sufficiency based on coverage rate quantitative indicators
CN103942140A (en) * 2013-12-19 2014-07-23 江苏锐天信息科技有限公司 Automatic testing program conversion method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8918763B2 (en) * 2013-01-30 2014-12-23 Hewlett-Packard Development Company, L.P. Marked test script creation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101916222A (en) * 2010-08-09 2010-12-15 哈尔滨工程大学 Software testing method based on combination of control flow graph traversal and slice forward traversal
CN102419728A (en) * 2011-11-01 2012-04-18 北京邮电大学 Method for determining software test process sufficiency based on coverage rate quantitative indicators
CN103942140A (en) * 2013-12-19 2014-07-23 江苏锐天信息科技有限公司 Automatic testing program conversion method

Also Published As

Publication number Publication date
CN104391793A (en) 2015-03-04

Similar Documents

Publication Publication Date Title
CN104391793B (en) Testing procedure and test script generation method and device
CN109086199B (en) Method, terminal and storage medium for automatically generating test script
CN107341102B (en) Test case file generation method and device
CN107220036A (en) A kind of visual development method and system of component and template
CN102609406B (en) Learning device, judgment means, learning method and determination methods
KR20220028038A (en) Derivation of multiple semantic expressions for utterances in a natural language understanding framework
CN107193843A (en) A kind of character string selection method and device based on AC automatic machines and postfix expression
CN107221328A (en) The localization method and device in modification source, computer equipment and computer-readable recording medium
WO2021223618A1 (en) Focalgan-based short text automatic generation method, apparatus and device, and storage medium
CN109408247A (en) Interaction data processing method and device
CN105868311A (en) Data analyzing method and device
CN105117387A (en) Intelligent robot interaction system
CN105446983A (en) Method and device used for generating data format descriptive language model
CN111079408A (en) Language identification method, device, equipment and storage medium
CN112328489A (en) Test case generation method and device, terminal equipment and storage medium
CN112988601A (en) Test script development method and device
CN108241658A (en) A kind of logging mode finds method and system
CN106778278A (en) A kind of malice document detection method and device
CN106649110B (en) Software testing method and system
CN107402753A (en) The method for refreshing and device of a kind of hard disk firmware
CN103365661A (en) Development method and system for automatic testing scripts
CN106095998A (en) Be applied to intelligent terminal precisely searches topic method and device
CN113031944B (en) Business opening device and method based on template
CN108052658A (en) Query Information error correction framework generation method and device based on artificial intelligence
CN107203510A (en) character detecting method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant