CN106502906A - A kind of method and apparatus of test application program - Google Patents

A kind of method and apparatus of test application program Download PDF

Info

Publication number
CN106502906A
CN106502906A CN201610954518.8A CN201610954518A CN106502906A CN 106502906 A CN106502906 A CN 106502906A CN 201610954518 A CN201610954518 A CN 201610954518A CN 106502906 A CN106502906 A CN 106502906A
Authority
CN
China
Prior art keywords
parameter value
interface
input
input parameter
value
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
CN201610954518.8A
Other languages
Chinese (zh)
Other versions
CN106502906B (en
Inventor
陈青
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Huaduo Network Technology Co Ltd
Original Assignee
Guangzhou Huaduo Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Huaduo Network Technology Co Ltd filed Critical Guangzhou Huaduo Network Technology Co Ltd
Priority to CN201610954518.8A priority Critical patent/CN106502906B/en
Publication of CN106502906A publication Critical patent/CN106502906A/en
Application granted granted Critical
Publication of CN106502906B publication Critical patent/CN106502906B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a kind of method of test application program, belongs to field of computer technology.Methods described includes:The interface interchange request of the first interface that SDK callers send during test target function, is received, wherein, in the interface interchange request, at least includes input parameter value and first interface mark;Identified based on the input parameter value and first interface, generate the abnormal output parameter value not matched that with the input parameter value and first interface mark;The abnormal output parameter value is fed back to the SDK callers, so that the SDK callers continue executing with the test of the objective function based on the abnormal output parameter value.By the invention it is possible to increase the effectiveness of test result.

Description

A kind of method and apparatus of test application program
Technical field
The present invention relates to field of computer technology, more particularly to a kind of method and apparatus of test application program.
Background technology
With the development of computer technology, the quantity of application program is more and more, in order to avoid application program is in issue Operation error after line, before application program is formally issued, it usually needs application program is tested, only application program is transported Row is smooth, could formally issue and reach the standard grade.
In prior art, in development and application program, in order to accelerate the development rate of application program, part general utility functionss Code is often encapsulated as SDK (Software Development Kit, software development kit), and SDK can provide multiple connecing Mouthful, use for application program, so, technical staff only needs to write the code in application program in addition to SDK, and referred to as SDK is adjusted With program, so, application program is made up of SDK and SDK caller two parts.SDK callers can be by calling SDK's Interface, is interacted with SDK.Before application issued is reached the standard grade, need to test (such as each function of application program Input function, function of search etc.), illustrated as a example by testing function of search below, tested SDK can be called journey by technical staff Sequence, and corresponding SDK installations are in the terminal, then in the input frame of SDK callers, the interior of correct format is preset in input Hold, then click on search button, SDK callers can then obtain the corresponding interface identifier of function of search and input parameter value, and Interface identifier and input parameter value are added in interface interchange request, are sent to SDK, SDK can using input parameter value as The input of the corresponding interface function of the interface identifier, returns output parameter value to tested SDK callers, and tested SDK calls journey Sequence then executes the subsequent treatment (such as showing search content etc.) for searching plain function, if search content normally can be shown, it is determined that Function of search is normal.
During the present invention is realized, inventor has found that prior art at least has problems with:
When SDK callers are tested, typically, a lot of technical staff often can only consider normally to be input into, and test certain Item function, as such, it is possible to test and solve application program problem that may be present when processing to normal input.But this The test of sample, can not test to the ability for applying routine processes exception input parameter value, and application program is processing exception During input parameter value, it is possible that problem.It can be seen that, the effectiveness of the test result of above-mentioned test mode is poor.
Content of the invention
In order to solve problem of the prior art, a kind of method of test application program and dress is embodiments provided Put.The technical scheme is as follows:
First aspect, there is provided a kind of method of test application program, methods described include:
During test target function, the interface interchange request of the first interface that SDK callers send is received, its In, at least include input parameter value and first interface mark in the interface interchange request;
Identified based on the input parameter value and first interface, generated and the input parameter value and the first interface mark Know the abnormal output parameter value not matched that;
The abnormal output parameter value is fed back to the SDK callers, so that the SDK callers are based on described different Often output parameter value continues executing with the test of the objective function.
Optionally, described identified based on the input parameter value and first interface, generate and the input parameter value and institute The abnormal output parameter value that first interface mark is not matched that is stated, including:
The input parameter value is changed, amended input parameter value is obtained;
The input that the amended input parameter value is identified corresponding first interface function as the first interface, Generate abnormal output parameter value;Or,
The input that the input parameter value is identified corresponding first interface function as the first interface, generates and institute State the output parameter value that input parameter value and the first interface function match;
The output parameter value matched with the input parameter value and the first interface function is revised as exception Output parameter value.
Optionally, the modification input parameter value, obtains amended input parameter value, including:
The input parameter value is increasedd or decreased the first preset value, amended input parameter value is obtained;Or,
The input parameter value is replaced with default first parameter value, amended input parameter value is obtained;Or,
The value type of the input parameter value is revised as default first value type, amended input ginseng is obtained Numerical value.
Optionally, described by the output parameter value matched with the input parameter value and the first interface function Abnormal output parameter value is revised as, including:
The output parameter value matched with the input parameter value and the first interface function is increasedd or decreased Second preset value, obtains abnormal output parameter value;Or,
The output parameter value matched with the input parameter value and the first interface function is replaced with default The second parameter value, obtain abnormal output parameter value;Or,
The value type for being matched output parameter value with the input parameter value and the first interface function is repaiied Default second value type is changed to, abnormal output parameter value is obtained.
Optionally, described identified based on the input parameter value and first interface, generate and the input parameter value and institute The abnormal output parameter value that first interface mark is not matched that is stated, including:
When carrying test mark in the interface interchange request is detected, based on the input parameter value and first interface Mark, generates the abnormal output parameter value not matched that with the input parameter value and first interface mark.
Optionally, described identified based on the input parameter value and first interface, generate and the input parameter value and institute The abnormal output parameter value that first interface mark is not matched that is stated, including:
According to interface identifier and the corresponding relation of wrong interface function, determine that the first interface mark corresponding second connects Mouth function;
Using the input parameter value as the input of the second interface function, generate and the input parameter value and described The abnormal output parameter value that first interface mark is not matched that.
Second aspect, there is provided a kind of device of test application program, described device include:
Receiver module, for, during test target function, receiving connecing for the first interface that SDK callers send Mouth call request, wherein, at least includes input parameter value and first interface mark in the interface interchange request;
Generation module, for being identified based on the input parameter value and first interface, generate with the input parameter value and The abnormal output parameter value that the first interface mark is not matched that;
Feedback module, for feeding back the abnormal output parameter value to the SDK callers, so that the SDK is called Program continues executing with the test of the objective function based on the abnormal output parameter value.
Optionally, the generation module includes changing submodule and the first input submodule, wherein:
The modification submodule, for changing the input parameter value, obtains amended input parameter value;
First input submodule is right for identifying the amended input parameter value as the first interface The input of the first interface function that answers, generates abnormal output parameter value;Or,
First input submodule, for identifying corresponding first using the input parameter value as the first interface The input of interface function, generates the output parameter value matched with the input parameter value and the first interface function;
The modification submodule, for will be described defeated with what the input parameter value and the first interface function matched Go out parameter value and be revised as abnormal output parameter value.
Optionally, the modification submodule, is used for:
The input parameter value is increasedd or decreased the first preset value, amended input parameter value is obtained;Or,
The input parameter value is replaced with default first parameter value, amended input parameter value is obtained;Or,
The value type of the input parameter value is revised as default first value type, amended input ginseng is obtained Numerical value.
Optionally, the modification submodule, is used for:
The output parameter value matched with the input parameter value and the first interface function is increasedd or decreased Second preset value, obtains abnormal output parameter value;Or,
The output parameter value matched with the input parameter value and the first interface function is replaced with default The second parameter value, obtain abnormal output parameter value;Or,
The value type for being matched output parameter value with the input parameter value and the first interface function is repaiied Default second value type is changed to, abnormal output parameter value is obtained.
Optionally, the generation module, is used for:
When carrying test mark in the interface interchange request is detected, based on the input parameter value and first interface Mark, generates the abnormal output parameter value not matched that with the input parameter value and first interface mark.
Optionally, the generation module includes determination sub-module and the second input submodule, wherein:
The determination sub-module, for according to interface identifier and the corresponding relation of wrong interface function, determining described first The corresponding second interface function of interface identifier;
Second input submodule, gives birth to as the input of the second interface function for using the input parameter value Into the abnormal output parameter value not matched that with the input parameter value and first interface mark.
The beneficial effect that technical scheme provided in an embodiment of the present invention is brought is:
In the embodiment of the present invention, during test target function, SDK can receive the of SDK callers transmission The interface interchange request of one interface, wherein, at least includes input parameter value and first interface mark, SDK in interface interchange request Input parameter value can be based on and first interface is identified, generate the exception not matched that with input parameter value and first interface mark Output parameter value, feeds back abnormal output parameter value to SDK callers, so that SDK callers are based on abnormal output parameter value Continue executing with the test of objective function.So, when the objective function to application program is tested, can be with simulation application Using the situation of abnormal input parameter value, to be tested, and then the program that can be applied is processing abnormal input parameter value When test result, such that it is able to increase the effectiveness of test result.
Description of the drawings
For the technical scheme being illustrated more clearly that in the embodiment of the present invention, below will be to making needed for embodiment description Accompanying drawing is briefly described, it should be apparent that, drawings in the following description are only some embodiments of the present invention, for For those of ordinary skill in the art, on the premise of not paying creative work, can be obtaining other according to these accompanying drawings Accompanying drawing.
Fig. 1 is the method flow diagram of test application program provided in an embodiment of the present invention;
Fig. 2 is the schematic diagram of a scenario of test application program provided in an embodiment of the present invention;
Fig. 3 is the schematic diagram of a scenario of test application program provided in an embodiment of the present invention;
Fig. 4 is the schematic diagram of a scenario of test application program provided in an embodiment of the present invention;
Fig. 5 is the apparatus structure schematic diagram of test application program provided in an embodiment of the present invention;
Fig. 6 is the apparatus structure schematic diagram of test application program provided in an embodiment of the present invention;
Fig. 7 is the apparatus structure schematic diagram of test application program provided in an embodiment of the present invention;
Fig. 8 is the structural representation of terminal provided in an embodiment of the present invention.
Specific embodiment
For making the object, technical solutions and advantages of the present invention clearer, below in conjunction with accompanying drawing to embodiment party of the present invention Formula is described in further detail.
A kind of method of test application program is embodiments provided, the executive agent of the method can be SDK, pacified Dress in the terminal, is provided with SDK callers and SDK, SDK caller and SDK is two of an application program in terminal Point, SDK includes at least one interface, the corresponding interface function of each interface.Processor can be provided with the terminal, deposited Reservoir, transceiver etc., processor can be used for the process of the process of test application program, and memorizer can be used for storage test should With the data of the data and generation needed during program, transceiver can be used for receiving and send data.In terminal The input-output equipment such as screen are also provided with, screen is displayed for test result and operation interface etc..
As shown in figure 1, the handling process of the method can include the steps:
Step 101, during test target function, the interface for receiving the first interface that SDK callers send is adjusted With request, wherein, in interface interchange request, at least include input parameter value and first interface mark.
Wherein, arbitrary function of the objective function for application program, such as function of search, input function etc..
In force, when technical staff is tested to the objective function of certain application program, can install in terminal should Application program, application program include two parts of SDK callers and SDK, and then user can click on the figure of the application program Mark, terminal can then detect the enabled instruction of application program, and terminal can start the application program.If technical staff will be to mesh Mark function is tested, and technical staff can click on the corresponding option of operation of the function, and SDK callers can then detect operation The corresponding operational order of option, and then can determine that the operational order is corresponding according to operational order and the corresponding relation of interface The first interface of SDK first interface mark and the corresponding input parameter value of the operational order, and generate interface interchange please Ask, add first interface mark and input parameter value in the interface interchange request, the interface of first interface is then sent to SDK Call request.SDK can receive SDK callers transmission interface interchange request, and therefrom parsing obtain input parameter value and First interface is identified.
Step 102, is identified based on input parameter value and first interface, is generated and is identified not with input parameter value and first interface The abnormal output parameter value for matching.
In force, after SDK parsings obtain input parameter value and first interface mark, SDK can be based on to |input paramete Value is modified or the corresponding output parameter value of input parameter value is modified, and makes output parameter value and the input of generation Parameter value and first interface are identified and are not matched that, obtain abnormal output parameter value.
Optionally, test process can be executed when test mark is detected, corresponding process can be as follows:
When carrying test mark in interface interchange request is detected, identified based on input parameter value and first interface, raw Into the abnormal output parameter value not matched that with input parameter value and first interface mark.
In force, when SDK callers are to SDK transmission interface call requests, can be adding in asking in interface interchange Plus test mark.After SDK receives interface interchange request, if carrying test mark in interface interchange request, can be with base In modifying to input parameter value or the corresponding output parameter value of input parameter value being modified, the output of generation is made Parameter value is identified with input parameter value and first interface and is not matched that, obtains abnormal output parameter value
Optionally, identified based on input parameter value and first interface, generate and identify not with input parameter value and first interface The method of the abnormal output parameter value for matching has multiple, three kinds of feasible modes given below:
Mode one:Modification input parameter value, obtain amended input parameter value, using amended input parameter value as First interface identifies the input of corresponding first interface function, generates abnormal output parameter value.
Wherein, first interface function is that first interface identifies corresponding correct interface function in SDK.
In force, as shown in Fig. 2 technical staff can be in the outer envelope SDK implanted layers of SDK (as added one section of generation Code etc.), SDK implanted layers can be used for obtaining input parameter value, and input parameter value is modified.SDK parsings obtain input ginseng After numerical value and first interface mark, input parameter value can be changed, obtain amended input parameter value, then from interface identifier In the corresponding relation of correct interface function, determine that first interface identifies corresponding first interface function, and will be amended defeated Enter parameter value as the input of first interface function, as the input parameter value of first interface function is changed, SDK is exported Output parameter value be abnormal output parameter value.
Mode two:The input that input parameter value is identified corresponding first interface function as first interface, generate with defeated Enter the output parameter value that parameter value and first interface function match.
Wherein, first interface function is that first interface identifies corresponding correct interface function in SDK.
In force, as shown in figure 3, technical staff can be in the outer envelope SDK implanted layers of SDK (as added one section of generation Code etc.), SDK implanted layers can be used for obtaining output parameter value, and output parameter value is modified.SDK parsings obtain input ginseng After numerical value and first interface mark, first interface mark can be determined from interface identifier with the corresponding relation of correct interface function Know corresponding first interface function, then using input parameter value as first interface function input, due to first interface function Input parameter value be correct, can typically export correct output parameter value, i.e., identify with input parameter value and first interface The output parameter value (being subsequently properly termed as normal input parameter value) for matching, then SDK can change correct output parameter Value, obtains the abnormal output parameter value not matched that with input parameter value and first interface mark.
Mode three:According to the corresponding relation of interface identifier and wrong interface function, first interface mark corresponding the is determined Two interface functions, using input parameter value as the input of second interface function, are generated and are identified with input parameter value and first interface The abnormal output parameter value not matched that.
In force, as shown in figure 4, technical staff can correspond to each interface in SDK respectively adds wrong interface letter Number, the corresponding corresponding relation for adding interface identifier and wrong interface function in SDK, for example, first interface is identified to having First interface function and second interface function, wherein, first interface function is correct interface function, and second interface function is mistake Interface function.Technical staff can be to arrange compiler toggle in SDK, and the compiler toggle in SDK can be used for selecting interface mark Know corresponding wrong interface function.
When SDK callers are to SDK transmission interface call requests, can be marked with adding test in interface interchange in asking Know.After SDK receives interface interchange request, if carrying test mark in interface interchange request, SDK can be connect according to first Mouth mark, from the corresponding relation of interface identifier and wrong interface function, obtains first interface and identifies corresponding second interface letter Number, and generation can be caused abnormal defeated as the input of second interface function due to call error interface function input parameter value Go out parameter value.
Optionally, in for mode one, change input parameter value mode can have following several:
Input parameter value is increasedd or decreased the first preset value, amended input parameter value is obtained;Or,
Input parameter value is replaced with default first parameter value;Or,
The value type of input parameter value is revised as default first value type, amended |input paramete is obtained Value.
In force, technical staff can arrange the first preset value, and store to being provided with SDK and SDK callers Terminal in.After SDK parsings obtain input parameter value and first interface mark, the first preset value for prestoring can be obtained, And input parameter value is increasedd or decreased the first preset value, amended input parameter value is obtained, by means of which, modification Input parameter value afterwards is only that size changes.For example, the first preset value is 1, and input parameter value is 0, can be by input ginseng Numerical value is revised as 1, and so, amended input parameter value is 1.
Or, technical staff can arrange the first parameter value, and store to the end for being provided with SDK and SDK callers In end.After SDK parsings obtain input parameter value and first interface mark, default first parameter for prestoring can be obtained Then input parameter value is replaced with the first parameter value, obtains amended input parameter value by value, by means of which, modification Input parameter value afterwards is only that size changes.For example, the first parameter value is 5, and input parameter value is 2, can be by input ginseng Numerical value is revised as 5, and so, amended input parameter value is 5.
Or, technical staff can arrange the first value type, such as int types (integer type), string types (serial type) etc., and And store to being provided with the terminal of SDK and SDK callers.After SDK parsings obtain input parameter value and first interface mark, Default first value type for prestoring can be obtained, the value type of input parameter value is revised as the first numerical value then Type, obtains amended input parameter value, and by means of which, amended input parameter value is only that value type becomes Change.For example, the first value type is int types, and the value type of input parameter value is string types, can be input into string types Parameter value is revised as int type input parameter value.
Optionally, in for mode two, obtain abnormal output parameter value mode can have following several:
The output parameter value matched with input parameter value and first interface function is increasedd or decreased the second preset value, is obtained To abnormal output parameter value;Or,
The output parameter value matched with input parameter value and first interface function is replaced with default second parameter value, Obtain abnormal output parameter value;Or,
Default will be revised as with the match value type of output parameter value of input parameter value and first interface function Two value types, obtain abnormal output parameter value.
In force, technical staff can arrange the second preset value, and store to being provided with SDK and SDK callers Terminal in.SDK can be by output parameter value (the normal input matched with input parameter value and first interface mark of output Parameter value), the second preset value is increasedd or decreased, abnormal output parameter value is obtained, by means of which, the abnormal output for obtaining is joined Numerical value is only that size is differed with normal output parameter value.For example, the second preset value is 1, and normal output parameter value is 4, can be with Normal output parameter value is revised as 5, so, abnormal output parameter value is 5.
Or, technical staff can arrange the second parameter value, and store to the end for being provided with SDK and SDK callers In end.SDK can be by output parameter value (the normal |input paramete matched with input parameter value and first interface mark of output Value), the second parameter value is replaced with, abnormal output parameter value is obtained, by means of which, abnormal output parameter value and normal output Parameter value is only that size is differed.For example, the second parameter value is 2, and normal output parameter value is 4, can be by normal output parameter Value is revised as 2, and so, abnormal output parameter value is 2.
Or, technical staff can arrange second value type, such as int types, string types etc., and store to being provided with In the terminal of SDK and SDK callers.The value type of the normal output parameter value of output can be revised as the second number by SDK Value Types, obtain abnormal output parameter value, and by means of which, abnormal output parameter value is only numerical value with normal output parameter value Type is differed.For example, second value type is int types, and the value type of normal output parameter value is string types, can be by String type output parameter values are revised as int type output parameter values.
Step 103, feeds back abnormal output parameter value to SDK callers, so that SDK callers are based on abnormal output ginseng Numerical value continues executing with the test of objective function.
In force, after SDK determines abnormal output parameter value, abnormal output parameter value can be fed back to SDK callers, After SDK callers receive abnormal output parameter value, it is possible to use abnormal output parameter value carries out the follow-up survey of objective function Examination (as test input function, follow-up test can with when show corresponding input results etc.).Technical staff can check that SDK is called Program continues executing with the situation of objective function using abnormal output parameter value, if application program shows the prompting of " operation mistake " Message, then it is assumed that the corresponding part code of objective function has no problem in SDK callers, if application program is directly moved back Go out, or blank screen, then it is assumed that the corresponding part code existing problems of objective function in SDK callers, technical staff can be entered The problem that one step detection objective function this partial code corresponding is present.
In the embodiment of the present invention, during test target function, SDK can receive the of SDK callers transmission The interface interchange request of one interface, wherein, at least includes input parameter value and first interface mark, SDK in interface interchange request Input parameter value can be based on and first interface is identified, generate the exception not matched that with input parameter value and first interface mark Output parameter value, feeds back abnormal output parameter value to SDK callers, so that SDK callers are based on abnormal output parameter value Continue executing with the test of objective function.So, when the objective function to application program is tested, can be with simulation application Using the situation of abnormal input parameter value, to be tested, and then the program that can be applied is processing abnormal input parameter value When test result, such that it is able to increase the effectiveness of test result.
Based on identical technology design, a kind of device of test application program is embodiments provided, such as Fig. 5 institutes Show, the device includes:
Receiver module 510, for, during test target function, receiving the first interface that SDK callers send Interface interchange request, wherein, in interface interchange request, at least include input parameter value and first interface mark;
Generation module 520, for being identified based on the input parameter value and first interface, is generated and the input parameter value The abnormal output parameter value not matched that with first interface mark;
Feedback module 530, for feeding back the abnormal output parameter value to the SDK callers, so that the SDK is adjusted The test that the objective function is continued executing with based on the abnormal output parameter value with program.
Optionally, as shown in fig. 6, the generation module 520 includes changing submodule 521 and the first input submodule 522, Wherein:
The modification submodule 521, for changing the input parameter value, obtains amended input parameter value;
First input submodule 522, for using the amended input parameter value as the first interface mark Know the input of corresponding first interface function, generate abnormal output parameter value;Or,
First input submodule 522, corresponding for identifying the input parameter value as the first interface The input of first interface function, generates the output parameter value matched with the input parameter value and the first interface function;
The modification submodule 521, for matching described with the input parameter value and the first interface function Output parameter value be revised as abnormal output parameter value.
Optionally, the modification submodule 521, is used for:
The input parameter value is increasedd or decreased the first preset value, amended input parameter value is obtained;Or,
The input parameter value is replaced with default first parameter value, amended input parameter value is obtained;Or,
The value type of the input parameter value is revised as default first value type, amended input ginseng is obtained Numerical value.
Optionally, the modification submodule 521, is used for:
The output parameter value matched with the input parameter value and the first interface function is increasedd or decreased Second preset value, obtains abnormal output parameter value;Or,
The output parameter value matched with the input parameter value and the first interface function is replaced with default The second parameter value, obtain abnormal output parameter value;Or,
The value type for being matched output parameter value with the input parameter value and the first interface function is repaiied Default second value type is changed to, abnormal output parameter value is obtained.
Optionally, the generation module 520, is used for:
When detecting that carry test in the interface interchange request identifies, based on the input parameter value and first interface mark Know, generate the abnormal output parameter value not matched that with the input parameter value and first interface mark.
Optionally, as shown in fig. 7, the generation module 520 includes determination sub-module 523 and the second input submodule 524, Wherein:
The determination sub-module 523, for the corresponding relation according to interface identifier and wrong interface function, determines described the The corresponding second interface function of one interface identifier;
Second input submodule 524, for using the input parameter value as the second interface function input, Generate the abnormal output parameter value not matched that with the input parameter value and first interface mark.
In the embodiment of the present invention, during test target function, SDK can receive the of SDK callers transmission The interface interchange request of one interface, wherein, at least includes input parameter value and first interface mark, SDK in interface interchange request Input parameter value can be based on and first interface is identified, generate the exception not matched that with input parameter value and first interface mark Output parameter value, feeds back abnormal output parameter value to SDK callers, so that SDK callers are based on abnormal output parameter value Continue executing with the test of objective function.So, when the objective function to application program is tested, can be with simulation application Using the situation of abnormal input parameter value, to be tested, and then the program that can be applied is processing abnormal input parameter value When test result, such that it is able to increase the effectiveness of test result.
It should be noted that:Above-described embodiment provide test application program device in test application program, only with The division of above-mentioned each functional module is illustrated, and in practical application, can distribute above-mentioned functions by not as desired With equipment complete, will the internal structure of device be divided into different equipment, described above all or part of to complete Function.In addition, the device of test application program that above-described embodiment is provided belongs to same with the embodiment of the method for test application program One design, which implements process and refers to embodiment of the method, repeats no more here.
Fig. 8 is refer to, the structural representation of the terminal involved by the embodiment of the present invention is it illustrates, the terminal can be electricity Brain etc., the method that can be used for implementing the test application program of offer in above-described embodiment.Specifically:
Terminal 800 can include RF (Radio Frequency, radio frequency) circuit 110, include one or more meters The memorizer 120 of calculation machine readable storage medium storing program for executing, input block 130, display unit 140, sensor 150, voicefrequency circuit 160, WiFi (wireless fidelity, Wireless Fidelity) module 170, the process for including or more than one processing core The part such as device 180 and power supply 190.It will be understood by those skilled in the art that the terminal structure illustrated in Fig. 8 do not constitute right The restriction of terminal, can include than illustrating more or less of part, or combine some parts, or different part cloth Put.Wherein:
RF circuits 110 can be used to receiving and sending messages or communication process in, the reception and transmission of signal, especially, by base station After downlink information is received, transfer to one or more than one processor 180 is processed;In addition, will be related to up data is activation to Base station.Generally, RF circuits 110 include but is not limited to antenna, at least one amplifier, tuner, one or more agitators, use Family identity module (SIM) card, transceiver, bonder, LNA (Low Noise Amplifier, low-noise amplifier), duplex Device etc..Additionally, RF circuits 110 can also be communicated with network and other equipment by radio communication.The radio communication can make With arbitrary communication standard or agreement, and including but not limited to GSM (Global System of Mobile communication, entirely Ball mobile communcations system), GPRS (General Packet Radio Service, general packet radio service), CDMA (Code Division Multiple Access, CDMA), WCDMA (Wideband Code Division Multiple Access, WCDMA), LTE (Long Term Evolution, Long Term Evolution), Email, SMS (Short Messaging Service, Short Message Service) etc..
Memorizer 120 can be used to store software program and module, and processor 180 is stored in memorizer 120 by operation Software program and module, so as to execute various function application and data processing.Memorizer 120 mainly can include storing journey Sequence area and storage data field, wherein, storing program area can storage program area, the application program (ratio needed at least one function Such as sound-playing function, image player function etc.) etc.;Storage data field can be stored and use created number according to terminal 800 According to (such as voice data, phone directory etc.) etc..Additionally, memorizer 120 can include high-speed random access memory, can also wrap Include nonvolatile memory, for example, at least one disk memory, flush memory device or other volatile solid-state parts. Correspondingly, memorizer 120 can also include Memory Controller, to provide processor 180 and input block 130 is to memorizer 120 access.
Input block 130 can be used for the numeral of receives input or character information, and produce and user setup and function The relevant keyboard of control, mouse, action bars, optics or trace ball signal input.Specifically, input block 130 may include to touch Sensitive surfaces 131 and other input equipments 132.Touch sensitive surface 131, also referred to as touch display screen or Trackpad, can collect use Family thereon or neighbouring touch operation (such as user is using any suitable objects such as finger, stylus or adnexa in touch-sensitive table Operation on face 131 or near the Touch sensitive surface 131), and corresponding attachment means are driven according to formula set in advance.Optional , Touch sensitive surface 131 may include two parts of touch detecting apparatus and touch controller.Wherein, touch detecting apparatus detection is used The touch orientation at family, and the signal that touch operation brings is detected, transmit a signal to touch controller;Touch controller is from touch Touch information is received in detection means, and is converted into contact coordinate, then give processor 180, and can receiving processor 180 The order sent simultaneously is executed.Furthermore, it is possible to adopt the polytypes such as resistance-type, condenser type, infrared ray and surface acoustic wave Realize Touch sensitive surface 131.Except Touch sensitive surface 131, input block 130 can also include other input equipments 132.Specifically, Other input equipments 132 can include but is not limited to physical keyboard, function key (such as volume control button, switch key etc.), One or more in trace ball, mouse, action bars etc..
Display unit 140 can be used to showing by user input information or be supplied to the information and terminal 800 of user Various graphical user interface, these graphical user interface can be made up of figure, text, icon, video and its combination in any. Display unit 140 may include display floater 141, optionally, can adopt LCD (Liquid Crystal Display, liquid crystal Show device), the form such as OLED (Organic Light-Emitting Diode, Organic Light Emitting Diode) to be configuring display floater 141.Further, Touch sensitive surface 131 can cover display floater 141, when Touch sensitive surface 131 is detected thereon or neighbouring is touched After touching operation, processor 180 is sent to determine the type of touch event, with preprocessor 180 according to the type of touch event Corresponding visual output is provided on display floater 141.Although in fig. 8, Touch sensitive surface 131 is conduct with display floater 141 Two independent parts realizing input and input function, but in some embodiments it is possible to by Touch sensitive surface 131 with show Panel 141 is integrated and realization is input into and output function.
Terminal 800 may also include at least one sensor 150, such as optical sensor, motion sensor and other sensings Device.Specifically, optical sensor may include ambient light sensor and proximity transducer, and wherein, ambient light sensor can be according to environment Adjusting the brightness of display floater 141, proximity transducer can cut out and show when terminal 800 is moved in one's ear the light and shade of light Panel 141 and/or backlight.Used as one kind of motion sensor, Gravity accelerometer can be detected in all directions (generally Three axles) acceleration size, can detect that size and the direction of gravity when static, can be used for recognize mobile phone attitude application (ratio Such as horizontal/vertical screen switching, dependent game, magnetometer pose calibrating), Vibration identification correlation function (such as pedometer, tap) etc.;Extremely The other sensors such as the gyroscope that can also configure in terminal 800, barometer, drimeter, thermometer, infrared ray sensor, here Repeat no more.
Voicefrequency circuit 160, speaker 161, microphone 162 can provide the audio interface between user and terminal 800.Audio frequency The signal of telecommunication after the voice data for receiving conversion can be transferred to speaker 161, is converted to sound by speaker 161 by circuit 160 Sound signal output;On the other hand, the acoustical signal of collection is converted to the signal of telecommunication by microphone 162, after being received by voicefrequency circuit 160 Voice data is converted to, then after voice data output processor 180 is processed, through RF circuits 110 being sent to such as another end End, or voice data is exported to memorizer 120 further to process.Voicefrequency circuit 160 is also possible that earphone jack, To provide the communication of peripheral hardware earphone and terminal 800.
WiFi belongs to short range wireless transmission technology, and terminal 800 can help user's transceiver electronicses by WiFi module 170 Mail, browse webpage and access streaming video etc., it has provided the user wireless broadband internet and has accessed.Although Fig. 8 is illustrated WiFi module 170, but it is understood that, which is simultaneously not belonging to must be configured into for terminal 800, can exist as needed completely Omit in the scope of the essence for not changing invention.
Processor 180 is the control centre of terminal 800, using each portion of various interfaces and connection whole mobile phone Point, software program and/or module in memorizer 120 is stored in by running or executing, and call and be stored in memorizer 120 Interior data, execute the various functions and processing data of terminal 800, so as to carry out integral monitoring to mobile phone.Optionally, processor 180 may include one or more processing cores;Preferably, processor 180 can integrated application processor and modem processor, Wherein, application processor mainly processes operating system, user interface and application program etc., and modem processor mainly processes nothing Line communicates.It is understood that above-mentioned modem processor can not also be integrated in processor 180.
Terminal 800 also includes the power supply 190 (such as battery) that powers to all parts, it is preferred that power supply can pass through electricity Management system is logically contiguous with processor 180, so as to realize management charging, electric discharge and power consumption by power-supply management system The functions such as management.Power supply 190 can also include one or more direct current or alternating current power supply, recharging system, power supply event The random component such as barrier detection circuit, power supply changeover device or inverter, power supply status indicator.
Although not shown, terminal 800 can also include photographic head, bluetooth module etc., will not be described here.Specifically in this reality Apply in example, the display unit of terminal 800 is touch-screen display, terminal 800 also includes memorizer, and one or one Above program, one of them or more than one program storage in memorizer, and be configured to by one or one with Upper computing device states one or more than one program bag contains the instruction for being used for carrying out following operation:
During test target function, the interface interchange request of the first interface that SDK callers send is received, its In, at least include input parameter value and first interface mark in the interface interchange request;
Identified based on the input parameter value and first interface, generated and the input parameter value and the first interface mark Know the abnormal output parameter value not matched that;
The abnormal output parameter value is fed back to the SDK callers, so that the SDK callers are based on described different Often output parameter value continues executing with the test of the objective function.
Optionally, described identified based on the input parameter value and first interface, generate and the input parameter value and institute The abnormal output parameter value that first interface mark is not matched that is stated, including:
The input parameter value is changed, amended input parameter value is obtained;
The input that the amended input parameter value is identified corresponding first interface function as the first interface, Generate abnormal output parameter value;Or,
The input that the input parameter value is identified corresponding first interface function as the first interface, generates and institute State the output parameter value that input parameter value and the first interface function match;
The output parameter value matched with the input parameter value and the first interface function is revised as exception Output parameter value.
Optionally, the modification input parameter value, obtains amended input parameter value, including:
The input parameter value is increasedd or decreased the first preset value, amended input parameter value is obtained;Or,
The input parameter value is replaced with default first parameter value, amended input parameter value is obtained;Or,
The value type of the input parameter value is revised as default first value type, amended input ginseng is obtained Numerical value.
Optionally, described by the output parameter value matched with the input parameter value and the first interface function Abnormal output parameter value is revised as, including:
The output parameter value matched with the input parameter value and the first interface function is increasedd or decreased Second preset value, obtains abnormal output parameter value;Or,
The output parameter value matched with the input parameter value and the first interface function is replaced with default The second parameter value, obtain abnormal output parameter value;Or,
The value type for being matched output parameter value with the input parameter value and the first interface function is repaiied Default second value type is changed to, abnormal output parameter value is obtained.
Optionally, described identified based on the input parameter value and first interface, generate and the input parameter value and institute The abnormal output parameter value that first interface mark is not matched that is stated, including:
When carrying test mark in the interface interchange request is detected, based on the input parameter value and first interface Mark, generates the abnormal output parameter value not matched that with the input parameter value and first interface mark.
Optionally, described identified based on the input parameter value and first interface, generate and the input parameter value and institute The abnormal output parameter value that first interface mark is not matched that is stated, including:
According to interface identifier and the corresponding relation of wrong interface function, determine that the first interface mark corresponding second connects Mouth function;
Using the input parameter value as the input of the second interface function, generate and the input parameter value and described The abnormal output parameter value that first interface mark is not matched that.
In the embodiment of the present invention, during test target function, SDK can receive the of SDK callers transmission The interface interchange request of one interface, wherein, at least includes input parameter value and first interface mark, SDK in interface interchange request Input parameter value can be based on and first interface is identified, generate the exception not matched that with input parameter value and first interface mark Output parameter value, feeds back abnormal output parameter value to SDK callers, so that SDK callers are based on abnormal output parameter value Continue executing with the test of objective function.So, when the objective function to application program is tested, can be with simulation application Using the situation of abnormal input parameter value, to be tested, and then the program that can be applied is processing abnormal input parameter value When test result, such that it is able to increase the effectiveness of test result.
One of ordinary skill in the art will appreciate that realizing that all or part of step of above-described embodiment can pass through hardware To complete, it is also possible to which the hardware for being instructed correlation by program is completed, and described program can be stored in a kind of computer-readable In storage medium, storage medium mentioned above can be read only memory, disk or CD etc..
The foregoing is only presently preferred embodiments of the present invention, not in order to limit the present invention, all spirit in the present invention and Within principle, any modification, equivalent substitution and improvements that is made etc. should be included within the scope of the present invention.

Claims (12)

1. a kind of method of test application program, it is characterised in that methods described includes:
During test target function, the interface interchange of the first interface that software development kit SDK callers send is received Request, wherein, at least includes input parameter value and first interface mark in the interface interchange request;
Identified based on the input parameter value and first interface, generate and identify not with the input parameter value and the first interface The abnormal output parameter value for matching;
The abnormal output parameter value is fed back to the SDK callers, so that the SDK callers are defeated based on the exception Go out the test that parameter value continues executing with the objective function.
2. method according to claim 1, it is characterised in that described based on the input parameter value and first interface mark Know, generate the abnormal output parameter value not matched that with the input parameter value and first interface mark, including:
The input parameter value is changed, amended input parameter value is obtained;
The input that the amended input parameter value is identified corresponding first interface function as the first interface, generates Abnormal output parameter value;Or,
The input that the input parameter value is identified corresponding first interface function as the first interface, generates defeated with described Enter the output parameter value that parameter value and the first interface function match;
The output parameter value matched with the input parameter value and the first interface function is revised as abnormal output Parameter value.
3. method according to claim 2, it is characterised in that the modification input parameter value, obtains amended Input parameter value, including:
The input parameter value is increasedd or decreased the first preset value, amended input parameter value is obtained;Or,
The input parameter value is replaced with default first parameter value, amended input parameter value is obtained;Or,
The value type of the input parameter value is revised as default first value type, amended |input paramete is obtained Value.
4. method according to claim 2, it is characterised in that described by described with the input parameter value and described first The output parameter value that interface function matches is revised as abnormal output parameter value, including:
The output parameter value matched with the input parameter value and the first interface function is increasedd or decreased second Preset value, obtains abnormal output parameter value;Or,
The output parameter value matched with the input parameter value and the first interface function is replaced with default Two parameter values, obtain abnormal output parameter value;Or,
The value type for being matched output parameter value with the input parameter value and the first interface function is revised as Default second value type, obtains abnormal output parameter value.
5. method according to claim 1, it is characterised in that described based on the input parameter value and first interface mark Know, generate the abnormal output parameter value not matched that with the input parameter value and first interface mark, including:
When carrying test mark in the interface interchange request is detected, based on the input parameter value and first interface mark Know, generate the abnormal output parameter value not matched that with the input parameter value and first interface mark.
6. method according to claim 5, it is characterised in that described based on the input parameter value and first interface mark Know, generate the abnormal output parameter value not matched that with the input parameter value and first interface mark, including:
According to interface identifier and the corresponding relation of wrong interface function, determine that the first interface identifies corresponding second interface letter Number;
Using the input parameter value as the input of the second interface function, generate and the input parameter value and described first The abnormal output parameter value that interface identifier is not matched that.
7. a kind of device of test application program, it is characterised in that described device includes:
Receiver module, connects for during test target function, receiving software development kit SDK callers send first The interface interchange request of mouth, wherein, at least includes input parameter value and first interface mark in the interface interchange request;
Generation module, for being identified based on the input parameter value and first interface, is generated and the input parameter value and described The abnormal output parameter value that first interface mark is not matched that;
Feedback module, for feeding back the abnormal output parameter value to the SDK callers, so that the SDK callers Based on the test that the abnormal output parameter value continues executing with the objective function.
8. device according to claim 7, it is characterised in that the generation module includes changing submodule and the first input Submodule, wherein:
The modification submodule, for changing the input parameter value, obtains amended input parameter value;
First input submodule, corresponding for identifying the amended input parameter value as the first interface The input of first interface function, generates abnormal output parameter value;Or,
First input submodule, for identifying corresponding first interface using the input parameter value as the first interface The input of function, generates the output parameter value matched with the input parameter value and the first interface function;
The modification submodule, for joining described with the output that the input parameter value and the first interface function match Numerical value is revised as abnormal output parameter value.
9. device according to claim 8, it is characterised in that the modification submodule, is used for:
The input parameter value is increasedd or decreased the first preset value, amended input parameter value is obtained;Or,
The input parameter value is replaced with default first parameter value, amended input parameter value is obtained;Or,
The value type of the input parameter value is revised as default first value type, amended |input paramete is obtained Value.
10. device according to claim 8, it is characterised in that the modification submodule, is used for:
The output parameter value matched with the input parameter value and the first interface function is increasedd or decreased second Preset value, obtains abnormal output parameter value;Or,
The output parameter value matched with the input parameter value and the first interface function is replaced with default Two parameter values, obtain abnormal output parameter value;Or,
The value type for being matched output parameter value with the input parameter value and the first interface function is revised as Default second value type, obtains abnormal output parameter value.
11. devices according to claim 7, it is characterised in that the generation module, are used for:
When carrying test mark in the interface interchange request is detected, based on the input parameter value and first interface mark Know, generate the abnormal output parameter value not matched that with the input parameter value and first interface mark.
12. devices according to claim 11, it is characterised in that the generation module includes determination sub-module and second defeated Enter submodule, wherein:
The determination sub-module, for according to interface identifier and the corresponding relation of wrong interface function, determining the first interface Identify corresponding second interface function;
Second input submodule, for using the input parameter value as the second interface function input, generate with The abnormal output parameter value that the input parameter value and first interface mark are not matched that.
CN201610954518.8A 2016-10-27 2016-10-27 A kind of method and apparatus of test application program Active CN106502906B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610954518.8A CN106502906B (en) 2016-10-27 2016-10-27 A kind of method and apparatus of test application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610954518.8A CN106502906B (en) 2016-10-27 2016-10-27 A kind of method and apparatus of test application program

Publications (2)

Publication Number Publication Date
CN106502906A true CN106502906A (en) 2017-03-15
CN106502906B CN106502906B (en) 2019-02-26

Family

ID=58321381

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610954518.8A Active CN106502906B (en) 2016-10-27 2016-10-27 A kind of method and apparatus of test application program

Country Status (1)

Country Link
CN (1) CN106502906B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450909A (en) * 2017-06-30 2017-12-08 武汉斗鱼网络科技有限公司 The treating method and apparatus of validity check is integrated for SDK
CN107861865A (en) * 2017-08-29 2018-03-30 平安普惠企业管理有限公司 SDK localization methods, equipment and computer-readable recording medium
CN107943688A (en) * 2017-11-02 2018-04-20 北京奇虎科技有限公司 A kind of SDK inspection methods, device, terminal device and storage medium
CN109491905A (en) * 2018-11-02 2019-03-19 北京金山云网络技术有限公司 Head end test method, apparatus and electronic equipment
CN110196813A (en) * 2019-06-06 2019-09-03 北京百度网讯科技有限公司 Interface test method, device, equipment and medium
CN110221840A (en) * 2019-06-05 2019-09-10 百度在线网络技术(北京)有限公司 The function realizing method and device of application program, equipment and storage medium
CN110875858A (en) * 2018-08-31 2020-03-10 北京京东尚科信息技术有限公司 Application test data capturing method, system, equipment and storage medium
CN111061523A (en) * 2019-11-25 2020-04-24 北京奇艺世纪科技有限公司 Software package calling management method, system, device and storage medium
CN111142960A (en) * 2018-11-02 2020-05-12 中国电信股份有限公司 Interface providing method, device and system
CN111984522A (en) * 2019-05-23 2020-11-24 杭州海康威视系统技术有限公司 Automatic testing method and device
CN112068878A (en) * 2020-09-08 2020-12-11 北京字节跳动网络技术有限公司 Software development kit state detection method, device and storage medium
CN112612696A (en) * 2020-12-17 2021-04-06 平安普惠企业管理有限公司 Data generation method and related equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0594888A1 (en) * 1992-10-30 1994-05-04 International Business Machines Corporation Method and apparatus for computer software testing
CN103488489A (en) * 2013-09-30 2014-01-01 乐视网信息技术(北京)股份有限公司 Data processing method and device
US20160092339A1 (en) * 2014-09-26 2016-03-31 Oracle International Corporation Efficient means to test server generated applications on mobile device
CN105741093A (en) * 2016-01-25 2016-07-06 网易(杭州)网络有限公司 Payment method, device and system of mobile application

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0594888A1 (en) * 1992-10-30 1994-05-04 International Business Machines Corporation Method and apparatus for computer software testing
CN103488489A (en) * 2013-09-30 2014-01-01 乐视网信息技术(北京)股份有限公司 Data processing method and device
US20160092339A1 (en) * 2014-09-26 2016-03-31 Oracle International Corporation Efficient means to test server generated applications on mobile device
CN105741093A (en) * 2016-01-25 2016-07-06 网易(杭州)网络有限公司 Payment method, device and system of mobile application

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450909A (en) * 2017-06-30 2017-12-08 武汉斗鱼网络科技有限公司 The treating method and apparatus of validity check is integrated for SDK
CN107450909B (en) * 2017-06-30 2020-09-08 武汉斗鱼网络科技有限公司 Processing method and device for software development kit integration validity check
CN107861865A (en) * 2017-08-29 2018-03-30 平安普惠企业管理有限公司 SDK localization methods, equipment and computer-readable recording medium
CN107943688A (en) * 2017-11-02 2018-04-20 北京奇虎科技有限公司 A kind of SDK inspection methods, device, terminal device and storage medium
CN110875858B (en) * 2018-08-31 2023-06-27 北京京东尚科信息技术有限公司 Application test data grabbing method, system, equipment and storage medium
CN110875858A (en) * 2018-08-31 2020-03-10 北京京东尚科信息技术有限公司 Application test data capturing method, system, equipment and storage medium
CN109491905A (en) * 2018-11-02 2019-03-19 北京金山云网络技术有限公司 Head end test method, apparatus and electronic equipment
CN111142960A (en) * 2018-11-02 2020-05-12 中国电信股份有限公司 Interface providing method, device and system
CN111142960B (en) * 2018-11-02 2023-11-14 中国电信股份有限公司 Interface providing method, device and system
CN111984522B (en) * 2019-05-23 2024-02-27 杭州海康威视系统技术有限公司 Automatic test method and device
CN111984522A (en) * 2019-05-23 2020-11-24 杭州海康威视系统技术有限公司 Automatic testing method and device
CN110221840A (en) * 2019-06-05 2019-09-10 百度在线网络技术(北京)有限公司 The function realizing method and device of application program, equipment and storage medium
CN110196813A (en) * 2019-06-06 2019-09-03 北京百度网讯科技有限公司 Interface test method, device, equipment and medium
CN111061523B (en) * 2019-11-25 2023-12-15 北京奇艺世纪科技有限公司 Software package calling management method, system, device and storage medium
CN111061523A (en) * 2019-11-25 2020-04-24 北京奇艺世纪科技有限公司 Software package calling management method, system, device and storage medium
CN112068878B (en) * 2020-09-08 2023-08-08 抖音视界有限公司 Method, device and storage medium for detecting software development kit state
CN112068878A (en) * 2020-09-08 2020-12-11 北京字节跳动网络技术有限公司 Software development kit state detection method, device and storage medium
CN112612696A (en) * 2020-12-17 2021-04-06 平安普惠企业管理有限公司 Data generation method and related equipment

Also Published As

Publication number Publication date
CN106502906B (en) 2019-02-26

Similar Documents

Publication Publication Date Title
CN106502906B (en) A kind of method and apparatus of test application program
CN104780164B (en) A kind of method and apparatus of running game client
CN103414982B (en) A kind of method and apparatus that sound is provided
CN108512695A (en) The method and device of interim card is applied in monitoring
CN104142868B (en) Establish the method and device of connection
CN106454404A (en) Live video playing method, device and system
CN103634717B (en) A kind of method, device and the terminal device of the control of utilization earphone
CN106126411B (en) The method and apparatus that a kind of pair of tested program code is tested
CN105788612A (en) Method and device for testing tone quality
CN106708676A (en) Interface test method and apparatus
CN106210755A (en) A kind of methods, devices and systems playing live video
CN105491135B (en) Establish the method and device of data connection
CN106371749A (en) Method and device for terminal control
CN105208056A (en) Information exchange method and terminal
CN106488296A (en) A kind of method and apparatus of display video barrage
CN106254910A (en) A kind of method and apparatus recording image
CN104869465A (en) Video playing control method and device
CN104699501B (en) A kind of method and device for running application program
CN106294168A (en) A kind of method and system carrying out Application testing
CN106951139A (en) Message notifying frame display methods and device
CN106713608A (en) Application function state modifying method and apparatus, and terminal
CN106332023A (en) Unread information display method and device, and mobile terminal
CN106303605A (en) A kind of methods, devices and systems sent a notification message
CN108874554A (en) Information communicating method and device
CN105635553A (en) Image shooting method and device

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
GR01 Patent grant
GR01 Patent grant