CN101996132A - Method and device for automatically testing common object request broker architecture (CORBA) interfaces - Google Patents

Method and device for automatically testing common object request broker architecture (CORBA) interfaces Download PDF

Info

Publication number
CN101996132A
CN101996132A CN200910165677XA CN200910165677A CN101996132A CN 101996132 A CN101996132 A CN 101996132A CN 200910165677X A CN200910165677X A CN 200910165677XA CN 200910165677 A CN200910165677 A CN 200910165677A CN 101996132 A CN101996132 A CN 101996132A
Authority
CN
China
Prior art keywords
test case
test
interface
common object
object request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN200910165677XA
Other languages
Chinese (zh)
Inventor
张利锟
唐宝玉
董嘉
王磊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN200910165677XA priority Critical patent/CN101996132A/en
Publication of CN101996132A publication Critical patent/CN101996132A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method and a device for automatically testing common object request broker architecture (CORBA) interfaces. The method comprises the following steps: searching all methods in target language class, and acquiring the information of the interfaces; generating test cases; generating test-case data; calling dynamic invocation interfaces to execute the test cases, and transferring the test-case data into call requests sent from a client to a server; and recording operating response results returned from the server. The device comprises a search and acquisition module, a test case generation module, a test-case data module and a test-case execution module, wherein the test case generation module is connected with the search and acquisition module, the test-case data module is connected with the test case generation module, and the test-case execution module is connected with the test-case data module. Therefore, the test case of each interface can automatically be generated, thus the difficulty of case writing is reduced and the efficiency of case maintenance is improved; and the combination testing between the interfaces can be implemented through freely constructing a test-case set.

Description

