CN105516322A - Interface test method and device based on http protocol - Google Patents

Interface test method and device based on http protocol Download PDF

Info

Publication number
CN105516322A
CN105516322A CN201510941275.XA CN201510941275A CN105516322A CN 105516322 A CN105516322 A CN 105516322A CN 201510941275 A CN201510941275 A CN 201510941275A CN 105516322 A CN105516322 A CN 105516322A
Authority
CN
China
Prior art keywords
http
mode
test
test request
request bag
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
CN201510941275.XA
Other languages
Chinese (zh)
Other versions
CN105516322B (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.)
FOUNDER BROADBAND NETWORK SERVICE Co Ltd
Original Assignee
FOUNDER BROADBAND NETWORK SERVICE 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 FOUNDER BROADBAND NETWORK SERVICE Co Ltd filed Critical FOUNDER BROADBAND NETWORK SERVICE Co Ltd
Priority to CN201510941275.XA priority Critical patent/CN105516322B/en
Publication of CN105516322A publication Critical patent/CN105516322A/en
Application granted granted Critical
Publication of CN105516322B publication Critical patent/CN105516322B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Abstract

The invention provides an interface test method and device based on an http protocol. The method comprises: determining a target parameter from multiple pre-stored test parameters according to a received first instruction; invoking a pre-stored parameter code and core code to be packaged into an http test request packet according to the selected target parameter and the received second instruction; sending the http test request packet to an interface to be tested. The device comprises a target parameter determining module, a test request packet packaging module and a sending module. According to the method and the device, the http test processes of different platforms are simplified.

Description

