CN105573903A - Automatic test method, automatic test device, automatic test system and access proxy - Google Patents

Automatic test method, automatic test device, automatic test system and access proxy Download PDF

Info

Publication number
CN105573903A
CN105573903A CN201410534465.5A CN201410534465A CN105573903A CN 105573903 A CN105573903 A CN 105573903A CN 201410534465 A CN201410534465 A CN 201410534465A CN 105573903 A CN105573903 A CN 105573903A
Authority
CN
China
Prior art keywords
measurand
testing tool
request
language
access agent
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.)
Withdrawn
Application number
CN201410534465.5A
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 CN201410534465.5A priority Critical patent/CN105573903A/en
Publication of CN105573903A publication Critical patent/CN105573903A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention provides an automatic test method, an automatic test device, an automatic test system and an access proxy, and relates to the technical field of communication. The automatic test method, the automatic test device, the automatic test system and the access proxy are used for solving the problems of complicated test program and low efficiency of cross-language software automatic test in the prior art. The method comprises the following steps that the access proxy based on the host languages of tested objects is provided, wherein the access proxy is used for being communicated with various test tools by a uniform interface, and is simultaneously used for being communicated with the tested objects with different host languages through different ports; the host languages of the tested objects are different from the languages supported by various kinds of test tools; and the various kinds of test tools are used for testing the tested objects through the access proxy.

Description