Common Object Request Broker Architecture interface automatic test approach and device
Technical field
The present invention relates to the automatic test field, relate in particular to a kind of Common Object Request Broker Architecture (Common Object Request Broker Architecture is called for short CORBA) interface automatic test method and device.
Background technology
CORBA allows application program and other application program communication, and the both sides of communication activate the mutual of both sides respectively as client and service end by realizing Object Request Broker's (Object Request Broker is called for short ORB).Client and service end have been born supvr and succedaneum's role respectively.Gerentocratic task is to send administration order and receive the notice that the succedaneum sends; Succedaneum's task is the direct relevant management object of management, and the administration order that the receiving management person sends and to the response of supvr's return also can initiatively be given notice to the supvr when needed.
Corba interface is by IDL (Interface Definition Language) (Interface Definition Language is called for short IDL) definition, and it and the programming language that uses have nothing to do, and activates the mutual of client/server by realizing Object Request Broker.Service end is responsible for realizing the various interface of IDL definition, and client is write client code according to IDL, sends the interface interchange request to the service end object, and service end responds this request and return results is given client.Therefore, the prerequisite of test corba interface will be write client exactly, initiates the interface interchange request to service end, receives and handle the service end return results.
As shown in Figure 1, existing C ORBA interface test method.Among the figure, the 101st, the idl compiler device, the 102nd, the idl file definition unit, idl compiler device 101 is responsible for the idl file of idl file definition unit 102 is compiled as the target language class of unit 103.Class with unit 103 is deployed in the target language engineering by hand afterwards, writes the client call code and the return results of each idl file defining interface in the idl file definition unit 102 then one by one and handles code, and promptly the unit 104.Unit 103 and unit 104 have been formed the CORBA client jointly.And test case 105 often needs hand-coding, and stronger to the dependence of client.Last running client is initiated relevant interface and is called and check whether the operation result that service end returns is consistent with expection.
The shortcoming of this method of testing is: the invoke code of each interface and return results are handled code and are all wanted hand-coding, and the code compiling workload is bigger; Revise if the IDL definition is frequent, the idl compiler device will be compiled as the target language class thereupon, and be deployed in the engineering, and the client call code of corba interface needs frequent synchronously the modification; The test case of each interface mostly is hand-coding, and the efficient that generates test case is not high; Combined test between several interfaces is difficult for realizing that every kind of combination all needs hand-coding flow process code.More than these shortcomings determined that also traditional corba interface method of testing versatility is not high, client code often need customize at a certain IDL, has influenced the testing efficiency of corba interface.
Summary of the invention
Technical matters to be solved by this invention provides a kind of corba interface automatic test approach and device, to solve low etc. the problem of the complicated and corba interface testing efficiency of hand-coding interface interchange code in the prior art.
In order to solve the problems of the technologies described above, the invention provides a kind of corba interface automatic test approach, this method may further comprise the steps:
After the file of IDL (Interface Definition Language) definition is compiled as the target language class, searches for all methods in the described target language class, and obtain interface message;
According to the described interface message of obtaining, generate test case;
Obtain the input data, generate the test case data of described test case correspondence;
Call the dynamic call interface of Common Object Request Broker Architecture, carry out described test case, described test case data is converted into the call request of Common Object Request Broker Architecture client to service end; And the operation response results returned of record service end.
Described according to the described interface message of obtaining, generate test case and comprise:
According to the described interface message that gets access to, root node and each child node of constructing variable tree generate described test case.
Described test case presents on user interface graphical in the mode of described parameter tree, and test case is preserved by the XML file.
Described according to the described interface message of obtaining, generate test case; With obtain the input data, generate between the test case data of described test case correspondence and also comprise: a plurality of test cases are built into test use cases.
The described input data of obtaining generate the test case data of described test case correspondence; And between the described dynamic connecting interface that calls Common Object Request Broker Architecture, also comprise: described test use cases is decomposed into single test case.
Described input data are the leafy node inputs by described parameter tree; Perhaps described input data are to insert data by the node of the element tags correspondence in the described XML file
The present invention also provides a kind of corba interface automatic testing equipment, and this device comprises:
The search acquisition module is used for after the IDL (Interface Definition Language) defined file is compiled as the target language class, searches for all methods in the described target language class, and obtains interface message;
The test case generation module is connected with described search acquisition module, is used for the interface message obtained according to described, generates test case;
The test case data module is connected with described test case generation module, is used to obtain the input data, generates the test case data of described test case correspondence;
The test case execution module, be connected with described test case data module, be used to call the dynamic call interface of Common Object Request Broker Architecture, carry out described test case, described test case data is converted into Common Object Request Broker Architecture client calling to service end; And the operation response results returned of record service end.
Described test case presents test case in the mode of described parameter tree on user interface graphical, perhaps described test case is preserved by the XML file.
Described Common Object Request Broker Architecture interface automatic testing equipment also comprises:
The test use cases module is connected with the test case execution module with described test case generation module, is used for a plurality of test cases are built into test use cases, and described test use cases is decomposed into single test case.
Described input data are that leafy node input or the described input data set by described parameter are to insert data by the node of the element tags correspondence in the described XML file.
Therefore, the test case of each interface of the present invention can generate automatically, has reduced the difficulty of writing use-case, has improved the efficient of maintenance use case simultaneously; Combined test between interface can be realized by freely making up test use cases, improves the testing efficiency of corba interface greatly, has enriched the corba interface automated testing method.
Description of drawings
Fig. 1 is an existing C ORBA interface test method;
Fig. 2 is the process flow diagram of a kind of corba interface automatic test approach of the present invention embodiment 1;
The synoptic diagram of Fig. 3 various parameter type nodes for the present invention constructs;
Fig. 4 is the process flow diagram of a kind of corba interface automatic test approach of the present invention embodiment 2.
Embodiment
Below by drawings and Examples, the technical scheme of the embodiment of the invention is described in further detail.
As shown in Figure 2, the process flow diagram for a kind of corba interface automatic test approach of the present invention embodiment 1 may further comprise the steps:
Step 21 judges whether the file of IDL definition compiles, if, execution in step 23; If not, execution in step 22 is called the idl compiler interface that CORBA provides, and the IDL defined file is compiled as the target language class automatically; Be mapped as shape of target programmed language such as the class of XXXOperations through the idl file after the compiling, wherein XXX is an IDL interface name, has comprised the mappings in target language such as the type of IDL interface definition, unusual, attribute, operation in this Operations class.
Step 23 is searched for all methods (Method) in described target language class such as the XXXOperations class, and is obtained interface message, for example details such as input type, return parameters type, the Exception Type of dishing out; These information are frameworks of test case.
Step 24, according to the described interface message that gets access to, root node and each child node of constructing variable tree generate described test case (specifically can construct the synoptic diagram of various parameter type nodes referring to shown in Figure 3):
Step 241 makes up the root node that parameter is set, and the interface name is as the root node of tree;
Step 242 is according to each child node of input parameter structure tree.The ground floor child node is the input parameter of this interface, tree node record input parameter name and type.If input parameter is an atomic type, can directly parameter value be set at this node; If input parameter is the complicated type of IDL definition, can continue to construct one so is the subtree of root node with this complicated type, so recurrence is presented on (after promptly making up subtree, the data of this complicated type make up leafy node successively) on this subtree clearly with the data structure of this complicated type.All leafy nodes are the places that test case data is set.Complicated type as shown in Figure 3 has Sequence, union, the subtree of types such as struct, with the subtree of constructing a struct type is the process that example is told about the structure subtree, for the convenient hypothesis struct that describes is expressed as A (AType), wherein A is the name of this structure, AType is the type of this structure, this structure has two structure member a1 (type1) and a2 (type2), then the root node of the subtree of this struct type can be configured to A:AType, all members that its child node is this structure, be respectively a1:type1 and a2:type2, if type1 or type2 are atomic types, this child node is leaf node so, if type1 or type2 are the complicated types of IDL definition, then continue recurrence structure subtree.
Step 243, form such as extend markup language (ExtensibleMarkup Language is called for short XML) form that the parameter of structure is set with agreement save as the test case file of interface.
Described test case presents test case in the mode of described parameter tree on user interface graphical, and preserves by the XML file.Test case file is stored in the XML mode, and different with parameter tree is, test case file not only will be preserved input parameter information, also will preserve output parameter, return results, unusual information.The test case of each interface can generate automatically, has reduced the difficulty of writing use-case, has improved the efficient of maintenance use case simultaneously;
Step 25 is obtained the input data, generates the test case data of described test case correspondence; Described input data are the leafy node inputs by described parameter tree; Perhaps described input data are to insert graphic user interface (the Graphical User Interface that data generate by the node of the element tags correspondence in the described XML file, abbreviation GUI) node of Value label correspondence is exactly the node that allows user input data in leafy node of the parameter tree on and the XML file.Gui interface is accepted the user inputs character string and is got final product, and the character string of user input is saved in the Value label of XML file correspondence and has just generated one group of test case data.Content that can certainly hand filling XML file Value label generates test case data.Can select to save as different XML files at different test case data.
Step 26, call dynamic call interface (the DynamicInvocation Interface of Common Object Request Broker Architecture, DII), carry out described test case, described test case data is converted into the corba interface call request of CORBA client to service end; And the operation response results returned of record service end, be specially the output valve, the return results and unusual that obtain service end, call CORBA platform DII interface associative operation according to output valve, return results, Exception Type and resolve and record, form complete test record.
Adopt the present invention, the invoke code of each interface of CORBA is handled all generations automatically of code with returning, the CORBA client code need not change (this is because the IDL change only need be recompilated IDL during the frequent change of IDL definition, need not to change any code can use), also need not manually to compile IDL and be deployed in the engineering.
As shown in Figure 4, be the process flow diagram of a kind of corba interface automatic test approach of the present invention embodiment 2, present embodiment 2 is that with the difference of embodiment 1 combined test between corba interface of the present invention can be realized by freely making up test use cases.Promptly as shown in Figure 4, present embodiment also comprises between above-mentioned steps 24 and step 25: step 110 is built into test use cases with a plurality of test cases.A plurality of test cases are organized with certain test logic save as a test use cases, wherein test use cases only writes down the name of use-case, and the execution sequence of use-case can freely be adjusted as required.Be that test execution is done by unit then with the test use cases, because implementation of test cases in batches in this way, and set of uses case has often been preserved a kind of test logic, after carrying out which use-case earlier, which is carried out, so also can avoid omitting some logic, therefore being fit to very much regression test, also is a kind of extraordinary automatic test thinking simultaneously.
Continue as shown in Figure 4, present embodiment 2 also comprises between above-mentioned steps 25 and step 26: step 120 is decomposed into single test case with described test use cases.Test use cases is decomposed into single test case XML file to be carried out one by one.In step 26, concentrate the order of test case to call the DII interface that the CORBA platform provides successively then, then execution in step 26 according to test case.
The combined test that this embodiment 2 has embodied between corba interface can be realized by freely making up test use cases.Shield IDL by present embodiment 1 and embodiment 2 the inventive method and changed the extra work amount that test brings to corba interface, improved the testing efficiency of corba interface greatly, enriched the corba interface automated testing method.The invention provides a kind of general corba interface automated testing method, so long as follow the network management interface of CORBA agreement, method provided by the invention all is feasible.
Correspondingly, the invention provides a kind of Common Object Request Broker Architecture interface automatic testing equipment, comprising:
The search acquisition module is used for after the IDL (Interface Definition Language) defined file is compiled as the target language class, searches for all methods in the described target language class, and obtains interface message;
The test case generation module is connected with described search acquisition module, is used for the interface message obtained according to described, generates test case;
The test case data module is connected with described test case generation module, is used to obtain the input data, generates the test case data of described test case correspondence;
The test case execution module, be connected with described test case data module, be used to call the dynamic connecting interface of Common Object Request Broker Architecture, carry out described test case, described test case data is converted into CORBA client calling to service end; And the record operation response results returned of service end and capture server dish out unusual.
This Common Object Request Broker Architecture interface automatic testing equipment also comprises: the test use cases module, be connected with the test case execution module with described test case generation module, be used for a plurality of test cases are built into test use cases, and described test use cases is decomposed into single test case.
Described test case presents test case in the mode of described parameter tree on user interface graphical, perhaps described test case is preserved by the XML file.Described input data are that leafy node input or the described input data set by described parameter are to import by the node of the Value label correspondence in the described XML file.
Can realize two kinds of situations that the foregoing description 1 and embodiment 2 describe by Common Object Request Broker Architecture interface automatic testing equipment provided by the invention.
The present invention compiles IDL automatically, generates the client call code of each interface of IDL definition and return results automatically and handles code (this is because generate the client call code automatically according to the information in the test case when carrying out; The processing of return results is in the implementation aftertreatment), generate test case automatically, the execution order of tested tissue use-case also makes up test use cases, the operation response results that implementation of test cases collection record service end is returned.
Should be noted that at last, above embodiment is only unrestricted in order to technical scheme of the present invention to be described, although the present invention is had been described in detail with reference to preferred embodiment, those of ordinary skill in the art is to be understood that, can make amendment, change the present invention or be equal to replacement, and not break away from the spirit and scope of the present invention and claim.