A kind of interface test method based on http agreement and device
Technical field
The present invention relates to network technology, particularly relate to a kind of interface test method based on http agreement and device.
Background technology
Be the epoch of a Internet now, all trades and professions are all contained wherein.Internet platform had both comprised the platforms such as traditional Windows, Linux, Unix, comprised the mobile-terminal platforms such as emerging Android, Ios, WindowsPhone again.No matter which kind of platform, is all shown by foreground and Batch Processing process is formed.Foreground shows that the technology adopted according to the difference of platform is also not quite similar, such as: android system adopts Java language exploitation, WindowPhone system adopts C# language exploitation, Ios system adopts Object-C language development, Symbian system adopts C Plus Plus exploitation, and Blackberry system adopts C language or C Plus Plus exploitation etc.; Batch Processing process is then relatively single, and popular is Java language and C language at present.Foreground client and background server carry out network service by http agreement, and data format extensively adopts xml, json, jsonp etc., and these support the form of cross-platform parsing.
But the mode of different platform invoking server but has difference; Different platform is calling different style in the realization such as grammer, calling logic; Meanwhile, the coded system that different platform transmits data is also multifarious, and existing GBK coding, also has UTF-8 to encode, have again GB2312 to encode.
After server interface has been developed, proper use of in order to the various platform of compatibility, need to place hope on developer and be proficient in all language, can write the unit testing case of various language, docking port developer requires higher, makes interface exploitation difficulty larger.
Summary of the invention
In view of this, the invention provides a kind of interface test method based on http agreement and device, the http interface test process of different platform can be made to simplify.
Based on the above-mentioned purpose interface test method based on http agreement provided by the invention, comprise the steps:
According to the first instruction received, in the multinomial test parameter prestored, determine target component;
According to the target component selected and the second received instruction, transfer the parameter codes and core code encapsulation http test request bag that prestore;
Described http test request bag is sent to interface to be tested.
Optionally, described target component according to selecting and the second received instruction, the step transferring the parameter codes that prestores and core code encapsulation http test request bag specifically comprise:
The test request mode information of selection is encapsulated in http test request bag together with the core code prestored;
Described test request mode is specially GET mode or POST mode.
Optionally, described target component according to selecting and the second received instruction, the step transferring the parameter codes that prestores and core code encapsulation http test request bag specifically comprise:
The coded system information of selection is encapsulated in together with the core code prestored in http test request bag;
Described coded system is specially UTF-8 mode or GBK mode or GB2312 mode or UTF-16 mode or UTF16-E mode.
Optionally, described target component according to selecting and the second received instruction, the step transferring the parameter codes that prestores and core code encapsulation http test request bag specifically comprise:
Message header information is encapsulated in together with the core code prestored in http test request bag.
Optionally, described described http test request bag is sent to the step of interface to be tested after, also comprise:
Receive the test result that interface to be tested returns.
Meanwhile, the invention provides a kind of interface test device based on http agreement, comprising:
Target component determination module: for according to the first instruction received, determine target component in the multinomial test parameter prestored;
Test request bag package module: for target component and the second received instruction according to selection, transfer the parameter codes and core code encapsulation http test request bag that prestore;
Sending module: for described http test request bag is sent to interface to be tested.
Optionally, described test request bag package module specifically comprises:
Request method parameters unit: for the test request mode information of selection is encapsulated in http test request bag together with the core code prestored;
Described test request mode is specially GET mode or POST mode.
Optionally, described test request bag package module specifically comprises:
Coded system unit: for the coded system information of selection is encapsulated in http test request bag together with the core code prestored;
Described coded system is specially UTF-8 mode or GBK mode or GB2312 mode or UTF-16 mode or UTF16-E mode.
Optionally, described test request bag package module specifically comprises:
Message header unit: for message header information being encapsulated in together with the core code prestored in http test request bag.
Optionally, described device also comprises:
Test result receiver module: for receiving the test result that interface to be tested returns.
As can be seen from above, interface test method based on http agreement provided by the invention and device, when the terminal of different system carries out http-server interface testing, parameter codes and the core code of test is obtained according to the instruction received, the two is encapsulated as http test request bag, be sent to http test interface and perform test, thus after each exploitation new interface, write test code without the need to http interface exploitation personnel, simplify test process.In addition, test parameter code and core code separately call by the method and apparatus that the embodiment of the present invention provides, be conducive to test parameter code and core code separated maintenance, thus when code update is upgraded, only need carry out supplementing or changing to test parameter code, not only facilitate http interface exploitation personnel to perform http test, the personnel that also can maintain easily are to code maintenance core code and test parameter code.
Accompanying drawing explanation
Fig. 1 is the interface test method schematic flow sheet based on http agreement of the embodiment of the present invention;
Fig. 2 is the interface test device structural representation based on http agreement of the embodiment of the present invention;
The testing apparatus storage organization schematic diagram that Fig. 3 provides for the embodiment of the present invention.
Embodiment
For making the technical problem to be solved in the present invention, technical scheme and advantage clearly, be described in detail below in conjunction with the accompanying drawings and the specific embodiments.
First the embodiment of the present invention provides a kind of interface test method based on http agreement, comprises step as shown in Figure 1:
Step 101: according to the first instruction received, determines target component in the multinomial test parameter prestored;
Step 102: according to the target component selected and the second received instruction, transfers the parameter codes and core code encapsulation http test request bag that prestore;
Step 103: described http test request bag is sent to interface to be tested.
As can be seen from above, the interface test method based on http agreement that the embodiment of the present invention provides, overcome the difference on existing multi-platform http unit testing code development, be previously stored with the respective code of core code and multiple test parameter, thus the test code prestored only need be called and is sent to interface to be measured by operating personnel when performing http and detecting; Without the need to for each different terminal platform editor test pack.Simplify work difficulty and the operating process of interface exploitation operating personnel, improve the efficiency of interface exploitation; Make simple for most of http-server interface exploitation operating personnel left-hand seat based on the multi-platform functional test of http agreement, expansion is convenient, easy to operate.
In the specific embodiment of the invention, described instruction is interface exploitation operating personnel when performing http and detecting by the instruction of keyboard or the input of other input unit, comprising interface exploitation operating personnel selected by testing requirement or the test parameter of input.Described test parameter specifically comprises: test plan, and namely the mode of transmitting and receiving data is GET mode or POST mode; Coded system, the i.e. coded system of http test request bag; The message header information of http test request bag.
In the specific embodiment of the invention, step 101 and step 102 specifically comprise:
Step 1011: receive the first instruction;
Step 1012: according to the first instruction received, determines target component in the multinomial test parameter prestored;
Step 1021: receive the second instruction;
Step 1022: according to the second instruction received, transfers the corresponding core code prestored;
Step 1023: transfer the corresponding parameter codes prestored according to described target component;
Step 1024: transferred core code and parameter codes are encapsulated as http test request bag.
In some embodiments of the invention, described target component according to selecting and the second received instruction, the step transferring the parameter codes that prestores and core code encapsulation http test request bag specifically comprise:
The test request mode information of selection is encapsulated in http test request bag together with the core code prestored;
Described test request mode is specially GET mode or POST mode.
Between the terminal of different system and different http interfaces, the mode of request of data is different, and GET mode and POST mode are the most frequently used modes of two kinds of http request, and wherein GET mode can from the resource request data of specifying; POST mode can submit the data that will be processed to the resource of specifying.Above-described embodiment take into account the modal two kinds of modes of http request, and the code prestored can meet the http testing requirement between the terminal of multiple different system and http interface substantially.
In prior art, after http-server interface exploitation completes, proper use of in order to the various platform of compatibility, need to place hope on http interface exploitation personnel and be proficient in all language and the unit testing case can writing various language, to http interface exploitation, personnel propose higher requirement.On the other hand, can not with same language carry out GET test and POST test, the transfer encoding, message header information, transport-type etc. of different language are all different, cause server process also must difference.Therefore, in order to make http-server interface best bet to be after an interface exploitation completes in prior art, the http test of GET mode and the http test of POST mode is carried out, to reach the compatibility issue that test interface meets various platform invoke by the http request of various language.And the present invention is in advance by GET mode and code storage corresponding to POST mode, after new http-server interface exploitation, interface exploitation personnel can test without the need to writing code, thus the requirement of docking port developer reduces, and simplifies the work of http-server interface testing.
In the specific embodiment of the invention, described test request mode is the one in GET mode or POST mode or HEAD mode or PUT mode or DELET mode or OPTIONS mode or CONNECT mode.
In the specific embodiment of the invention, described target component according to selecting and the second received instruction, the step transferring the parameter codes that prestores and core code encapsulation http test request bag specifically comprise:
The coded system information of selection is encapsulated in together with the core code prestored in http test request bag;
Described coded system is specially UTF-8 mode or GBK mode or GB2312 mode or UTF-16 mode or UTF16-E mode.
Wherein, above-mentioned UTF-8 (8-bitUnicodeTransformationFormat, ten thousand country codes) mode, GBK (ChineseInternalCodeSpecification, Chinese Internal Code Specification) the common coded system that adopts for the terminal of different system in prior art of mode or GB2312 (Chinese Character Set Code for Informati) mode or UTF-16 mode or UTF16-E mode, pre-set above-mentioned coded system, substantially can meet the code requirement that all dissimilar terminals carry out http interface testing.
In some embodiments of the invention, described target component according to selecting and the second received instruction, the step transferring the parameter codes that prestores and core code encapsulation http test request bag specifically comprise:
Message header information is encapsulated in together with the core code prestored in http test request bag.
In some embodiments of the invention, described described http test request bag is sent to the step of interface to be tested after, also comprise:
Receive the test result that interface to be tested returns.
In the specific embodiment of the invention, described method also comprises:
Described test result is arranged and contrasted.Concrete, contrast the test result that different test process obtains.
Meanwhile, the present invention also provides a kind of interface test device based on http agreement, and structure as shown in Figure 2, comprising:
Target component determination module: for according to the first instruction received, determine target component in the multinomial test parameter prestored;
Test request bag package module: for according to the target component selected and the second received instruction, transfer the parameter codes and core code encapsulation http test request bag that prestore;
Sending module: for described http test request bag is sent to interface to be tested.
In the specific embodiment of the invention, core code and test parameter code are stored in different servers respectively.Because core code does not generally need to upgrade or amendment, and test parameter code can change along with the change of test parameter or increase or increase, and is conducive to the maintenance of core code and test parameter code like this.
In the specific embodiment of the invention, the described interface test device based on http agreement is platform with Windows, and based on http agreement, its implementation can be a visual test macro, guides tester to complete test by operation interface.In a kind of specific embodiment of the present invention, the described interface test device based on http agreement has visualized operation interface, and its operation interface as shown in Figure 3.In the present embodiment, described device has two databases, is knowledge base 301 and bottom storehouse 302 respectively; Wherein, parameter codes needed for knowledge base 301 user On-board test, by the visualized operation interface shown in Fig. 3, the test parameter option possessed in knowledge base 301 can be checked, in the present embodiment, by showing " test request mode ", " coded system ", " message header " button, the user of this device is guided to select or input corresponding test parameter as target component; Meanwhile, visualized operation interface as shown in Figure 3 also has results button, guides the user of this device to inquire about test result.The operation of described device will rely on http calling module set in the terminal of various different system, the jar bag that the terminal http calling module that various system is different has corresponding language to rely on and class libraries; Store the core code packet of multiple different language in bottom storehouse 302, perform http comprising system different language and test the jar bag and library file that rely on; When performing test, the target component selected by this device user is selected and is called corresponding core code packet.The core code button that the user of this device or attendant show on visualized operation interface by bottom storehouse 302, modifies to core code or upgrades.HttpClient.jar
In the embodiment shown in fig. 3, received the instruction of this device user by visualization interface, target component determination module is according to the first instruction determination target component received; Test request bag package module obtains the parameter codes corresponding to target component from knowledge base 301, and from bottom storehouse 302, transfers corresponding core code according to the second instruction received.Then called parameter codes and core code are encapsulated as http test request bag.
Still with reference to Fig. 3, packaged unit testing code in knowledge base 301, is stored.During specific implementation, can for development language popular at present: java, C, C++, C#, Object-C write.
After having tested, described testing apparatus will preserve the execution result of each test process automatically.Tester can pass through the visualized operation page, inquiry test result, and twice test result can be selected to contrast.
By the interface test device based on http agreement that the embodiment of the present invention provides, the operating personnel not needing executive's interface to test can write multilingual unit testing use-case, only need to arrange test request mode, message header, coded system, the core code of input test case or the core code of access log, system can automatically according to the parameter of input, call core code and encapsulate http test request bag, the request bag of encapsulation is sent to the http-server interface needing test, perform after described http test request bag until needs http-server to be measured interface, receive execution result that described interface returns and preserve.If need to add new test request mode or coded system or message header, only need a set of code of exploitation separately, after develop, revise and configure, can be dynamically loaded in this interface test device, realize Seamless integration-.
In the specific embodiment of the invention, described test cases both can be the access log on line, also can be the code collection of this device user oneself input.
In embodiments of the present invention, the described interface test device based on http agreement realizes odd encoder self adaptation by described core code: need during http Internet Transmission to carry out url coding, this url coding can be set in described core code, avoids the problem at feedback mess code because of url code error.System also has the comparing function to different test plan gained test result, ensures that different test plan calls the consistency of result.
In some embodiments of the invention, described test request bag package module specifically comprises:
Request method parameters unit: for the test request mode information of selection is encapsulated in http test request bag together with the core code prestored;
Described test request mode is specially GET mode or POST mode.
In some embodiments of the invention, described test request bag package module specifically comprises:
Coded system unit: for the coded system information of selection is encapsulated in http test request bag together with the core code prestored;
Described coded system is specially UTF-8 mode or GBK mode or GB2312 mode or UTF-16 mode or UTF16-E mode.
In some embodiments of the invention, described test request bag package module specifically comprises:
Message header unit: for message header information being encapsulated in together with the core code prestored in http test request bag.
In some embodiments of the invention, described device also comprises:
Test result receiver module: for receiving the test result that interface to be tested returns.
In the specific embodiment of the invention, described test result is shown by visual mode.
As can be seen from above, interface test method based on http agreement provided by the invention and device, when the terminal of different system carries out http-server interface testing, parameter codes and the core code of test is obtained according to the instruction received, the two is encapsulated as http test request bag, be sent to http test interface and perform test, thus after each exploitation new interface, write test code without the need to http interface exploitation personnel, simplify test process.In addition, test parameter code and core code separately call by the method and apparatus that the embodiment of the present invention provides, be conducive to test parameter code and core code separated maintenance, thus when code update is upgraded, only need carry out supplementing or changing to test parameter code, not only facilitate http interface exploitation personnel to perform http test, the personnel that also can maintain easily are to code maintenance core code and test parameter code.
Should be appreciated that multiple embodiments described by this specification are only for instruction and explanation of the present invention, are not intended to limit the present invention.And when not conflicting, the embodiment in the application and the feature in embodiment can combine mutually.
Obviously, those skilled in the art can carry out various change and modification to the present invention and not depart from the spirit and scope of the present invention.Like this, if these amendments of the present invention and modification belong within the scope of the claims in the present invention and equivalent technologies thereof, then the present invention is also intended to comprise these change and modification.