A kind of automated testing method, device, system and access agent
Technical field
The present invention relates to communication technical field, particularly relate to a kind of automated testing method, device, system and access agent.
Background technology
In automatic test, tester needs to select a kind of host language to write automatic test program, tests software systems.Tested software systems if adopt difference and automatic test program host language to design, are then developed automatic test program and can only be changed host language, or utilize the external interface of host language to realize accessing across language.
These two kinds of methods have its weak point.Changing automatic test program host language needs automatic test application developer to learn new programming language, and all test procedure all needs to rearrange to write, and causes testing cost to increase.This Method compare is applicable to writing unit testing, and for integration testing and system testing such complexity test, tester uses the mode across language access mostly, as tester uses python language development automatic test program, tested software systems c language development, and provide tcl language interface for user.Tester should test macro inside c language realize functions of modules, test external tcl language interface again, at this moment the expanding packet of python language is used to access c language interface and tcl language interface respectively with regard to needing, but some language only provide the direct dispatch interface to a kind of language, and can not realize multilingual direct scheduling.Such as, java language only provides by JNI mode calling c language, at this moment needs to call C language by JNI to the access of the language such as tcl, then calls tcl language indirectly by C language.As can be seen here, in prior art, for the software automatic test across language, test procedure very complicated, inefficiency.
Summary of the invention
The technical problem to be solved in the present invention is to provide a kind of automated testing method, device, system and access agent, in order to solve the software automatic test across language in prior art, and test procedure very complicated, the problem of inefficiency.
On the one hand, the invention provides a kind of automated testing method, comprise: provide the access agent based on measurand host language, described access agent is used for communicating with various testing tool with unified interface, simultaneously for being communicated by the measurand of different ports with different hosts language; Described measurand host language is different from the language that described various testing tool is supported; Described various testing tool is tested described measurand by described access agent.
Optionally, described unified interface comprises sockettcp or socketudp interface.
Optionally, described various testing tool to be tested described measurand by described access agent and is specifically comprised: described access agent receives the test request of described various testing tool by unified interface; Described access agent, according to described test request, is tested the measurand of corresponding port.
Optionally, described test request comprises: the request of connecting, call function request, allocating object request, at least one disconnected in request.
Optionally, the response process of described access agent to described allocating object request comprises: described access agent sets up tested object according to the new Object request of described testing tool; The function of described access agent tested object according to the allocating object request call of described testing tool; Described access agent deletes described tested object according to the deleting object request of described testing tool.
On the other hand, the invention provides a kind of automatic test device, comprise: providing unit, for providing the access agent based on measurand host language, described access agent is used for communicating with various testing tool with unified interface, simultaneously for being communicated by the measurand of different ports with different hosts language; Described measurand host language is different from the language that described various testing tool is supported; Test cell, is tested described measurand by described access agent for making described various testing tool.
On the other hand, the invention provides a kind of access agent, comprising: receiving element, for being received the test request of described various testing tool by unified interface; Test cell, for according to described test request, tests the measurand of corresponding port.
Optionally, described test request comprises: the request of connecting, call function request, allocating object request, at least one disconnected in request.
Optionally, described test cell specifically for: tested object is set up in the new Object request according to described testing tool; The function of tested object according to the allocating object request call of described testing tool; Described tested object is deleted in deleting object request according to described testing tool.
On the other hand, the invention provides a kind of automatization test system, comprising: measurand and testing tool, described measurand host language is different from the language that described testing tool is supported; Be provided with the access agent based on measurand host language in described measurand, described access agent is used for communicating with various testing tool with unified interface, simultaneously for being communicated by the measurand of different ports with different hosts language; Described testing tool, for testing described measurand by described access agent.
The automated testing method that the embodiment of the present invention provides, device, system and access agent, when the language that testing tool is supported is different from the host language that measurand exploitation uses, one can be provided based on host language access agent, this access agent can communicate with various testing tool with unified interface, the measurand that simultaneously can be realized by different network-side slogans and different hosts language is communicated, like this, the testing tool of various language compilation can both carry out automatic test by this access agent to the measurand that different hosts language realizes, thus the software automatic test be very easy to across language, effectively improve Efficiency of Software Testing.
Accompanying drawing explanation
Fig. 1 is a kind of process flow diagram of the automated testing method that the embodiment of the present invention provides;
Fig. 2 uses host language access agent to realize a kind of schematic diagram of accessing across language in the preferred embodiment of the present invention;
Fig. 3 is a kind of schematic diagram of accessing host language function performance in the preferred embodiment of the present invention;
Fig. 4 is a kind of schematic diagram of accessing object in host language in the preferred embodiment of the present invention;
Fig. 5 is a kind of structural representation of the automatic test device that the embodiment of the present invention provides;
Fig. 6 is a kind of structural representation of the access agent that the embodiment of the present invention provides;
Fig. 7 is a kind of detailed maps that in the embodiment of the present invention, distinct device accessed by testing tool across language.
Embodiment
Below in conjunction with accompanying drawing, the present invention is described in detail.Should be appreciated that specific embodiment described herein only in order to explain the present invention, do not limit the present invention.
As shown in Figure 1, embodiments of the invention provide a kind of automated testing method, comprising:
S11, provides the access agent based on measurand host language, and described access agent is used for communicating with various testing tool with unified interface, simultaneously for being communicated by the measurand of different ports with different hosts language; Described measurand host language is different from the language that described various testing tool is supported;
S12, described various testing tool is tested described measurand by described access agent.
The automated testing method that the embodiment of the present invention provides, when the programming language that testing tool is supported is different from the host language that measurand exploitation uses, an access agent realized with measurand host language can be provided, this access agent can communicate with various testing tool with unified interface, can distinguish by different network-side slogans the measurand communication that different hosts language is realized simultaneously, like this, the testing tool of various language compilation can both carry out automatic test by this access agent to the measurand of different hosts language, thus the software automatic test be very easy to across language, effectively improve Efficiency of Software Testing.
In the present embodiment, agency service program provides a unified network communication interface for various testing tool, distinguish the agency service of different measurand host language with different network-side slogans simultaneously, the unified interface command of testing tool passes through agency service, the measurand that test different hosts language realizes, thus achieve testing tool the function that different language realizes is carried out across language testing.
Optionally, the access agent provided in step S11 can be the access proxy process of this language with the host language exploitation realizing measurand, the test procedure process of testing tool can be passed through this HLAP (hostlanguageaccessproxy, host language access agent) and realize accessing across language.As shown in Figure 2, HLAP defines the access interface of standard, as sockettcp or udp interface, can resolve the request of access that various test procedure sends, and call the test interface of measurand.The measurand of often kind of language can realize a HLAP for the access of other language with this language, unrestricted during to ensure to test measurand.
It should be noted that, because access agent only need realize little agent functionality, as long as the test interface of measurand can be called, without the need to going deep into system under test (SUT), thus HLAP can be made to accomplish towards specific language but without the need to towards specific system, ensure that HLAP has certain versatility.
Specifically, HLAP uses sockettcp or udp mode to provide access path for external test programs, the measurand of different hosts language is then divided with different network-side slogan phase regions, and the measurand of often kind of host language is all connected with access agent by an independent network port.The HLAP being arranged on measurand can as socket service end, and for the multiple testing tool in outside provides subtest service, and multiple external test tools as socket client, can send request of access to HLAP.
Optionally, external test programs can visit HLAP by unified interface, and this interface can be the software instruction of request command form, can comprise the operation that three class methods have come connection to Agent, request and closedown.
Methodological function is as follows respectively:
Open: set up and be connected with tcp or udp of Agent.
Require: send the operation requests such as call function or object.
Close: disconnect and being connected with tcp or udp of Agent.
Optionally, in step S12, described various testing tool to be tested described measurand by described access agent and is specifically comprised:
Described access agent receives the test request of described various testing tool by unified interface;
Described access agent, according to described test request, is tested the measurand of corresponding port.
Optionally, external test programs can submit various test request to HLAP, as the request of connecting, call function request, allocating object request, disconnects request etc.Such as, in one embodiment of the invention, after external program (i.e. testing tool) and Agent (i.e. access agent) set up tcp link, instruction request HLAP can be sent to Agent and dispatch the function of specifying, HLAP completes function call by the test interface of accessing measurand, and the result of scheduling is returned to external program, thus complete corresponding test.Preferably, HLAP can in the mode of multithreading, and the multiple external program of behavior provides access services, thus the perfect further automatic test of software.Its specific works flow process can be as shown in Figure 3.
As shown in Figure 3, specifically can comprise the steps:
Step one: external test programs accesses HLAP as tcp client by specifying tcp port numbers;
Step 2: HLAP receives tcp connection request, the successful connection of the latecomer message that accepts request notice external test programs, and external test programs opens an agency service thread waits process function call request for this reason;
Step 3: external test programs sends certain power function that message request calls system under test (SUT);
Step 4: HLAP parses the function name and parameter called and performs this function after receiving request, the execution result of function returns to external test programs by message;
External test programs can perform step 3 and step 4 repeatedly, to carry out full test to measurand;
Step 5: be completed, external test programs is sent out and is disconnected tcp or udp connection request, closes tcp or udp and connect and terminate to connect the agency service thread of unlatching for this reason after HLAP receives request.
Use method above, test procedure can access the system under test (SUT) that multiple host language realizes simultaneously, and not by the restriction across language scheduling, HLAP can meet concurrent scheduling request by multithreading, test procedure can not increase the expense across language access.
In the present embodiment, in step 3 and step 4, the implementation method that HLAP calls system under test (SUT) function performance can carry out specific implementation according to the host language feature of system under test (SUT) self.Embodiments of the invention do not limit this.
Optionally, if the host language of HLAP agency has reflex mechanism, then HLAP can pass through the direct call function of reflex mechanism.As the language such as java, python both provide reflex mechanism, so HLAP is when carrying out function call to system under test (SUT), directly can carry out measure for fulfill by character strings such as input function names and call.
But in the system under test (SUT) that the programming languages etc. such as c language, c++ do not have the language of reflex mechanism to realize, Agent needs calling of measure for fulfill by the mapping table setting up function name function pointer.
Further, in order to adapt with OO programming, in some embodiments of the invention, HLAP can also call the object in system under test (SUT).It should be noted that, object reference function calls difference, and object reference can not directly use, but needs HLAP first to set up such object.Specifically, the response process of described access agent to described allocating object request can comprise:
Described access agent sets up tested object according to the new Object request of described testing tool;
The function of described access agent tested object according to the allocating object request call of described testing tool;
Described access agent deletes described tested object according to the deleting object request of described testing tool.
That is, scheduler object is different from scheduling function, need to send multiple request and just can complete calling of an object, and HLAP will retain this object before external test programs deleting object, for the function of external test programs repeatedly allocating object.
Illustrate, in one embodiment of the invention, the specific works flow process of HLAP to the object reference of measurand can as shown in Figure 4, comprise the steps:
Whether step one: external test programs sends new Object request to HLAP, and Agent parses the unique identifying number ID of new Object after receiving request, retrieve ID in the mapping table and exist, if existed, directly replys external program object and be successfully established.If there is no then new Object also inserts the map record of ID and object in the mapping table.
Step 2: external test programs sends the request of allocating object method, HLAP parses ID and object method and parameter after receiving request, then from mapping table, find object instance according to ID, then the method for allocating object, and execution result is returned to external program.
Step 3: external test programs sends deleting object request, after HLAP receives request, deletes the record in mapping table according to the ID parsed, and deleting object.
The automated testing method that the embodiment of the present invention provides, writing in automatic test program, tester only needs to use a kind of language, the function performance module that just can realize multiple host language realizes is called, and the exploitation of test procedure does not limit by the host language interface of tested software.Thus solve the difficult problem of test procedure across language scheduling measurand function.
Accordingly, as shown in Figure 5, the present invention also provides a kind of automatic test device 2, comprising:
Providing unit 20, for providing the access agent based on measurand host language, described access agent is used for communicating with various testing tool with unified interface, simultaneously for being communicated by the measurand of different ports with different hosts language; Described measurand host language is different from the language that described various testing tool is supported;
Test cell 22, is tested described measurand by described access agent for making described various testing tool.
The automatic test device 2 that the embodiment of the present invention provides, when the language that testing tool is supported is different from the host language that measurand exploitation uses, providing unit 20 can provide an access agent realized with measurand host language, this access agent can communicate with various testing tool with Unified Communication interface, can be communicated with the measurand of different hosts language by different network-side slogans simultaneously, like this, when testing tool is tested measurand, test cell 22 makes the testing tool of various language compilation can both carry out automatic test by this access agent to the measurand that different hosts language realizes, thus the software automatic test be very easy to across language, effectively improve Efficiency of Software Testing.
The embodiment of the present invention provides the detailed operation method of automatic test device to be described in detail above, repeats no more herein.
Accordingly, as shown in Figure 6, the present invention also provides a kind of access agent 3, comprising:
Receiving element 30, for receiving the test request of described various testing tool by unified interface;
Port test unit 32, for according to described test request, tests the measurand of corresponding port.
The access agent 3 that the embodiment of the present invention provides, when the language that testing tool is supported is different from the host language that measurand exploitation uses, receiving element 30 can receive the test request of described various testing tool with unified interface, the unit of port test simultaneously 32 can be communicated by the measurand of different ports with different hosts language, like this, the testing tool of various language compilation can both carry out automatic test by this access agent to the measurand of different hosts language, thus the software automatic test be very easy to across language, effectively improve Efficiency of Software Testing.
Concrete, port test unit 32, can be used for resolving according to the port information schedule information of carrying in described test request, and the trial function that scheduling measurand host language realizes or tested object method, test the measurand of corresponding port.
Optionally, described test request comprises: the request of connecting, call function request, allocating object request, at least one disconnected in request.
Specifically, port test unit 32 specifically for:
Tested object is set up in new Object request according to described testing tool;
The function of tested object according to the allocating object request call of described testing tool;
Described tested object is deleted in deleting object request according to described testing tool.
Accordingly, embodiments of the invention also provide a kind of automatization test system, comprising: measurand and testing tool, and described measurand host language is different from the language that described testing tool is supported; Be provided with the access agent based on measurand host language in described measurand, described access agent is used for communicating with various testing tool with unified interface, simultaneously for being communicated by the measurand of different ports with different hosts language; Described testing tool, for testing described measurand by described access agent.
Below by specific embodiment, automated testing method provided by the invention, device, system and access agent are described in detail.
As shown in Figure 7, in actual applications, microwave equipment and network tester need to work simultaneously, therefore, in order to test accurately the microwave equipment under duty and network tester, need to use testing tool access simultaneously these two kinds of equipment and test.So, equipment under test is microwave equipment and network tester, and testing tool can be one or more corresponding equipment.In the present embodiment, testing tool adopts java language to realize.The python Language-Driven storehouse that microwave equipment is developed by tester drives access, and network testing instrument TestCenter provides tcl Language-Driven storehouse to drive by supplier.
Concrete, testing tool can be made to realize the interface of access HLAP service end as TCP client.Then the HLAP service of python language is realized respectively, the HLAP service of tcp service port number 8081, python language, tcp service port number 8082.Use unified character string message communication between testing tool and HLAP, character string type of message is as shown in table 1, is realized the unified interface of testing tool and HLAP by the message in table 1.
Table 1 messaging list
Type of message Content
Connect Request connects HLAP
Disconnect Disconnect the connection request with HLAP
CallFunction Request HLAP call function function
NewObject Request HLAP new Object
CallObjectMethod The method of request HLAP allocating object
DeleteObject Request HLAP deleting object
Ack Response message
Wherein, tcp serve port be 8081 for tcl language Agent, tcp serve port be 8082 be python language Agent.Testing tool is by the method for the standard interface of access HLAP, and realize the access of testing tool to python and tcl language, concrete steps are as follows:
Steps A: the HLAP service starting python and tcl language respectively.
Step B: testing tool sends Connect message to 8081 ports, request connects the HLAP of python;
Step C: after testing tool receives the successful Ack response message of Connect message, sends CallFunction message call python function request access microwave equipment, arranges microwave equipment.
Step D: testing tool receives the Ack response message of CallFunction message, obtains the result calling python function.
Step e: testing tool sends Connect message to 8082 ports, request connects the HLAP of tcl;
Step F: after testing tool receives the successful Ack response message of Connect message, sends NewObject message, request instantiation object, and object type and object number ID specify in NewObject message;
The HLAP of step G:tcl receives NewObject message, and first whether check object ID is in instantiation, if do not had, the object of specified type in instantiation NewObject message, then notifies testing tool examples of many successful object;
Step H: testing tool sends the method for CallObjectMethod message call object ID;
Step I: testing tool receives the Ack response message of CallObjectMethod message, obtains the result of allocating object ID method;
Step J: testing tool sends DeleteObject message request deleting object ID;
The HLAP deleting object ID of step K: tcl;
Step L: after testing tool completes test, the HLAP respectively to tcl and python sends Disconnect message, disconnects the connection with tcp port 8081 and 8082.
Although be example object, disclose the preferred embodiments of the present invention, it is also possible for those skilled in the art will recognize various improvement, increase and replacement, and therefore, scope of the present invention should be not limited to above-described embodiment.