Claims (10)

1. a Common Object Request Broker Architecture interface automatic test approach is characterized in that, comprising:
After the file of IDL (Interface Definition Language) definition is compiled as the target language class, searches for all methods in the described target language class, and obtain interface message;
According to the described interface message of obtaining, generate test case;
Obtain the input data, generate the test case data of described test case correspondence;
Call the dynamic call interface of Common Object Request Broker Architecture, carry out described test case, described test case data is converted into the call request of Common Object Request Broker Architecture client to service end; And the operation response results returned of record service end.
2. Common Object Request Broker Architecture interface automatic test approach as claimed in claim 1 is characterized in that, and is described according to the described interface message of obtaining, and generates test case and comprises:
According to the described interface message that gets access to, root node and each child node of constructing variable tree generate described test case.
3. Common Object Request Broker Architecture interface automatic test approach as claimed in claim 2 is characterized in that, described test case presents on user interface graphical in the mode of described parameter tree, and test case is preserved by the XML file.
4. Common Object Request Broker Architecture interface automatic test approach as claimed in claim 1 is characterized in that, and is described according to the described interface message of obtaining, and generates test case; With obtain the input data, generate between the test case data of described test case correspondence and also comprise:
A plurality of test cases are built into test use cases.
5. Common Object Request Broker Architecture interface automatic test approach as claimed in claim 4 is characterized in that, the described input data of obtaining generate the test case data of described test case correspondence; And between the described dynamic connecting interface that calls Common Object Request Broker Architecture, also comprise:
Described test use cases is decomposed into single test case.
6. Common Object Request Broker Architecture interface automatic test approach as claimed in claim 3 is characterized in that, described input data are the leafy node inputs by described parameter tree; Perhaps described input data are to insert data by the node of the element tags correspondence in the described XML file
7. a Common Object Request Broker Architecture interface automatic testing equipment is characterized in that, comprising:
The search acquisition module is used for after the IDL (Interface Definition Language) defined file is compiled as the target language class, searches for all methods in the described target language class, and obtains interface message;
The test case generation module is connected with described search acquisition module, is used for the interface message obtained according to described, generates test case;
The test case data module is connected with described test case generation module, is used to obtain the input data, generates the test case data of described test case correspondence;
The test case execution module, be connected with described test case data module, be used to call the dynamic call interface of Common Object Request Broker Architecture, carry out described test case, described test case data is converted into the call request of Common Object Request Broker Architecture client to service end; And the operation response results returned of record service end.
8. Common Object Request Broker Architecture interface automatic testing equipment as claimed in claim 7, it is characterized in that, described test case presents test case in the mode of described parameter tree on user interface graphical, perhaps described test case is preserved by the XML file.
9. Common Object Request Broker Architecture interface automatic testing equipment as claimed in claim 8 is characterized in that, also comprises:
The test use cases module is connected with the test case execution module with described test case generation module, is used for a plurality of test cases are built into test use cases, and described test use cases is decomposed into single test case.
10. Common Object Request Broker Architecture interface automatic test approach as claimed in claim 9, it is characterized in that described input data are that leafy node input or the described input data set by described parameter are to insert data by the node of the element tags correspondence in the described XML file.
CN200910165677XA 2009-08-14 2009-08-14 Method and device for automatically testing common object request broker architecture (CORBA) interfaces Pending CN101996132A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910165677XA CN101996132A (en) 2009-08-14 2009-08-14 Method and device for automatically testing common object request broker architecture (CORBA) interfaces

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910165677XA CN101996132A (en) 2009-08-14 2009-08-14 Method and device for automatically testing common object request broker architecture (CORBA) interfaces