Claims (10)

1. based on an interface test method for http agreement, it is characterized in that, comprise the steps:
According to the first instruction received, in the multinomial test parameter prestored, determine target component;
According to the target component selected and the second received instruction, transfer the parameter codes and core code encapsulation http test request bag that prestore;
Described http test request bag is sent to interface to be tested.
2. method according to claim 1, is characterized in that, described target component according to selecting and the second received instruction, the step transferring the parameter codes that prestores and core code encapsulation http test request bag specifically comprise:
The test request mode information of selection is encapsulated in http test request bag together with the core code prestored;
Described test request mode is specially GET mode or POST mode.
3. method according to claim 1, is characterized in that, described target component according to selecting and the second received instruction, the step transferring the parameter codes that prestores and core code encapsulation http test request bag specifically comprise:
The coded system information of selection is encapsulated in together with the core code prestored in http test request bag;
Described coded system is specially UTF-8 mode or GBK mode or GB2312 mode or UTF-16 mode or UTF16-E mode.
4. method according to claim 1, is characterized in that, described target component according to selecting and the second received instruction, the step transferring the parameter codes that prestores and core code encapsulation http test request bag specifically comprise:
Message header information is encapsulated in together with the core code prestored in http test request bag.
5., according to the method in claim 1-4 described in any one, it is characterized in that, described described http test request bag is sent to the step of interface to be tested after, also comprise:
Receive the test result that interface to be tested returns.
6. based on an interface test device for http agreement, it is characterized in that, comprising:
Target component determination module: for according to the first instruction received, determine target component in the multinomial test parameter prestored;
Test request bag package module: for target component and the second received instruction according to selection, transfer the parameter codes and core code encapsulation http test request bag that prestore;
Sending module: for described http test request bag is sent to interface to be tested.
7. device according to claim 6, is characterized in that, described test request bag package module specifically comprises:
Request method parameters unit: for the test request mode information of selection is encapsulated in http test request bag together with the core code prestored;
Described test request mode is specially GET mode or POST mode.
8. device according to claim 6, is characterized in that, described test request bag package module specifically comprises:
Coded system unit: for the coded system information of selection is encapsulated in http test request bag together with the core code prestored;
Described coded system is specially UTF-8 mode or GBK mode or GB2312 mode or UTF-16 mode or UTF16-E mode.
9. device according to claim 1, is characterized in that, described test request bag package module specifically comprises:
Message header unit: for message header information being encapsulated in together with the core code prestored in http test request bag.
10. according to the device in claim 6-10 described in any one, it is characterized in that, described device also comprises:
Test result receiver module: for receiving the test result that interface to be tested returns.
CN201510941275.XA 2015-12-16 2015-12-16 A kind of interface test method and device based on http agreement Expired - Fee Related CN105516322B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510941275.XA CN105516322B (en) 2015-12-16 2015-12-16 A kind of interface test method and device based on http agreement

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510941275.XA CN105516322B (en) 2015-12-16 2015-12-16 A kind of interface test method and device based on http agreement