Claims (10)

1. an automated testing method, is characterized in that, comprising:
There is provided the access agent based on measurand host language, described access agent is used for communicating with various testing tool with unified interface, simultaneously for being communicated by the measurand of different ports with different hosts language; Described measurand host language is different from the language that described various testing tool is supported;
Described various testing tool is tested described measurand by described access agent.
2. method according to claim 1, is characterized in that, described unified interface comprises sockettcp or socketudp interface.
3. method according to claim 1, is characterized in that, described various testing tool to be tested described measurand by described access agent and specifically comprised:
Described access agent receives the test request of described various testing tool by unified interface;
Described access agent, according to described test request, is tested the measurand of corresponding port.
4. method according to claim 3, is characterized in that, described test request comprises: the request of connecting, call function request, allocating object request, at least one disconnected in request.
5. method according to claim 4, is characterized in that, the response process of described access agent to described allocating object request comprises:
Described access agent sets up tested object according to the new Object request of described testing tool;
The function of described access agent tested object according to the allocating object request call of described testing tool;
Described access agent deletes described tested object according to the deleting object request of described testing tool.
6. an automatic test device, is characterized in that, comprising:
Providing unit, for providing the access agent based on measurand host language, described access agent is used for communicating with various testing tool with unified interface, simultaneously for being communicated by the measurand of different ports with different hosts language; Described measurand host language is different from the language that described various testing tool is supported;
Test cell, is tested described measurand by described access agent for making described various testing tool.
7. an access agent, is characterized in that, comprising:
Receiving element, for receiving the test request of described various testing tool by unified interface;
Test cell, for according to described test request, tests the measurand of corresponding port.
8. access agent according to claim 7, is characterized in that, described test request comprises: the request of connecting, call function request, allocating object request, at least one disconnected in request.
9. access agent according to claim 8, is characterized in that, described test cell specifically for:
Tested object is set up in new Object request according to described testing tool;
The function of tested object according to the allocating object request call of described testing tool;
Described tested object is deleted in deleting object request according to described testing tool.
10. an automatization test system, is characterized in that, comprising: measurand and testing tool, and described measurand host language is different from the language that described testing tool is supported;
Be provided with the access agent based on measurand host language in described measurand, described access agent is used for communicating with various testing tool with unified interface, simultaneously for being communicated by the measurand of different ports with different hosts language;
Described testing tool, for testing described measurand by described access agent.
CN201410534465.5A 2014-10-11 2014-10-11 Automatic test method, automatic test device, automatic test system and access proxy Withdrawn CN105573903A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410534465.5A CN105573903A (en) 2014-10-11 2014-10-11 Automatic test method, automatic test device, automatic test system and access proxy

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410534465.5A CN105573903A (en) 2014-10-11 2014-10-11 Automatic test method, automatic test device, automatic test system and access proxy

