CN104572463A - Method and device for testing interface information - Google Patents

Method and device for testing interface information Download PDF

Info

Publication number
CN104572463A
CN104572463A CN201410855362.9A CN201410855362A CN104572463A CN 104572463 A CN104572463 A CN 104572463A CN 201410855362 A CN201410855362 A CN 201410855362A CN 104572463 A CN104572463 A CN 104572463A
Authority
CN
China
Prior art keywords
input parameter
attribute information
test
interface message
testing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201410855362.9A
Other languages
Chinese (zh)
Other versions
CN104572463B (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.)
Guangzhou Kugou Computer Technology Co Ltd
Original Assignee
Guangzhou Kugou Computer 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 Guangzhou Kugou Computer Technology Co Ltd filed Critical Guangzhou Kugou Computer Technology Co Ltd
Priority to CN201410855362.9A priority Critical patent/CN104572463B/en
Publication of CN104572463A publication Critical patent/CN104572463A/en
Application granted granted Critical
Publication of CN104572463B publication Critical patent/CN104572463B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a method and a device for testing interface information and belongs to the technical field of computers. The method comprises the steps: acquiring interface information from a source code file containing to-be-tested interface information; acquiring an input parameter in the interface information and the attribute information thereof; generating a testing form for testing the input parameter in a preset testing page according to the input parameter and the attribute information thereof and testing the interface information according to the testing page. In the method, the interface information is acquired and the input parameter and the attribute information thereof are acquired from the interface information; the testing form for testing the input parameter is generated according to the input parameter and the attribute information thereof; the testing page is generated according to the testing form and the interface information is tested according to the testing page. Therefore, the operational process of testing the interface information is reduced and the testing efficiency is improved.

Description