Publications (2)

Publication Number Publication Date
CN105516322A true CN105516322A (en) 2016-04-20
CN105516322B CN105516322B (en) 2019-03-05

Family

ID=55723952

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510941275.XA Expired - Fee Related CN105516322B (en) 2015-12-16 2015-12-16 A kind of interface test method and device based on http agreement

Country Status (1)

Country Link
CN (1) CN105516322B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598838A (en) * 2016-10-19 2017-04-26 广州唯品会信息科技有限公司 OSP system testing method and apparatus
CN107945006A (en) * 2017-11-15 2018-04-20 深圳市买买提乐购金融服务有限公司 A kind of business management system and method
CN109525679A (en) * 2019-01-08 2019-03-26 郑州云海信息技术有限公司 A kind of web file server test method based on http protocol
CN110032511A (en) * 2019-03-19 2019-07-19 深圳市买买提信息科技有限公司 A kind of interface test method and interface testing equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1677361A (en) * 2004-03-31 2005-10-05 华为技术有限公司 Distributed test assembly frame system and test assembly transparent transmission method
CN102694701A (en) * 2012-06-13 2012-09-26 青岛海信传媒网络技术有限公司 Testing method and system based on message
CN103136095A (en) * 2011-11-28 2013-06-05 阿里巴巴集团控股有限公司 Method, device and system of test application program interface
US20130290403A1 (en) * 2011-05-31 2013-10-31 International Business Machines Corporation System for testing a browser-based application
CN103577180A (en) * 2012-08-03 2014-02-12 新华瑞德(北京)网络科技有限公司 Data processing method and data processing device
CN104506486A (en) * 2014-11-15 2015-04-08 北京锐安科技有限公司 Software service interface calling method and system with high security levels
CN104615534A (en) * 2015-01-28 2015-05-13 广州酷狗计算机科技有限公司 Interface test method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1677361A (en) * 2004-03-31 2005-10-05 华为技术有限公司 Distributed test assembly frame system and test assembly transparent transmission method
US20130290403A1 (en) * 2011-05-31 2013-10-31 International Business Machines Corporation System for testing a browser-based application
CN103136095A (en) * 2011-11-28 2013-06-05 阿里巴巴集团控股有限公司 Method, device and system of test application program interface
CN102694701A (en) * 2012-06-13 2012-09-26 青岛海信传媒网络技术有限公司 Testing method and system based on message
CN103577180A (en) * 2012-08-03 2014-02-12 新华瑞德(北京)网络科技有限公司 Data processing method and data processing device
CN104506486A (en) * 2014-11-15 2015-04-08 北京锐安科技有限公司 Software service interface calling method and system with high security levels
CN104615534A (en) * 2015-01-28 2015-05-13 广州酷狗计算机科技有限公司 Interface test method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598838A (en) * 2016-10-19 2017-04-26 广州唯品会信息科技有限公司 OSP system testing method and apparatus
CN106598838B (en) * 2016-10-19 2019-07-19 广州品唯软件有限公司 OSP system detection method and device
CN107945006A (en) * 2017-11-15 2018-04-20 深圳市买买提乐购金融服务有限公司 A kind of business management system and method
CN109525679A (en) * 2019-01-08 2019-03-26 郑州云海信息技术有限公司 A kind of web file server test method based on http protocol
CN110032511A (en) * 2019-03-19 2019-07-19 深圳市买买提信息科技有限公司 A kind of interface test method and interface testing equipment

Also Published As

Publication number Publication date
CN105516322B (en) 2019-03-05

Similar Documents

Publication Publication Date Title
US7734583B2 (en) Transparent virtual machine for mobile applications
CN104821954A (en) Cross-platform remote procedure call method
CA2598426C (en) Facilitating mobile device awareness of the availability of new or updated server-side applications
CN107870821A (en) The cross-platform call method and system of application program
CN105516322A (en) Interface test method and device based on http protocol
CN105872083A (en) Method and system supporting server access by different types of clients as well as server
CN111176626B (en) Cross-programming-language code calling method and device, medium and equipment
US7920852B2 (en) Compression of data transmitted between server and mobile device
CN107678778B (en) Hybrid-based compatible method, adapter, operation device and system
CN103942225A (en) Method and system for invoking resources of Hybrid App client and client
CN106549989B (en) Data transmission method and system, user terminal and application server
CN107729014B (en) Page jump method and structure based on Android
CN110806945B (en) Interface docking method, device and computer readable medium
US11709722B2 (en) Extensible communication framework and communication method supporting multiple communication protocols
CN104636122A (en) Sharing method and device of capacity component
CN104135491A (en) Command information distribution method, terminal, server and system
CN108694120B (en) Method and device for testing service component
CN113626225B (en) Program calling method, terminal device and medium
CN110851211A (en) Method, apparatus, electronic device, and medium for displaying application information
CN111198770A (en) Communication method, device and system, conversion method and device of ROS1 message
CN103942277A (en) Method and device for downloading file in browsers and browsers
KR102123750B1 (en) Network Service Request
WO2023083071A1 (en) View interaction method and apparatus, electronic device, and computer readable medium
CN108173957B (en) Rapid configuration joint debugging platform for Http interface
CN108206811B (en) Method and device for cross-protocol communication between IoT (Internet of things) devices and IoT system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20190305

Termination date: 20211216