Publications (1)

Publication Number Publication Date
CN105573903A true CN105573903A (en) 2016-05-11

Family

ID=55884069

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410534465.5A Withdrawn CN105573903A (en) 2014-10-11 2014-10-11 Automatic test method, automatic test device, automatic test system and access proxy

Country Status (1)

Country Link
CN (1) CN105573903A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106371988A (en) * 2016-08-22 2017-02-01 浪潮(北京)电子信息产业有限公司 Automatic interface test method and device
CN106844062A (en) * 2016-12-23 2017-06-13 华南师范大学 It is a kind of to realize the communication means that real time bidirectional is assisted in C++ and Python intermodules

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050034104A1 (en) * 2003-02-26 2005-02-10 Bea Systems, Inc. Method for multi-language debugging
CN1983990A (en) * 2006-05-11 2007-06-20 华为技术有限公司 Parallel testing method and system
CN101212362A (en) * 2006-12-26 2008-07-02 中兴通讯股份有限公司 Automatic testing device and method incorporating a variety of testing tools
CN101401075A (en) * 2006-11-17 2009-04-01 深圳市领测科技有限公司 Mapping method in the program testing system and program testing system
CN101800680A (en) * 2010-03-05 2010-08-11 中兴通讯股份有限公司 Test device and test method of telecommunication system
CN102479130A (en) * 2010-11-25 2012-05-30 上海宇芯科技有限公司 Method for checking cross-platform and cross-language single-chip system
CN103023708A (en) * 2011-09-20 2013-04-03 腾讯科技(深圳)有限公司 Method and system for testing communication protocol interface

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050034104A1 (en) * 2003-02-26 2005-02-10 Bea Systems, Inc. Method for multi-language debugging
CN1983990A (en) * 2006-05-11 2007-06-20 华为技术有限公司 Parallel testing method and system
CN101401075A (en) * 2006-11-17 2009-04-01 深圳市领测科技有限公司 Mapping method in the program testing system and program testing system
CN101212362A (en) * 2006-12-26 2008-07-02 中兴通讯股份有限公司 Automatic testing device and method incorporating a variety of testing tools
CN101800680A (en) * 2010-03-05 2010-08-11 中兴通讯股份有限公司 Test device and test method of telecommunication system
CN102479130A (en) * 2010-11-25 2012-05-30 上海宇芯科技有限公司 Method for checking cross-platform and cross-language single-chip system
CN103023708A (en) * 2011-09-20 2013-04-03 腾讯科技(深圳)有限公司 Method and system for testing communication protocol interface

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106371988A (en) * 2016-08-22 2017-02-01 浪潮(北京)电子信息产业有限公司 Automatic interface test method and device
CN106844062A (en) * 2016-12-23 2017-06-13 华南师范大学 It is a kind of to realize the communication means that real time bidirectional is assisted in C++ and Python intermodules
CN106844062B (en) * 2016-12-23 2019-06-18 华南师范大学 A kind of communication means for realizing that real time bidirectional is assisted in C++ and Python intermodule