The method of test interface information and device
Technical field
The present invention relates to field of computer technology, particularly a kind of method of test interface information and device.
Background technology
In webpage development process, developer needs to test the various interface messages of writing, and in test by just can formally use afterwards.Wherein, interface message is realize the method for a certain function, function or class.
At present, the mode of test interface information: developer is based on the function of this interface message, write a set of test page for testing this function again, so that docking port information carries out the input of input parameter under Reality simulation environment for use, and whether reach the function of interface message according to the test of this input parameter.Such as: the function of interface message is registering functional, need to comprise in this registering functional the various log-on messages needing to input in the test page of developer's exploitation, to input various log-on message when testing in this page, and whether this registering functional of inspection can by various log-on message record in a database after click is submitted to.
Inventor finds that prior art at least exists following problem:
Above-mentioned test mode needs the extra development and testing page of developer, and this test page is not general for various different interface message, therefore causes the defect that development efficiency is low.
Summary of the invention
In order to solve the problem of prior art, embodiments provide a kind of method and device of test interface information.Described technical scheme is as follows:
On the one hand, provide a kind of method of test interface information, described method comprises:
Described interface message is obtained in the sound code file comprising interface message to be tested;
Obtain the attribute information of input parameter in described interface message and described input parameter;
According to the attribute information of input parameter and described input parameter, in the test page preset, generating the test list for testing described input parameter, and testing described interface message according to described test page.
Optionally, the input parameter in the described interface message of described acquisition and the attribute information of described input parameter, comprising:
Call default reflective application Program Interfaces API to resolve described interface message, extract the input parameter of each function in described interface message and the attribute information of described input parameter;
By the input parameter of described each function and the attribute information of described input parameter, be defined as the attribute information of input parameter in described interface message and described input parameter.
Optionally, the input parameter in the described interface message of described acquisition and the attribute information of described input parameter, comprising:
Call the regular expression including preset query condition to inquire about described interface message;
By the attribute information of the input parameter and described input parameter that meet described preset query condition, be defined as the attribute information of input parameter in described interface message and described input parameter.
Optionally, the described attribute information according to input parameter and described input parameter, generating the test list for testing described input parameter, comprising in the test page preset:
In the corresponding relation of attribute information and control type, obtain the control type that the attribute information of described input parameter is corresponding;
The control type corresponding according to the attribute information of described input parameter and described input parameter, generates the test list for testing described interface message;
Described test list is added default test page.
Optionally, described described test list is added default test page after, described method also comprises:
Obtain the Debugging message that described interface message is relevant, and described Debugging message is added described test page.
On the other hand, provide a kind of device of test interface information, described device comprises:
First acquisition module, for obtaining described interface message in the sound code file comprising interface message to be tested;
Second acquisition module, for obtaining the attribute information of input parameter in described interface message and described input parameter;
Generation module, for the attribute information according to input parameter and described input parameter, generates the test list for testing described input parameter in the test page preset;
Test module, for testing described interface message according to described test page.
Optionally, described second acquisition module, comprising:
First call unit, resolving described interface message for calling default reflective application Program Interfaces API, extracting the input parameter of each function in described interface message and the attribute information of described input parameter;
First determining unit, for by the input parameter of described each function and the attribute information of described input parameter, is defined as the attribute information of input parameter in described interface message and described input parameter.
Optionally, described second acquisition module, comprising:
Second call unit, inquires about described interface message for calling the regular expression including preset query condition;
Second determining unit, for the attribute information of the input parameter and described input parameter that will meet described preset query condition, is defined as the attribute information of input parameter in described interface message and described input parameter.
Optionally, described generation module, comprising:
Acquiring unit, in the corresponding relation of attribute information and control type, obtains the control type that the attribute information of described input parameter is corresponding;
Generation unit, for the control type corresponding according to the attribute information of described input parameter and described input parameter, generates the test list for testing described interface message;
First adding device, for adding default test page by described test list.
Optionally, described generation module, also comprises:
Second adding device, for obtaining the relevant Debugging message of described interface message, and adds described test page by described Debugging message.
The beneficial effect that the technical scheme that the embodiment of the present invention provides is brought is:
The attribute information of input parameter and input parameter is also therefrom obtained by obtaining interface message, attribute information according to input parameter and input parameter generates for test input parameter testing list, and generate test page, to make according to this test page test interface information according to test list.Reduce the operating process of test interface information, improve the efficiency of test.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, below the accompanying drawing used required in describing embodiment is briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the method flow diagram of the test interface information that the embodiment of the present invention one provides;
Fig. 2 is the method flow diagram of the test interface information that the embodiment of the present invention two provides;
Fig. 3 is the schematic diagram testing list in the method for the test interface information that the embodiment of the present invention two provides;
Fig. 4 is the method flow diagram of the test interface information that the embodiment of the present invention three provides;
Fig. 5 is the apparatus structure schematic diagram of the test interface information that the embodiment of the present invention four provides.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly, below in conjunction with accompanying drawing, embodiment of the present invention is described further in detail.
Embodiment one
Embodiments provide a kind of method of test interface information, see Fig. 1, method flow comprises:
101: in the sound code file comprising interface message to be tested, obtain interface message;
102: the input parameter in acquisition interface message and the attribute information of input parameter;
103: according to the attribute information of input parameter and input parameter, in the test page preset, generate the test list being used for test input parameter, and according to test page test interface information.
The embodiment of the present invention also therefrom obtains the attribute information of input parameter and input parameter by obtaining interface message, attribute information according to input parameter and input parameter generates for test input parameter testing list, and generate test page, to make according to this test page test interface information according to test list.Reduce the operating process of test interface information, improve the efficiency of test.
Embodiment two
Embodiments provide a kind of method of test interface information, see Fig. 2, method flow comprises:
201: in the sound code file comprising interface message to be tested, obtain interface message.
The mode obtaining interface message is: start the test procedure for generating test page, the module of file reading is included in test procedure, developer can choose the path of the sound code file comprising interface message to be tested by this module, test procedure gets this sound code file according to this path, and parses interface message to be tested from this sound code file.
Further, the mode obtaining interface message can also be: start the test procedure for generating test page, test procedure is according to the routing information preset, from the path that this routing information is specified, obtain the sound code file of interface message to be tested, and parse interface message to be tested from this sound code file.
Wherein, in embodiments of the present invention, test procedure can be realized by the mode of webpage.In addition, the sound code file comprising interface message to be tested can comprise the file of various type of webpage, is described in embodiments of the present invention for the web page files of php type.
202: the input parameter in acquisition interface message and the attribute information of input parameter.
Wherein, the mode obtaining the attribute information of input parameter and input parameter in this step can be realized by following steps:
2021: call default reflective application Program Interfaces API docking port information and resolve, extract the input parameter of each function and the attribute information of input parameter in interface message.
In embodiments of the present invention, by calling the reflection API preset in php, the parsing for interface message namely can be completed, and the attribute information of the input parameter obtained in each function of interface message and input parameter.Wherein, attribute information is the input type of input parameter, such as: integer, and text-type or digit group type etc.
Further, span corresponding to this input parameter in attribute information, can also be comprised, so that in actual use, the input content of this input parameter be verified, whether meet the requirement of span with the input content detecting this input parameter; In addition, this span can as the option generating this input parameter in test list process.Such as: the function of interface message is registering functional, wherein input parameter can be sex, the input type of this input parameter is single choice type, the span of this input parameter is " man; female ", accordingly when the control that this input parameter of generation is corresponding, single choice control can be chosen and choose content corresponding to this span as the option of two in uniterming.
Wherein, reflection API is the New function in php5, and this function can docking port information be resolved, and derives or extracts the details about class, method, attribute, parameter etc., comprise annotation.
2022: by the input parameter of each function and the attribute information of input parameter, be defined as the attribute information of input parameter in interface message and input parameter.
203: according to the attribute information of input parameter and input parameter, in the test page preset, generate the test list being used for test input parameter, and according to test page test interface information.
Wherein, the mode generating the test list being used for test input parameter in this step in the test page preset can be realized by following steps:
2031: in the corresponding relation of attribute information and control type, obtain the control type that the attribute information of input parameter is corresponding.
Each attribute information correspond to a control, such as: the corresponding input frame control of integer, the corresponding date control of date type etc.
2032: the control type corresponding according to the attribute information of input parameter and input parameter, generates the test list being used for test interface information.
In this step, the test chart unitary code corresponding for test list of generation.
Wherein, can say that the name of input parameter is referred to as the suggestion content of this input parameter in list when generating test list, such as: input parameter is " name ", the attribute information of input parameter is text-type, namely can pattern as shown in Figure 3 at the test list generated.Wherein, 301 is the suggestion content testing input parameter " name " in list; 302 is the input frame that input parameter inputs; 303 for testing the submit button of list; 304 for testing the cancel button of list.
2033: test list is added default test page.
The test code generated in step 2032 is packed into the position of specifying in default test page.
2034: obtain the Debugging message that interface message is relevant, and Debugging message is added test page.
Wherein, the Debugging message that this test interface is relevant in test page, can also be comprised, as pointed out address or the routing information of the sound code file of this test interface of developer; Need the parameter of post, as: the timestamp of test; Debug; Signature contents etc.
The embodiment of the present invention also therefrom obtains the attribute information of input parameter and input parameter by obtaining interface message, attribute information according to input parameter and input parameter generates for test input parameter testing list, and generate test page, to make according to this test page test interface information according to test list.Reduce the operating process of test interface information, improve the efficiency of test.
Embodiment three
Embodiments provide a kind of method of test interface information, see Fig. 4, method flow comprises:
401: in the sound code file comprising interface message to be tested, obtain interface message.
The mode obtaining interface message is: start the test procedure for generating test page, the module of file reading is included in test procedure, developer can choose the path of the sound code file comprising interface message to be tested by this module, test procedure gets this sound code file according to this path, and parses interface message to be tested from this sound code file.
Further, the mode obtaining interface message can also be: start the test procedure for generating test page, test procedure is according to the routing information preset, from the path that this routing information is specified, obtain the sound code file of interface message to be tested, and parse interface message to be tested from this sound code file.
Wherein, in embodiments of the present invention, test procedure can be realized by the mode of webpage.In addition, the sound code file comprising interface message to be tested can comprise the file of various type of webpage, is described in embodiments of the present invention for the web page files of php type.
402: the input parameter in acquisition interface message and the attribute information of input parameter.
Wherein, the mode obtaining the attribute information of input parameter and input parameter in this step can be realized by following steps:
4021: call the regular expression docking port information including preset query condition and inquire about.
In embodiments of the present invention, can operate for the file of the file of type of webpage of the version of below php5 and other type of webpage except php, find the attribute information of input parameter in interface message and input parameter.
Querying condition in this regular expression is described for the file of php type of webpage: first, lookup method key word " function ", afterwards query function name, finally gets the input parameter in function declaration.
Further, because function name is more unified content in developer's performance history, the function name to be checked of specifying can be set in regular expression as querying condition, directly inquire about this class function, and get input parameter in the statement of the function inquired.
4022: by the attribute information of the input parameter and input parameter that meet preset query condition, be defined as the attribute information of input parameter in interface message and input parameter.
403: according to the attribute information of input parameter and input parameter, in the test page preset, generate the test list being used for test input parameter, and according to test page test interface information.
Wherein, the mode generating the test list being used for test input parameter in this step in the test page preset can be realized by following steps:
4031: in the corresponding relation of attribute information and control type, obtain the control type that the attribute information of input parameter is corresponding;
Each attribute information correspond to a control, such as: the corresponding input frame control of integer, the corresponding date control of date type etc.
4032: the control type corresponding according to the attribute information of input parameter and input parameter, generates the test list being used for test interface information.
In this step, the test chart unitary code corresponding for test list of generation.
Wherein, can say that the name of input parameter is referred to as the suggestion content of this input parameter in list when generating test list, such as: input parameter is " name ", the attribute information of input parameter is text-type, namely can pattern as shown in Figure 3 at the test list generated.Wherein, 301 is the suggestion content testing input parameter " name " in list; 302 is the input frame that input parameter inputs; 303 for testing the submit button of list; 304 for testing the cancel button of list.
4033: test list is added default test page.
The test code generated in step 4032 is packed into the position of specifying in default test page.
4034: obtain the Debugging message that interface message is relevant, and Debugging message is added test page.
Wherein, the Debugging message that this test interface is relevant in test page, can also be comprised, as pointed out address or the routing information of the sound code file of this test interface of developer; Need the parameter of post, as: the timestamp of test; Debug; Signature contents etc.
The embodiment of the present invention also therefrom obtains the attribute information of input parameter and input parameter by obtaining interface message, attribute information according to input parameter and input parameter generates for test input parameter testing list, and generate test page, to make according to this test page test interface information according to test list.Reduce the operating process of test interface information, improve the efficiency of test.
Embodiment four
Embodiments provide a kind of device of test interface information, see Fig. 5, this device comprises:
First acquisition module 501, for obtaining interface message in the sound code file comprising interface message to be tested;
Second acquisition module 502, for obtaining the attribute information of input parameter in interface message and input parameter;
Generation module 503, for the attribute information according to input parameter and input parameter, generates the test list being used for test input parameter in the test page preset;
Test module 504, for according to test page test interface information.
Wherein, the second acquisition module 502, comprising:
First call unit, resolves for calling default reflective application Program Interfaces API docking port information, extracts the input parameter of each function and the attribute information of input parameter in interface message;
First determining unit, for by the input parameter of each function and the attribute information of input parameter, is defined as the attribute information of input parameter in interface message and input parameter.
Wherein, the second acquisition module 502, comprising:
Second call unit, inquires about for calling the regular expression docking port information including preset query condition;
Second determining unit, for the attribute information of the input parameter and input parameter that will meet preset query condition, is defined as the attribute information of input parameter in interface message and input parameter.
Wherein, generation module 503, comprising:
Acquiring unit, in the corresponding relation of attribute information and control type, obtains the control type that the attribute information of input parameter is corresponding;
Generation unit, for the control type corresponding according to the attribute information of input parameter and input parameter, generates the test list being used for test interface information;
First adding device, for adding default test page by test list.
Wherein, generation module 503, also comprises:
Second adding device, for obtaining the relevant Debugging message of interface message, and adds test page by Debugging message.
The embodiment of the present invention also therefrom obtains the attribute information of input parameter and input parameter by obtaining interface message, attribute information according to input parameter and input parameter generates for test input parameter testing list, and generate test page, to make according to this test page test interface information according to test list.Reduce the operating process of test interface information, improve the efficiency of test.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
One of ordinary skill in the art will appreciate that all or part of step realizing above-described embodiment can have been come by hardware, the hardware that also can carry out instruction relevant by program completes, described program can be stored in a kind of computer-readable recording medium, the above-mentioned storage medium mentioned can be ROM (read-only memory), disk or CD etc.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. a method for test interface information, is characterized in that, described method comprises:
Described interface message is obtained in the sound code file comprising interface message to be tested;
Obtain the attribute information of input parameter in described interface message and described input parameter;
According to the attribute information of input parameter and described input parameter, in the test page preset, generating the test list for testing described input parameter, and testing described interface message according to described test page.
2. method according to claim 1, is characterized in that, the input parameter in the described interface message of described acquisition and the attribute information of described input parameter, comprising:
Call default reflective application Program Interfaces API to resolve described interface message, extract the input parameter of each function in described interface message and the attribute information of described input parameter;
By the input parameter of described each function and the attribute information of described input parameter, be defined as the attribute information of input parameter in described interface message and described input parameter.
3. method according to claim 1, is characterized in that, the input parameter in the described interface message of described acquisition and the attribute information of described input parameter, comprising:
Call the regular expression including preset query condition to inquire about described interface message;
By the attribute information of the input parameter and described input parameter that meet described preset query condition, be defined as the attribute information of input parameter in described interface message and described input parameter.
4. method according to claim 1, is characterized in that, the described attribute information according to input parameter and described input parameter, generating the test list for testing described input parameter, comprising in the test page preset:
In the corresponding relation of attribute information and control type, obtain the control type that the attribute information of described input parameter is corresponding;
The control type corresponding according to the attribute information of described input parameter and described input parameter, generates the test list for testing described interface message;
Described test list is added default test page.
5. method according to claim 4, is characterized in that, described described test list is added default test page after, described method also comprises:
Obtain the Debugging message that described interface message is relevant, and described Debugging message is added described test page.
6. a device for test interface information, is characterized in that, described device comprises:
First acquisition module, for obtaining described interface message in the sound code file comprising interface message to be tested;
Second acquisition module, for obtaining the attribute information of input parameter in described interface message and described input parameter;
Generation module, for the attribute information according to input parameter and described input parameter, generates the test list for testing described input parameter in the test page preset;
Test module, for testing described interface message according to described test page.
7. device according to claim 6, is characterized in that, described second acquisition module, comprising:
First call unit, resolving described interface message for calling default reflective application Program Interfaces API, extracting the input parameter of each function in described interface message and the attribute information of described input parameter;
First determining unit, for by the input parameter of described each function and the attribute information of described input parameter, is defined as the attribute information of input parameter in described interface message and described input parameter.
8. device according to claim 6, is characterized in that, described second acquisition module, comprising:
Second call unit, inquires about described interface message for calling the regular expression including preset query condition;
Second determining unit, for the attribute information of the input parameter and described input parameter that will meet described preset query condition, is defined as the attribute information of input parameter in described interface message and described input parameter.
9. device according to claim 6, is characterized in that, described generation module, comprising:
Acquiring unit, in the corresponding relation of attribute information and control type, obtains the control type that the attribute information of described input parameter is corresponding;
Generation unit, for the control type corresponding according to the attribute information of described input parameter and described input parameter, generates the test list for testing described interface message;
First adding device, for adding default test page by described test list.
10. device according to claim 9, is characterized in that, described generation module, also comprises:
Second adding device, for obtaining the relevant Debugging message of described interface message, and adds described test page by described Debugging message.
CN201410855362.9A 2014-12-31 2014-12-31 The method and device of test interface information Active CN104572463B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410855362.9A CN104572463B (en) 2014-12-31 2014-12-31 The method and device of test interface information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410855362.9A CN104572463B (en) 2014-12-31 2014-12-31 The method and device of test interface information