Publications (1)

Publication Number Publication Date
CN101996132A true CN101996132A (en) 2011-03-30

Family

ID=43786308

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910165677XA Pending CN101996132A (en) 2009-08-14 2009-08-14 Method and device for automatically testing common object request broker architecture (CORBA) interfaces

Country Status (1)

Country Link
CN (1) CN101996132A (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799529A (en) * 2012-07-13 2012-11-28 北京航空航天大学 Generation method of dynamic binary code test case
CN102841841A (en) * 2011-06-20 2012-12-26 阿里巴巴集团控股有限公司 Method and system for processing assertion in test
CN102841844A (en) * 2012-07-13 2012-12-26 北京航空航天大学 Method for binary code vulnerability discovery on basis of simple symbolic execution
CN103631783A (en) * 2012-08-21 2014-03-12 百度在线网络技术(北京)有限公司 Method and system for generating front end page
CN104615534A (en) * 2015-01-28 2015-05-13 广州酷狗计算机科技有限公司 Interface test method and device
CN104850476A (en) * 2015-06-03 2015-08-19 东方网力科技股份有限公司 Cross-platform interface automated testing method and cross-platform interface automated testing system
CN105117344A (en) * 2015-09-19 2015-12-02 北京暴风科技股份有限公司 Interface integration test method and system based on PB
CN105373469A (en) * 2014-08-25 2016-03-02 广东金赋信息科技有限公司 Interface based software automation test method
CN106407061A (en) * 2015-07-27 2017-02-15 中兴通讯股份有限公司 Northbound interface testing device and northbound interface testing method
CN106874176A (en) * 2015-12-14 2017-06-20 阿里巴巴集团控股有限公司 Intelligent test method and device
CN107239392A (en) * 2016-03-29 2017-10-10 腾讯科技(深圳)有限公司 A kind of method of testing, device and terminal
CN107301122A (en) * 2017-05-10 2017-10-27 深圳市小牛在线互联网信息咨询有限公司 interface test method, device, storage medium and computer equipment
CN107480053A (en) * 2017-07-21 2017-12-15 杭州销冠网络科技有限公司 A kind of Software Test Data Generation Method and device
CN107741911A (en) * 2017-11-01 2018-02-27 广州爱九游信息技术有限公司 Interface test method, device, client and computer-readable recording medium
CN108415832A (en) * 2018-02-07 2018-08-17 平安科技(深圳)有限公司 Automatic interface testing method, device, equipment and storage medium
CN108600034A (en) * 2018-05-28 2018-09-28 腾讯科技(深圳)有限公司 Traffic pressure management method, device, equipment, system and storage medium
CN109614329A (en) * 2018-12-06 2019-04-12 中国航空工业集团公司洛阳电光设备研究所 A kind of software test case auxiliary design method based on Interface Control File
CN109634832A (en) * 2017-10-09 2019-04-16 阿里巴巴集团控股有限公司 Application testing method and system
CN110865941A (en) * 2019-11-11 2020-03-06 中信百信银行股份有限公司 Interface test case generation method, device and system
CN111324526A (en) * 2018-12-14 2020-06-23 北京金山云网络技术有限公司 Interface test system, method and server
CN113454551A (en) * 2019-02-18 2021-09-28 西门子股份公司 Automated code generator for interoperability between industrial ecosystems

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102841841A (en) * 2011-06-20 2012-12-26 阿里巴巴集团控股有限公司 Method and system for processing assertion in test
CN102841841B (en) * 2011-06-20 2016-06-01 阿里巴巴集团控股有限公司 A kind of test asserts processing method and system
CN102799529B (en) * 2012-07-13 2015-11-25 北京航空航天大学 A kind of dynamic binary code method for generating test case
CN102841844A (en) * 2012-07-13 2012-12-26 北京航空航天大学 Method for binary code vulnerability discovery on basis of simple symbolic execution
CN102841844B (en) * 2012-07-13 2015-12-16 北京航空航天大学 A kind of binary code bug excavation method based on simple and easy semiology analysis
CN102799529A (en) * 2012-07-13 2012-11-28 北京航空航天大学 Generation method of dynamic binary code test case
CN103631783A (en) * 2012-08-21 2014-03-12 百度在线网络技术(北京)有限公司 Method and system for generating front end page
CN103631783B (en) * 2012-08-21 2018-09-04 百度在线网络技术(北京)有限公司 A kind of generation method and system of front end page
CN105373469A (en) * 2014-08-25 2016-03-02 广东金赋信息科技有限公司 Interface based software automation test method
CN105373469B (en) * 2014-08-25 2018-09-04 广东金赋科技股份有限公司 A kind of software automated testing system and method based on interface
CN104615534A (en) * 2015-01-28 2015-05-13 广州酷狗计算机科技有限公司 Interface test method and device
CN104615534B (en) * 2015-01-28 2017-08-01 广州酷狗计算机科技有限公司 interface test method and device
CN104850476A (en) * 2015-06-03 2015-08-19 东方网力科技股份有限公司 Cross-platform interface automated testing method and cross-platform interface automated testing system
CN106407061A (en) * 2015-07-27 2017-02-15 中兴通讯股份有限公司 Northbound interface testing device and northbound interface testing method
CN105117344A (en) * 2015-09-19 2015-12-02 北京暴风科技股份有限公司 Interface integration test method and system based on PB
CN105117344B (en) * 2015-09-19 2017-12-08 暴风集团股份有限公司 A kind of Interface integration method of testing and system based on PB
CN106874176A (en) * 2015-12-14 2017-06-20 阿里巴巴集团控股有限公司 Intelligent test method and device
CN107239392A (en) * 2016-03-29 2017-10-10 腾讯科技(深圳)有限公司 A kind of method of testing, device and terminal
CN107301122A (en) * 2017-05-10 2017-10-27 深圳市小牛在线互联网信息咨询有限公司 interface test method, device, storage medium and computer equipment
CN107480053A (en) * 2017-07-21 2017-12-15 杭州销冠网络科技有限公司 A kind of Software Test Data Generation Method and device
CN109634832A (en) * 2017-10-09 2019-04-16 阿里巴巴集团控股有限公司 Application testing method and system
CN109634832B (en) * 2017-10-09 2022-04-08 阿里巴巴集团控股有限公司 Application testing method and system
CN107741911A (en) * 2017-11-01 2018-02-27 广州爱九游信息技术有限公司 Interface test method, device, client and computer-readable recording medium
CN108415832A (en) * 2018-02-07 2018-08-17 平安科技(深圳)有限公司 Automatic interface testing method, device, equipment and storage medium
CN108600034B (en) * 2018-05-28 2020-07-03 腾讯科技(深圳)有限公司 Service pressure management method, device, equipment, system and storage medium
CN108600034A (en) * 2018-05-28 2018-09-28 腾讯科技(深圳)有限公司 Traffic pressure management method, device, equipment, system and storage medium
CN109614329A (en) * 2018-12-06 2019-04-12 中国航空工业集团公司洛阳电光设备研究所 A kind of software test case auxiliary design method based on Interface Control File
CN111324526A (en) * 2018-12-14 2020-06-23 北京金山云网络技术有限公司 Interface test system, method and server
CN111324526B (en) * 2018-12-14 2024-04-26 北京金山云网络技术有限公司 Interface test system, method and server
CN113454551A (en) * 2019-02-18 2021-09-28 西门子股份公司 Automated code generator for interoperability between industrial ecosystems
CN110865941A (en) * 2019-11-11 2020-03-06 中信百信银行股份有限公司 Interface test case generation method, device and system

Similar Documents

Publication Publication Date Title
CN101996132A (en) Method and device for automatically testing common object request broker architecture (CORBA) interfaces
CN106227605B (en) A kind of the dynamic micro services expansion method and device of multilingual cloud compiling
CN106250199B (en) A kind of the dynamic micro services call method and device of multilingual cloud compiling
US6769124B1 (en) Persistent storage of information objects
CN101311903A (en) Method and device for reusing component of software system based on component
CN104156313A (en) Method for automatically generating Web service testing case
CN101162428A (en) Method for acquiring and converting the state of component in the time of operation during software dynamic evolvement
CN106326099B (en) A kind of method, apparatus and electronic equipment for program tracking
US7640238B2 (en) Query planning for execution using conditional operators
CN102779044B (en) The dissection process system of expression formula and analyzing and processing method
CN101795206A (en) Method and device for realizing SNMP agent on distributed equipment
CN109933331A (en) Data transfer device and associated component between a kind of client-server
CN105446819B (en) A kind of service connection system and its design method
CN115469941A (en) Automatic configuration processing method and system for wind control index calculation development based on FlinkSQL
CN100478879C (en) Method for service logic mapping onto applied language discribed by XML language
US20060085400A1 (en) Data access layer design and code generation
US7127721B2 (en) Core object model for network management configuration applications in telecommunication systems
CN109116828A (en) Model code configuration method and device in a kind of controller
Davydova et al. Mining hybrid UML models from event logs of SOA systems
Lohmann A feature-complete Petri net semantics for WS-BPEL 2.0 and its compiler BPEL2oWFN
CN104391845A (en) Method and device for generating database scripts
Südholt A model of components with non-regular protocols
Arcelli et al. Elemental design patterns recognition in java
CN109614320A (en) A kind of method and terminal detecting code interface accuracy
US8484624B1 (en) Test integration tool

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20110330