Similar Documents

Publication Publication Date Title
US9348771B1 (en) Cloud-based instrument driver system
CN104267932B (en) database operation method, device and server
CN105162646B (en) A kind of multi-protocol interface test system and method
CN105260315A (en) Method for debugging log in embedded system process
CN106326088B (en) Method and device for realizing construction of test object and device for realizing service configuration test
CN103246586B (en) Method for utilizing USB (universal serial bus) storage equipment for ADB (android debug bridge) debugging on android platform
CN106371847B (en) CPCI bus RS422 communication driving method and system under Windows xp system
WO2019085290A1 (en) Test preparation method and apparatus, terminal device, and storage medium
CN114064152A (en) Embedded multi-core debugging system based on dynamic loading and debugging method thereof
CN106649073A (en) Test method and device based on dynamic script template
CN105183649A (en) Automatic telnet method and system used for automatic testing
CN102291274A (en) System and method for realizing automatic adaptation of network testing instrument
CN110764036B (en) Intelligent distribution transformer terminal test method and system
CN105550103B (en) A kind of automated testing method based on self-defined test script
CN105573903A (en) Automatic test method, automatic test device, automatic test system and access proxy
CN108833005B (en) Optical network communication equipment and automatic test kit and method for networking service thereof
CN104679648B (en) Across the automated testing method of application
CN108073516A (en) One kind is towards airborne embedded software data-driven testing engine design method
CN110377476A (en) Terminal test method, terminal and readable storage medium storing program for executing
CN106354966B (en) The method of the conversion of chip id E project file and rapid configuration artificial debugging environment
CN110266554A (en) A kind of test method of privately owned communication protocol
CN115134427A (en) Communication protocol coordination method, device, computer equipment and storage medium
CN113836212A (en) Method for automatically generating Json data by database data, readable medium and electronic equipment
CN111611148B (en) Compatibility concurrent test method and system for iOS system application software
CN109086200B (en) Effective test framework based on android virtual machine modification

Legal Events

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

Application publication date: 20160511

WW01 Invention patent application withdrawn after publication