Publications (2)

Publication Number Publication Date
CN104572463A true CN104572463A (en) 2015-04-29
CN104572463B CN104572463B (en) 2018-04-03

Family

ID=53088595

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410855362.9A Active CN104572463B (en) 2014-12-31 2014-12-31 The method and device of test interface information

Country Status (1)

Country Link
CN (1) CN104572463B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105681126A (en) * 2015-12-30 2016-06-15 合一网络技术(北京)有限公司 Automatic test method and system based on protocol interface
WO2017015955A1 (en) * 2015-07-30 2017-02-02 Hewlett-Packard Development Company,L.P. Application testing
CN106708676A (en) * 2016-12-01 2017-05-24 广州酷狗计算机科技有限公司 Interface test method and apparatus
CN106874188A (en) * 2016-12-30 2017-06-20 北京五八信息技术有限公司 Software interface test approach and device
CN107562614A (en) * 2016-07-01 2018-01-09 北京京东尚科信息技术有限公司 Interface setting method, service management, service executing apparatus and its equipment
CN108241573A (en) * 2016-12-23 2018-07-03 北京国双科技有限公司 A kind of integration testing code generating method and device
CN108345527A (en) * 2017-12-29 2018-07-31 广州品唯软件有限公司 A kind of interface enters the analysis monitoring method and system of ginseng
CN108446225A (en) * 2018-03-06 2018-08-24 平安科技(深圳)有限公司 Creating device, method and the computer readable storage medium of analog interface
CN109308265A (en) * 2018-10-26 2019-02-05 广州酷狗计算机科技有限公司 The method and apparatus for generating negative testing use-case
CN109376064A (en) * 2018-09-03 2019-02-22 平安普惠企业管理有限公司 A kind of generation method and equipment of interface testing report
CN109828900A (en) * 2018-12-14 2019-05-31 深圳壹账通智能科技有限公司 Test script automatic generation method, device, electronic equipment and storage medium
CN110198247A (en) * 2018-02-26 2019-09-03 腾讯科技(深圳)有限公司 Interface test method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101576843A (en) * 2008-05-07 2009-11-11 阿里巴巴集团控股有限公司 Method and device for testing application program interface
CN102096631A (en) * 2009-12-11 2011-06-15 华为技术有限公司 Interface testing method and device
US20120095718A1 (en) * 2010-10-18 2012-04-19 Delta Electronics, Inc. Automatic testing system and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101576843A (en) * 2008-05-07 2009-11-11 阿里巴巴集团控股有限公司 Method and device for testing application program interface
CN102096631A (en) * 2009-12-11 2011-06-15 华为技术有限公司 Interface testing method and device
US20120095718A1 (en) * 2010-10-18 2012-04-19 Delta Electronics, Inc. Automatic testing system and method

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017015955A1 (en) * 2015-07-30 2017-02-02 Hewlett-Packard Development Company,L.P. Application testing
US10324829B2 (en) 2015-07-30 2019-06-18 Entit Software Llc Application testing
CN105681126A (en) * 2015-12-30 2016-06-15 合一网络技术(北京)有限公司 Automatic test method and system based on protocol interface
CN105681126B (en) * 2015-12-30 2019-07-26 合一网络技术(北京)有限公司 A kind of automated testing method and system based on protocol interface
CN107562614A (en) * 2016-07-01 2018-01-09 北京京东尚科信息技术有限公司 Interface setting method, service management, service executing apparatus and its equipment
CN106708676A (en) * 2016-12-01 2017-05-24 广州酷狗计算机科技有限公司 Interface test method and apparatus
CN106708676B (en) * 2016-12-01 2020-12-04 广州酷狗计算机科技有限公司 Interface test method and device
CN108241573B (en) * 2016-12-23 2021-06-29 北京国双科技有限公司 Integrated test code generation method and device
CN108241573A (en) * 2016-12-23 2018-07-03 北京国双科技有限公司 A kind of integration testing code generating method and device
CN106874188B (en) * 2016-12-30 2020-05-12 北京五八信息技术有限公司 Software interface testing method and device
CN106874188A (en) * 2016-12-30 2017-06-20 北京五八信息技术有限公司 Software interface test approach and device
CN108345527A (en) * 2017-12-29 2018-07-31 广州品唯软件有限公司 A kind of interface enters the analysis monitoring method and system of ginseng
CN110198247A (en) * 2018-02-26 2019-09-03 腾讯科技(深圳)有限公司 Interface test method and system
CN110198247B (en) * 2018-02-26 2022-02-18 腾讯科技(深圳)有限公司 Interface test method and system
CN108446225A (en) * 2018-03-06 2018-08-24 平安科技(深圳)有限公司 Creating device, method and the computer readable storage medium of analog interface
CN109376064A (en) * 2018-09-03 2019-02-22 平安普惠企业管理有限公司 A kind of generation method and equipment of interface testing report
CN109308265A (en) * 2018-10-26 2019-02-05 广州酷狗计算机科技有限公司 The method and apparatus for generating negative testing use-case
CN109828900A (en) * 2018-12-14 2019-05-31 深圳壹账通智能科技有限公司 Test script automatic generation method, device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN104572463B (en) 2018-04-03

Similar Documents

Publication Publication Date Title
CN104572463A (en) Method and device for testing interface information
US9348736B2 (en) System, method, and computer readable medium for universal software testing
US9424025B2 (en) Verification of backward compatibility of software components
US10761964B2 (en) Object monitoring in code debugging
WO2021017735A1 (en) Smart contract formal verification method, electronic apparatus and storage medium
US8434062B2 (en) Enhancing source code debugging and readability using visual symbols
CN106502896B (en) A kind of generation method and device of function test code
US20130290933A1 (en) Translation verification testing
KR101770292B1 (en) Computer-executable model reverse engineering method and apparatus performing the same
EP3443460B1 (en) Method, apparatus, and computer-readable medium for performing functional testing of software
CN107451112B (en) Form tool data checking method, device, terminal equipment and storage medium
WO2020019490A1 (en) Interface testing method, electronic device and storage medium
CN109446096B (en) Intelligent contract debugging method and device and storage medium thereof
US20150074045A1 (en) Business Rule Management System
US10853224B2 (en) Indexing and searching a time-travel trace for arbitrary length/arbitrary alignment values
US10830818B2 (en) Ensuring completeness of interface signal checking in functional verification
CN108052327A (en) A kind of kernel module compiling, loading method and device
CN102722438B (en) Kernel debugging method and equipment
CN112241370B (en) API interface class checking method, system and device
CN116107524B (en) Low-code application log processing method, medium, device and computing equipment
US11182272B2 (en) Application state monitoring
CN110991147B (en) Font detection method and device, electronic equipment and storage medium
CN110737642B (en) Database information analysis method, database information analysis device, computer device and storage medium
CN117354114B (en) Data service release method and system based on cloud native architecture
CN115904483A (en) Interface document generation method and device, medium and computer equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 510660 Guangzhou City, Guangzhou, Guangdong, Whampoa Avenue, No. 315, self - made 1-17

Applicant after: Guangzhou KuGou Networks Co., Ltd.

Address before: 510000 B1, building, No. 16, rhyme Road, Guangzhou, Guangdong, China 13F

Applicant before: Guangzhou KuGou Networks Co., Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant