CN107608889B - Method and system for automatically generating test script - Google Patents

Method and system for automatically generating test script Download PDF

Info

Publication number
CN107608889B
CN107608889B CN201710835447.4A CN201710835447A CN107608889B CN 107608889 B CN107608889 B CN 107608889B CN 201710835447 A CN201710835447 A CN 201710835447A CN 107608889 B CN107608889 B CN 107608889B
Authority
CN
China
Prior art keywords
interface
test script
generating
parameter
parameters
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
CN201710835447.4A
Other languages
Chinese (zh)
Other versions
CN107608889A (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.)
Tops Tech Co ltd
Original Assignee
Tops Tech 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 Tops Tech Co ltd filed Critical Tops Tech Co ltd
Priority to CN201710835447.4A priority Critical patent/CN107608889B/en
Publication of CN107608889A publication Critical patent/CN107608889A/en
Application granted granted Critical
Publication of CN107608889B publication Critical patent/CN107608889B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The invention discloses a method and a system for automatically generating a test script, wherein the generation method comprises the following steps: generating an interface description language according to the identified interface related parameters; carrying out standard analysis on the interface description language to obtain an interactive interface, setting service parameters through the interactive interface and sending a preview request; and establishing parameter association mapping, verifying the preview result through set parameter constraint, and generating a test script. The simple and easy-to-use interface operation is realized through the interactive interface obtained by analysis; by setting the service parameters and establishing the associated mapping, the relevant codes are written without consuming a large amount of time, and the code writing does not depend on the understanding degree of testers on other writing languages; by the automatic generation method of the test script, the condition of rewriting or updating the test script is avoided and the development investment is reduced when the product codes are updated or the description languages are different. The production system achieves the same beneficial effects of the production method.

Description

Method and system for automatically generating test script
Technical Field
The invention relates to the field of automatic testing, in particular to a method and a system for automatically generating a test script.
Background
Today, the project structure and service are increasingly complicated, testing becomes an important link for project quality control, and a large number of request interfaces and service scenes need corresponding regression eye verification by testers to ensure the normal operation of the service. Manual testing relying on test personnel has been the past in the early days and automated testing is becoming increasingly mainstream.
However, the automatic test needs to consume a large amount of time to compile related automatic test codes, and moreover, the compilation of the automatic test codes also depends on additional learning of corresponding technical grammars by testers, so that the requirement on the testers is high; when the product code is changed, the test script is often required to be rewritten or updated, and a lot of development investment is increased.
Based on the current situations of long preparation time and high case compiling threshold of the automatic test, a method for generating an automatic test script by analyzing an interface description language, providing simple and easy-to-use interface operation, and customizing a test case by matching with service logic of a tester is urgently needed.
Disclosure of Invention
The invention aims to provide a method and a system for automatically generating a test script so as to solve the defects.
In order to achieve the above purpose, the invention provides the following technical scheme:
the invention provides a method for automatically generating a test script, which comprises the following steps:
generating an interface description language according to the identified interface related parameters;
carrying out standard analysis on the interface description language to obtain an interactive interface, setting service parameters through the interactive interface and sending a preview request;
and establishing parameter association mapping, verifying the preview result through set parameter constraint, and generating a test script.
In the above method for automatically generating a test script, the generation of the interface description language includes the following steps:
identifying interface related parameters through annotation forms;
parsing annotations in code automatically generates an interface description language.
In the above method for automatically generating a test script, the interface description language at least includes: json language, YAML language, and WSDL language.
According to the automatic generation method of the test script, the obtaining of the interactive interface comprises the following steps:
the interface specification is parsed by a description language parser.
In the above method for automatically generating a test script, the setting of the service parameters includes:
and selecting a group of interfaces on the interactive interface, and sequencing the interfaces through dragging.
In the above method for automatically generating a test script, the generation of the test script comprises the following steps:
inputting the verified preview result into a script code generator;
generating a test script by the script code generator.
The method for automatically generating the test script is obtained by the communication service test, and comprises the following steps:
accessing the interactive interface to set the service parameters, and generating a request for generating a corresponding preview result;
adding field parameter constraints through the interactive interface;
and acquiring the generated curl command and the corresponding preview result, verifying the preview result through the field parameter constraint, and generating the test script.
The method for automatically generating the test script is obtained by the relevance service test, and comprises the following steps:
accessing the user interface to set the service parameters of the interface A and the interface B, and previewing to obtain results A and B;
establishing parameter association mapping through the interfaces and the naming modes of the parameters;
and judging whether the result B obtained by previewing is a final result, if so, adding field parameter constraint to verify the result B, and generating the test script.
The automatic generation method of the test script provided by the invention has the following beneficial effects: the interactive interface is obtained through the standard analysis of the interface description language, so that simple and easy-to-use interface operation is realized; by setting the service parameters and establishing the associated mapping, the relevant codes are written without consuming a large amount of time, and the code writing does not depend on the understanding degree of testers on other writing languages; by the automatic generation method of the test script, the condition of rewriting or updating the test script is avoided and the development investment is reduced when the product codes are updated or the description languages are different.
The invention also provides a system for automatically generating the test script, which comprises the following steps:
the development unit is used for generating an interface description language according to the identified interface related parameters;
the user interaction unit is used for carrying out standard analysis on the interface description language to obtain an interaction interface, setting service parameters through the interaction interface and sending a preview request;
and the script generation unit is used for establishing parameter association mapping, verifying the preview result through set parameter constraint and generating a test script.
In the above system for automatically generating a test script, the development unit includes: a parameter annotation module and an interface parsing module,
the parameter annotation module is used for identifying the relevant parameters of the interface in an annotation form;
the interface parsing module is used for automatically generating the interface description language by parsing the annotation in the code.
The test script automatic generation system provided by the invention has the following beneficial effects: the interactive interface is obtained through the standard analysis of the interface description language, so that simple and easy-to-use interface operation is realized; by setting the service parameters and establishing the associated mapping, the relevant codes are written without consuming a large amount of time, and the code writing does not depend on the understanding degree of testers on other writing languages; by the automatic generation method of the test script, the condition of rewriting or updating the test script is avoided and the development investment is reduced when the product codes are updated or the description languages are different.
Drawings
In order to more clearly illustrate the embodiments of the present application or technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the present invention, and other drawings can be obtained by those skilled in the art according to the drawings.
FIG. 1 is a schematic structural diagram provided in an embodiment of the present invention;
FIG. 2 is a schematic structural diagram provided in accordance with a preferred embodiment of the present invention;
FIG. 3 is a schematic structural diagram provided in accordance with a preferred embodiment of the present invention;
FIG. 4 is a schematic structural diagram provided in accordance with a preferred embodiment of the present invention;
FIG. 5 is a schematic structural diagram provided in accordance with a preferred embodiment of the present invention;
FIG. 6 is a schematic structural diagram provided in accordance with a preferred embodiment of the present invention;
FIG. 7 is a schematic structural diagram provided in accordance with a preferred embodiment of the present invention;
FIG. 8 is a schematic structural diagram provided in accordance with a preferred embodiment of the present invention;
FIG. 9 is a schematic structural diagram provided in accordance with a preferred embodiment of the present invention;
fig. 10 is a schematic structural diagram according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, those skilled in the art will now describe the present invention in further detail with reference to the accompanying drawings.
As shown in fig. 1 and 9, the method for automatically generating a test script according to an embodiment of the present invention includes the following steps:
s101, generating an interface description language according to the identified interface related parameters;
specifically, the interface-related parameter refers to a unique identifier of a description language according to which the machine can be identified, and the unique identifier corresponds to different description languages in a one-to-one correspondence manner. As shown in fig. 3, as preferred in the present embodiment, the interface description language includes, but is not limited to, json language, YAML language, and WSDL language; the one language corresponds to a unique identification.
As shown in fig. 2, in step S101, the generation of the interface description language includes the following steps:
s201, identifying relevant parameters of the interface through an annotation form;
s202, analyzing the annotation in the code to automatically generate an interface description language.
The unique identification is an annotation form, the machine can analyze the annotation by identifying the relevant parameters of the interface through the annotation form, so that the machine is identified as a corresponding interface description language and generates a corresponding interface description language. Specifically, a developer identifies interface related parameters in an annotation form in the development process; the annotation in the framework parsing code automatically generates interface description language (json, YAML, WSDL, etc.); and further lays a foundation for obtaining interface description rules (namely, interface specifications obtained by analysis) of a plurality of interface description languages.
S102, carrying out standard analysis on the interface description language to obtain an interactive interface, setting service parameters through the interactive interface and sending a preview request;
specifically, the standard analysis refers to that a machine learns interface description rules for borrowing one or more languages through analysis and calculation of interface description languages, and the description rules are interface specifications obtained through analysis; preferably, in this embodiment, the obtaining of the interactive interface includes: the interface specification is parsed by a description language parser. As shown in fig. 10, the interactive interface refers to an interface through which a tester can perform operations such as filling, selecting, and the like; in this embodiment, the filling of service parameters and parameter constraints is mainly performed; selecting script generation and order addition; thereby realizing simple and easy-to-use interface operation. Preferably, the preview request is a request for obtaining a preview result according to the service parameters by the operation of a tester on the interactive interface; the preview result can be sent to the outside through 2G/3G/4G or lpwan, WiFi and the like.
In some embodiments, the business parameters filled out by the tester are parameters that are recognizable by the machine and can be converted into corresponding interface description languages.
In some embodiments, the interactive interface is displayed through a smart device such as a mobile phone, an iPad, or a computer, or the interactive interface is displayed through a touch screen display device.
In some embodiments, the business parameters can be filled in according to the business logic of the tester and translated into an interface description language which can be recognized by a machine through the interface.
In some embodiments, the traffic parameter may be one or more of the above interface description languages.
In some embodiments, the preview request is a request from a tester to preview a result set (interface description language) sent by the machine to the server, which in response returns the result set to the interaction interface.
As shown in FIG. 10, in some embodiments, the selection of script generation and order addition is made by pressing the preview button, the add order button, and the select mode button.
In some embodiments, by the tester pressing the preview button on the interactive interface, the server obtains a result set corresponding to the interface description language according to the service parameters, and returns the result set to the interactive interface.
In some embodiments, the setting of the service parameter includes: and selecting a group of interfaces on the interactive interface, and sequencing the interfaces through dragging.
In some embodiments, the specific parsing rules are as follows;
the interface is related:
summary interface function introduction
Description interface function introduction
Process of request and response mediaType
Ginseng introduction:
parameters entity, in which each field type, default, name description are defined
in the reference position (Path, Query, Header, Body, Form, etc.)
Responding:
response entity, field type, name, value of resolving response result
Description language document:
Figure DEST_PATH_IMAGE001
s103, establishing parameter association mapping, verifying the preview result through set parameter constraint, and generating a test script.
Specifically, the parameter association mapping refers to associating different description languages with consistent actual logic; specifically, different description languages are converted into parameters under a template logic relationship and compared, and if the logic is the same, parameter association mapping is established; therefore, when the same test of different description languages is needed to be performed or the test script is updated, the previous template can be directly used for testing or updated on the basis of the previous template, and the trouble of rewriting is omitted. Preferably, in this embodiment, after the interface sorting by dragging, the method further includes: filling parameters, previewing results, and setting response results and parameter mapping of subsequent interfaces; taking a shell script as an example, a frame generates a curl command (corresponding to an interface request) for each interface according to related parameters such as method types, access parameters, interface paths, domain names and the like in a UI (user interface), and simultaneously the frame analyzes a result set of the request according to result mapping to generate parameters required in the curl command of a subsequent interface; and repeating the process of the second part to generate the group of business process test scripts. And the functions of automatically generating codes and automatically identifying whether the codes are finally needed codes are realized through parameter mapping, so that the automation degree of the corresponding test script is improved.
As shown in fig. 4, in step S103, the generation of the test script includes the following steps:
s601, inputting the verified preview result into a script code generator;
and S602, generating a test script through the script code generator.
And inputting the finally required code which is the verified preview result into a script code generator to generate a corresponding test case, namely the test script.
As shown in fig. 5, the test script is obtained through a connectivity service test, and includes the following steps:
s701, accessing the interactive interface to set the service parameters, and sending a request for generating a corresponding preview result;
s702, adding field parameter constraint through the interactive interface;
s703, acquiring the generated curl command and the corresponding preview result, verifying the preview result through the field parameter constraint, and generating the test script.
Specifically, simple connectivity testing: the tester accesses the operation interface, fills in the entry parameter and generates a corresponding request; the tester adds field verification constraints through interface operation; and the framework acquires the generated curl command and the result verification constraint condition, and automatically generates a test script. That is, only one interface is needed to realize the generation of the test script, and the description language of the interface compounds the field parameter constraint condition.
As shown in fig. 6, the test script is obtained through a relevance service test, and includes the following steps:
s801, accessing the user interface, setting service parameters of the interfaces A and B, and previewing to obtain results A and B;
s802, establishing parameter association mapping through the interfaces and the naming modes of the parameters;
and S803, judging whether the result B obtained by previewing is a final result, if so, adding field parameter constraint to verify the result B, and generating the test script.
Specifically, the tester accesses the operation interface, fills in the interface entry of the interface A, and generates a corresponding request. And the framework analyzes the return parameter response of the UI interface and caches the request result of the interface A. The tester fills in the interface B parameter and establishes the parameter association mapping by the naming mode of $ { interface name } $ { parameter name } (such as addorder. If the returned parameters of the interface B are the final results, adding field verification constraints through interface operation, automatically generating a script, and if not, repeating the steps.
The automatic generation method of the test script provided by the invention has the following beneficial effects:
the interactive interface is obtained through the standard analysis of the interface description language, so that simple and easy-to-use interface operation is realized;
by setting the service parameters and establishing the associated mapping, the relevant codes are written without consuming a large amount of time, and the code writing does not depend on the understanding degree of testers on other writing languages;
by the automatic generation method of the test script, the condition of rewriting or updating the test script is avoided and the development investment is reduced when the product codes are updated or the description languages are different.
As shown in fig. 7-8, an automatic test script generation system provided by an embodiment of the present invention is characterized by including: the development unit is used for generating an interface description language according to the identified interface related parameters; the user interaction unit is used for carrying out standard analysis on the interface description language to obtain an interaction interface, setting service parameters through the interaction interface and sending a preview request; and the script generation unit is used for establishing parameter association mapping, verifying the preview result through set parameter constraint and generating a test script. Preferably, in this embodiment, the development unit includes: the parameter annotation module is used for identifying the relevant parameters of the interface in an annotation form; the interface parsing module is used for automatically generating the interface description language by parsing the annotation in the code.
Specifically, the interface-related parameter refers to a unique identifier of a description language according to which the machine can be identified, and the unique identifier corresponds to different description languages in a one-to-one correspondence manner. As shown in fig. 3, as preferred in the present embodiment, the interface description language includes, but is not limited to, json language, YAML language, and WSDL language; the one language corresponds to a unique identification. The unique identification is an annotation form, the machine can analyze the annotation by identifying the relevant parameters of the interface through the annotation form, so that the machine is identified as a corresponding interface description language and generates a corresponding interface description language. Specifically, a developer identifies interface related parameters in an annotation form in the development process; the annotation in the framework parsing code automatically generates interface description language (json, YAML, WSDL, etc.); and further lays a foundation for obtaining interface description rules (namely, interface specifications obtained by analysis) of a plurality of interface description languages. The standard analysis means that a machine learns the interface description rules of one or more languages by analyzing and calculating the interface description languages, and the description rules are the interface standards obtained by analysis; preferably, in this embodiment, the obtaining of the interactive interface includes: the interface specification is parsed by a description language parser. As shown in fig. 10, the interactive interface refers to an interface through which a tester can perform operations such as filling, selecting, and the like; in this embodiment, the filling of service parameters and parameter constraints is mainly performed; selecting script generation and order addition; thereby realizing simple and easy-to-use interface operation. Preferably, the preview request is a request for obtaining a preview result according to the service parameters by the operation of a tester on the interactive interface; the preview result can be sent to the outside through 2G/3G/4G or lpwan, WiFi and the like. The parameter association mapping refers to associating different description languages with consistent actual logic; specifically, different description languages are converted into parameters under a template logic relationship and compared, and if the logic is the same, parameter association mapping is established; therefore, when the same test of different description languages is needed to be performed or the test script is updated, the previous template can be directly used for testing or updated on the basis of the previous template, and the trouble of rewriting is omitted. Preferably, in this embodiment, after the interface sorting by dragging, the method further includes: filling parameters, previewing results, and setting response results and parameter mapping of subsequent interfaces; taking a shell script as an example, a frame generates a curl command (corresponding to an interface request) for each interface according to related parameters such as method types, access parameters, interface paths, domain names and the like in a UI (user interface), and simultaneously the frame analyzes a result set of the request according to result mapping to generate parameters required in the curl command of a subsequent interface; and repeating the process of the second part to generate the group of business process test scripts. And the functions of automatically generating codes and automatically identifying whether the codes are finally needed codes are realized through parameter mapping, so that the automation degree of the corresponding test script is improved. And inputting the finally required code which is the verified preview result into a script code generator to generate a corresponding test case, namely the test script.
The test script automatic generation system provided by the invention has the following beneficial effects:
the interactive interface is obtained through the standard analysis of the interface description language, so that simple and easy-to-use interface operation is realized;
by setting the service parameters and establishing the associated mapping, the relevant codes are written without consuming a large amount of time, and the code writing does not depend on the understanding degree of testers on other writing languages;
by the automatic generation method of the test script, the condition of rewriting or updating the test script is avoided and the development investment is reduced when the product codes are updated or the description languages are different.
While certain exemplary embodiments of the present invention have been described above by way of illustration only, it will be apparent to those of ordinary skill in the art that the described embodiments may be modified in various different ways without departing from the spirit and scope of the invention. Accordingly, the drawings and description are illustrative in nature and should not be construed as limiting the scope of the invention.

Claims (10)

1. A method for automatically generating a test script is characterized by comprising the following steps:
generating an interface description language according to the identified interface related parameters;
carrying out standard analysis on the interface description language to obtain an interactive interface, setting service parameters through the interactive interface and sending a preview request;
establishing parameter association mapping, verifying a preview result through set parameter constraint, and generating a test script; the parameter association mapping refers to associating different description languages with consistent actual logic; establishing the parameter association mapping comprises: and converting different description languages into parameters under the template logic relationship, comparing, and if the logic is the same, establishing parameter association mapping.
2. The method according to claim 1, wherein the generation of the interface description language comprises the following steps:
identifying interface related parameters through annotation forms;
parsing annotations in code automatically generates an interface description language.
3. The method according to claim 1, wherein the interface description language includes at least: json language, YAML language, and WSDL language.
4. The method according to claim 1, wherein the obtaining of the interactive interface comprises:
the interface specification is parsed by a description language parser.
5. The method according to claim 1, wherein the setting of the service parameters comprises:
and selecting a group of interfaces on the interactive interface, and sequencing the interfaces through dragging.
6. The method according to claim 1, wherein the test script is generated by the method comprising the steps of:
inputting the verified preview result into a script code generator;
generating a test script by the script code generator.
7. The method for automatically generating a test script according to any one of claims 1 to 6, wherein the test script is obtained by a connectivity service test, comprising the steps of:
accessing the interactive interface to set the service parameters, and generating a request for generating a corresponding preview result;
adding field parameter constraints through the interactive interface;
and acquiring the generated curl command and the corresponding preview result, verifying the preview result through the field parameter constraint, and generating the test script.
8. The method for automatically generating a test script according to any one of claims 1 to 6, wherein the test script is obtained through a relevance service test, and comprises the following steps:
accessing a user interface, setting service parameters of an interface A and an interface B, and previewing to obtain results A and B;
establishing parameter association mapping through the interfaces and the naming modes of the parameters; the parameter association mapping refers to associating different description languages with consistent actual logic; establishing the parameter association mapping comprises: converting different description languages into parameters under the template logic relationship and comparing, and if the logic is the same, establishing parameter association mapping;
and judging whether the result B obtained by previewing is a final result, if so, adding field parameter constraint to verify the result B, and generating the test script.
9. An automatic test script generation system, comprising:
the development unit is used for generating an interface description language according to the identified interface related parameters;
the user interaction unit is used for carrying out standard analysis on the interface description language to obtain an interaction interface, setting service parameters through the interaction interface and sending a preview request;
the script generating unit is used for establishing parameter association mapping, verifying the preview result through the set parameter constraint and generating a test script; the parameter association mapping refers to associating different description languages with consistent actual logic; establishing the parameter association mapping comprises: and converting different description languages into parameters under the template logic relationship, comparing, and if the logic is the same, establishing parameter association mapping.
10. The automatic test script generation system of claim 9, wherein the development unit comprises: a parameter annotation module and an interface parsing module,
the parameter annotation module is used for identifying the relevant parameters of the interface in an annotation form;
the interface parsing module is used for automatically generating the interface description language by parsing the annotation in the code.
CN201710835447.4A 2017-09-15 2017-09-15 Method and system for automatically generating test script Active CN107608889B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710835447.4A CN107608889B (en) 2017-09-15 2017-09-15 Method and system for automatically generating test script

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710835447.4A CN107608889B (en) 2017-09-15 2017-09-15 Method and system for automatically generating test script

Publications (2)

Publication Number Publication Date
CN107608889A CN107608889A (en) 2018-01-19
CN107608889B true CN107608889B (en) 2021-07-06

Family

ID=61060167

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710835447.4A Active CN107608889B (en) 2017-09-15 2017-09-15 Method and system for automatically generating test script

Country Status (1)

Country Link
CN (1) CN107608889B (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415832B (en) * 2018-02-07 2021-03-02 平安科技(深圳)有限公司 Interface automation test method, device, equipment and storage medium
CN110502420A (en) * 2018-05-17 2019-11-26 北京京东尚科信息技术有限公司 A kind of method and apparatus for realizing test script selfreparing
CN110633200A (en) * 2018-06-25 2019-12-31 富士通株式会社 Method and device for testing intelligent contracts
CN109299005B (en) * 2018-09-05 2020-07-07 北京邮电大学 Test script generation method and device
CN110908890A (en) * 2018-09-18 2020-03-24 亿阳信通股份有限公司 Automatic test method and device for interface
CN109634841B (en) * 2018-10-26 2024-03-12 平安科技(深圳)有限公司 Electronic device, interface automatic test method and storage medium
CN111142410A (en) * 2018-11-02 2020-05-12 中车株洲电力机车研究所有限公司 Control method and system for automatic and orderly starting and stopping according to test requirements
CN111488267B (en) * 2019-01-25 2024-03-12 北京搜狗科技发展有限公司 Interface test script generation method and device and electronic equipment
CN109947643B (en) * 2019-03-01 2022-05-24 广州华多网络科技有限公司 A/B test-based experimental scheme configuration method, device and equipment
CN110045953B (en) * 2019-04-22 2023-12-01 第四范式(北京)技术有限公司 Method and computing device for generating business rule expression
CN110287098A (en) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 Automatically create test script method, server and computer readable storage medium
CN110704317A (en) * 2019-09-26 2020-01-17 凡普数字技术有限公司 Method, device and storage medium for testing parameter rule of interface parameter
CN110806945B (en) * 2019-11-05 2022-03-22 浪潮云信息技术股份公司 Interface docking method, device and computer readable medium
CN111240967B (en) * 2020-01-03 2023-09-15 北京字节跳动网络技术有限公司 Code generation method and device
CN111475150B (en) * 2020-04-07 2023-12-05 广州致远电子股份有限公司 Cross-language binding method, device, equipment and storage medium
CN113010358B (en) * 2021-03-17 2022-09-30 北京航空航天大学 LTPB (Low temperature pluggable) bus detection device applied to avionics system and method for testing flow description language of LTPB bus detection device
CN113886221B (en) * 2021-09-13 2022-09-23 前海飞算云智软件科技(深圳)有限公司 Test script generation method and device, storage medium and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101571802A (en) * 2009-06-19 2009-11-04 北京航空航天大学 Visualization automatic generation method of embedded software test data and system thereof
CN103577309A (en) * 2012-07-25 2014-02-12 腾讯科技(深圳)有限公司 Automatic test method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1677197A1 (en) * 2004-12-31 2006-07-05 ST Incard S.r.l. Test case automatic generation method for testing proactive GSM applications on SIM card

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101571802A (en) * 2009-06-19 2009-11-04 北京航空航天大学 Visualization automatic generation method of embedded software test data and system thereof
CN103577309A (en) * 2012-07-25 2014-02-12 腾讯科技(深圳)有限公司 Automatic test method and device

Also Published As

Publication number Publication date
CN107608889A (en) 2018-01-19

Similar Documents

Publication Publication Date Title
CN107608889B (en) Method and system for automatically generating test script
CN110333863B (en) Method and device for generating and displaying applet page
CN111221739A (en) Service testing method, device and system
CN110276074B (en) Distributed training method, device, equipment and storage medium for natural language processing
CN111581920A (en) Document conversion method, device, equipment and computer storage medium
CN109902017A (en) A kind of method and terminal based on RobotFramework test Dubbo interface
CN102609264A (en) Method and device for generating calling codes by calling application programming interfaces
CN109871314A (en) The automatic generation method of test script
CN109857630A (en) Code detection method, system and equipment
CN113900958A (en) Test case script generation method, system, medium and electronic device
CN104657274A (en) Method and device for testing software interface
CN111782117B (en) Interface display method and device, storage medium and electronic device
CN105786695A (en) Data test method and system
CN113806037A (en) Service calling method and device, storage medium and electronic equipment
CN111694547A (en) Automatic coding data processing application design tool based on data state change
CN108287720B (en) Software compiling method, device, equipment and storage medium
CN113778897A (en) Automatic test method, device, equipment and storage medium of interface
CN110874216B (en) Complete code generation method, device, equipment and storage medium
CN111506305A (en) Tool kit generation method and device, computer equipment and readable storage medium
CN115599683A (en) Automatic testing method, device, equipment and storage medium
CN112667202B (en) Software design method and device combining MDA and BPMN
CN108829968A (en) Circuit diagram checking method based on Python spread function
CN114281341A (en) Compiling method and device of data structure definition file, computer equipment and medium
CN103488477A (en) Visual editing system and visual editing method of JAVA interface
CN113568621A (en) Data processing method and device for page embedded point

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 2328, room 8, Taihe square, Shangcheng District, Hangzhou, Zhejiang Province, Zhejiang

Applicant after: Pin Guan Network Technology Co., Ltd.

Address before: 310000 Taihe square, No. 8, Hangzhou, Zhejiang Province, 2328

Applicant before: Hangzhou pin Guan Network Technology Co., Ltd.

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant