CN107066380B - Authentication method and device for application containing redundancy function - Google Patents

Authentication method and device for application containing redundancy function Download PDF

Info

Publication number
CN107066380B
CN107066380B CN201710100619.3A CN201710100619A CN107066380B CN 107066380 B CN107066380 B CN 107066380B CN 201710100619 A CN201710100619 A CN 201710100619A CN 107066380 B CN107066380 B CN 107066380B
Authority
CN
China
Prior art keywords
function
test request
requested
result
current terminal
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.)
Active
Application number
CN201710100619.3A
Other languages
Chinese (zh)
Other versions
CN107066380A (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.)
Hisense Visual Technology Co Ltd
Original Assignee
Hisense Visual 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 Hisense Visual Technology Co Ltd filed Critical Hisense Visual Technology Co Ltd
Priority to CN201710100619.3A priority Critical patent/CN107066380B/en
Publication of CN107066380A publication Critical patent/CN107066380A/en
Application granted granted Critical
Publication of CN107066380B publication Critical patent/CN107066380B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • 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/3692Test management for test results analysis
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/24Arrangements for testing

Abstract

The embodiment of the application discloses an authentication method and an authentication device for an application comprising a redundant function, wherein when a function test request is received, the method identifies whether the function requested to be tested is the redundant function of a current terminal, and when the identification result is yes, the corresponding function is abandoned to be executed, and preset corresponding result data is directly fed back as the result of the function test request so as to complete the authentication process of a corresponding application program. By applying the technical scheme provided by the embodiment of the application, the redundant functions which do not exist in the current terminal or do not need to be authenticated are distinguished, the actual test process of executing the corresponding redundant functions is abandoned, and the feedback is performed by the preset result data, so that the corresponding functional modules or hardware do not need to be expanded, and the normal authentication process of the application program is not influenced.

Description

Authentication method and device for application containing redundancy function
Technical Field
The present invention relates to the field of application program authentication, and in particular, to an authentication method and apparatus for an application including a redundancy function.
Background
With the popularization of intelligent devices and the expansion of application fields, more and more electronic devices realize intelligent running and operation, realize the installation of application programs and expand more and more application functions through the promotion of hardware and the installation of intelligent operating systems, such as Android (an intelligent operating system developed by google), IOS (an intelligent operating system developed by apple corporation), and the like.
However, the installation of an application in an intelligent system requires first performing authentication of the application in an intelligent device.
There is an increasing certification of Android smart devices, but since Android is first popularized by smart phones, a significant part of test items (cases) of application programs are directed to the phones.
For smart devices that are becoming more and more diversified nowadays, for example, smart televisions based on Android, a significant portion of the functions that are applicable to mobile phones are not available in smart televisions (e.g., functions such as talking, short messages, etc.), and are not available to users. However, during the development and installation of the application program, the related authentication is needed, so that an authentication processing scheme is needed, and the corresponding function authentication can be realized when the integration of functions only used in the mobile phone is not needed.
The applicant has found in the course of implementing the present application that at least the following problems exist with the above-mentioned existing treatment solutions:
the prior art generally adopts a mode of expanding functional modules or hardware to actually complete such functional processing, thereby passing corresponding functional authentication. However, such a process is not necessarily applicable to the smart device in the application process, and further, since the authentication function is various, the expansion of the modules or hardware one by one increases unnecessary cost.
Therefore, a simple, quick and universal authentication method is lacked in the prior art, and the cost increase caused by the fact that one-by-one expansion of function modules or hardware expansion is required to be carried out for completing various authentication functions in the universal authentication method is avoided.
Disclosure of Invention
The embodiment of the application provides an authentication method and an authentication device for applications comprising redundant functions, so as to realize general authentication processing aiming at different redundant functions, and solve the problem of cost improvement caused by one module or hardware expansion for various authentication functions.
In order to achieve the above technical object, the present application provides an authentication method for an application including a redundancy function, the method specifically including:
when a function test request is received, identifying whether the function of the requested test is a redundant function of the current terminal;
if yes, the function test request is abandoned, and whether result data corresponding to the requested function is present or not is inquired in a preset result database;
and if the query result is present, feeding back the queried result data as the result of the function test request, so as to determine whether the application authentication corresponding to the function test is passed or not according to the result.
Preferably, when the function test request is received, the identifying whether the function to be tested is a redundant function of the current terminal specifically includes:
inquiring whether the function identification information carried by the function test request is preset redundant function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a redundant function;
if not, determining that the function requested to be tested by the function test request is a normal function;
the preset redundant function identification information is specifically identification information which is set according to the actual function of the current terminal and does not contain functions of the current terminal.
Preferably, when the function test request is received, the identifying whether the function to be tested is a redundant function of the current terminal specifically includes:
inquiring whether the function identification information carried by the function test request is preset current terminal function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a normal function;
if not, determining that the function requested to be tested by the function test request is a redundant function;
the preset current terminal function identification information is specifically identification information of functions supported by the current terminal and is set according to actual functions of the current terminal.
Preferably, when the function test request is received, after identifying whether the function to be tested is a redundant function of the current terminal, the method further includes:
and when the function requested to be tested by the function test request is determined to be a normal function, executing the function requested to be tested by the function test request, and feeding back the executed result data as the result of the function test request.
Preferably, after querying whether the result data corresponding to the function of the requested test exists in the preset result database, the method further includes:
if the query result is not present, feeding back the functional test result of the execution failure.
On the other hand, the embodiment of the application also provides an application authentication device, which specifically comprises:
the receiving module is used for receiving a function test request in the process of application authentication;
the identification module is used for identifying whether the function requested to be tested by the function test request received by the receiving module is a redundant function of the current terminal;
the processing module is used for giving up the execution of the function test request and inquiring whether the result data corresponding to the requested function exists in a preset result database when the identification result of the identification module is yes;
and the feedback module is used for feeding back the queried result data as the result of the function test request when the query result of the processing module is present, so as to determine whether the application authentication corresponding to the function test is passed or not according to the result.
Preferably, the identification module is specifically configured to:
inquiring whether the function identification information carried by the function test request received by the receiving module is preset redundant function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a redundant function;
if not, determining that the function requested to be tested by the function test request is a normal function;
the preset redundant function identification information is specifically identification information which is set according to the actual function of the current terminal and does not contain functions of the current terminal.
Preferably, the identification module is specifically configured to:
inquiring whether the function identification information carried by the function test request received by the receiving module is preset current terminal function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a normal function;
if not, determining that the function requested to be tested by the function test request is a redundant function;
the preset current terminal function identification information is specifically identification information of functions supported by the current terminal and is set according to actual functions of the current terminal.
Preferably, the processing module is further configured to:
and when the identification module determines that the function requested to be tested by the function test request is a normal function, executing the function requested to be tested by the function test request, and feeding back the executed result data as the result of the function test request.
Preferably, the feedback module is further configured to:
and if the query result of the processing module is nonexistent, feeding back a functional test result of the execution failure.
Compared with the prior art, the beneficial technical effects of the technical scheme provided by the embodiment of the application include:
the embodiment of the application discloses an authentication method and an authentication device for an application comprising a redundant function, wherein when a function test request is received, the method identifies whether the function requested to be tested is the redundant function of a current terminal, and when the identification result is yes, the corresponding function is abandoned to be executed, and preset corresponding result data is directly fed back as the result of the function test request so as to complete the authentication process of a corresponding application program. By applying the technical scheme provided by the embodiment of the application, the redundant functions which do not exist in the current terminal or do not need to be authenticated are distinguished, the actual test process of executing the corresponding redundant functions is abandoned, and the feedback is performed by the preset result data, so that the corresponding functional modules or hardware do not need to be expanded, and the normal authentication process of the application program is not influenced.
Drawings
In order to more clearly illustrate the technical solutions of the present application, the drawings that are needed in the description of the embodiments will be briefly introduced below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flow chart of an authentication method of an application including a redundancy function according to an embodiment of the present application;
FIG. 2 is a flow chart of an authentication process of an application program in the prior art;
fig. 3 is a flow chart of an authentication method of an application including a redundancy function in a specific application scenario according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an application authentication device according to an embodiment of the present application.
Detailed Description
As stated in the background art of the application, in the existing application authentication process, since some applications do not differentiate the types of intelligent terminal devices, even if some functions that are not available in the current terminals are tested in the authentication process, corresponding function modules or hardware need to be expanded, otherwise normal operation of the authentication process is affected, and because of diversification of the applications, the expansion requirements are increased, so that a great amount of unnecessary cost investment is obviously increased.
The inventor hopes that by the method provided by the application, the filtering can be realized aiming at the redundant function test request of the current terminal in the authentication process, the filtered redundant function test is abandoned, and the feedback is directly carried out by the preset result data, so that the function module or hardware is prevented from being expanded for the redundant function and unnecessary cost investment generated by the redundant function module or hardware is avoided on the premise that the normal operation of the authentication process is not influenced.
As shown in fig. 1, a flow chart of an authentication method for an application including a redundancy function according to an embodiment of the present application is provided, where the method is applied to a scenario of application authentication through a functional test, and specifically includes:
step S101, when a function test request is received, whether the function of the requested test is a redundant function of the current terminal is identified.
If the identification result is yes, executing step S102;
if the identification result is negative, determining that the function requested by the function test request is a normal function, executing the function requested by the function test request, and feeding back the executed result data as the result of the function test request.
In a specific application scenario, according to the difference of specific recognition standards, the following two situations can be classified for performing recognition of the redundancy function, which is specifically described as follows:
and in the first case, redundant function screening is directly carried out. The recognition standard has the advantages that the redundant function can be directly found, and the subsequent data result can be correspondingly extracted due to the fact that the corresponding redundant function screening standard is preset. The specific screening process is as follows:
inquiring whether the function identification information carried by the function test request is preset redundant function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a redundant function;
if not, determining that the function requested to be tested by the function test request is a normal function;
the preset redundant function identification information is specifically identification information which is set according to the actual function of the current terminal and does not contain functions of the current terminal.
And in the second case, the functions supported by the current terminal are used for elimination. The processing has the advantages that all redundant function types do not need to be determined in advance, only the types of normal functions which can be supported locally need to be determined, and the influence on the normal authentication process of the application program due to the unknown or missing redundant functions of the unlabeled part is avoided. The specific screening process is as follows:
inquiring whether the function identification information carried by the function test request is preset current terminal function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a normal function;
if not, determining that the function requested to be tested by the function test request is a redundant function;
the preset current terminal function identification information is specifically identification information of functions supported by the current terminal and is set according to actual functions of the current terminal.
In a specific application scene, according to actual requirements and the difficulty level of preset screening information, which screening scheme is adopted specifically can be determined, and therefore the protection scope of the application cannot be affected by the change of the screening scheme.
Step S102, the function test request is abandoned, and whether result data corresponding to the requested function is present or not is inquired in a preset result database.
If the query result is present, executing step S103;
if the query result is not present, step S104 is performed.
By executing the step, the execution process of the redundant function of the requested test is abandoned, so that the corresponding functional module or hardware is not required, and the cost input for corresponding expansion is avoided. And the result data is extracted and fed back through the result database, so that the realization of the normal authentication process is ensured.
And step 103, feeding back the queried result data to the result of the function test request so as to determine whether the application authentication corresponding to the function test passes or not according to the result.
Step S104, feeding back the function test result of the execution failure.
It should be noted that, the feedback in this step may be that the result data of the corresponding redundant function is not set in the preset result database, so on one hand, the feedback of the result of the execution failure may be performed according to this step, and on the other hand, the feedback may also be performed with the default result data, so as to ensure the normal running of the authentication process.
By the step, the application programs with the redundant functions which the current terminal does not want to contain can be further filtered, for example, based on safety consideration, for the current terminal with low safety protection level, all the application programs with the related transaction functions can be filtered, and the authentication process of the corresponding application programs is affected by feeding back the execution failure result, so that the corresponding application programs cannot pass the authentication of the current terminal and cannot be installed, and the influence on the fund safety of a user due to the installation of the corresponding transaction functions is naturally avoided.
Compared with the prior art, the beneficial technical effects of the technical scheme provided by the embodiment of the application include:
the embodiment of the application discloses an authentication method and an authentication device for an application comprising a redundant function, wherein when a function test request is received, the method identifies whether the function requested to be tested is the redundant function of a current terminal, and when the identification result is yes, the corresponding function is abandoned to be executed, and preset corresponding result data is directly fed back as the result of the function test request so as to complete the authentication process of a corresponding application program. By applying the technical scheme provided by the embodiment of the application, the redundant functions which do not exist in the current terminal or do not need to be authenticated are distinguished, the actual test process of executing the corresponding redundant functions is abandoned, and the feedback is performed by the preset result data, so that the corresponding functional modules or hardware do not need to be expanded, and the normal authentication process of the application program is not influenced.
The following description of the embodiments of the present application will be made apparent, and fully described, with reference to the accompanying drawings, in which embodiments described are some, but not all embodiments of the application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present application based on the embodiments herein.
As described in the background art, as shown in fig. 2, a flow chart of an authentication process of an application program in the prior art is shown. The test procedure of two functions is described as an example.
And testing a first test function and a call function.
When a call is placed, the corresponding test items can be passed through by the cooperation of the phone App (application program), on the one hand, the phone App (similar to the call, such as a short message, a contact person, etc.) is unnecessary for the smart television, and on the other hand, if the smart television is to integrate the apps, hardware cooperation (such as a microphone, etc.) is necessary, so that television cost is increased, otherwise, the related test items cannot be passed.
Testing function II and media support.
For supporting test of media such as pictures and videos, the cooperation of a gallery App or a player App is required, and specific functional test is realized by receiving specific intent.
Similarly, there are other examples of the requirements, such as testing whether an App supports a calculator, a calendar, adding, deleting, modifying and checking contacts, etc., if the tests are to be implemented, the required apps (functional modules or hardware) need to be integrated into the whole machine of the current terminal, system resources are occupied in a large amount, the test items are completely independent, and the apps to be accessed are also completely independent. Therefore, the diversified testing process will put more expansion demands, which affect the necessary cost control and resource allocation.
In order to solve the problems in the prior art, the embodiment of the application provides a filtering operation of redundant functions which do not need to be supported by the current terminal, and the pre-stored result data is used for replacing the result of the actual execution test process to feed back, so that the cost increase caused by the expansion of the functional module or hardware is avoided on the basis of ensuring the normal implementation of the authentication flow.
As shown in fig. 3, a flow chart of an authentication method of an application including a redundant function in a specific application scenario provided in an embodiment of the present application is also taken as an example of the foregoing two functional test procedures, and a processing procedure after the application of the technical solution provided in the present application is shown in contrast, where a specific processing unit is embedded in a flow in a form of a customized App, and the corresponding flow specifically includes:
and testing a first test function and a call function.
When the function test of dialing is carried out, the current terminal determines that the call function is a redundant function through the identification process, so that the execution operation of the corresponding function is not needed to be truly carried out. The corresponding dialling Intent is executed by customizing the App, but unlike the prior art, the customizing App does not do real dialling operation, but packages the preset result data according to the result form required by the test item, and then sends the result data to the test item in a broadcasting mode. Therefore, under the condition of no real call operation, the normal call function test flow is completed, and the call function is a redundant function, so that the result error cannot influence normal authentication and subsequent application operation.
Testing function II and media support.
For supporting test of media such as pictures and videos, if the constructed Intents have Activity, the custom App can accept the Intents is checked, that is, similar test items are all walked into the custom App and do not pass through the actual gallery App.
Other functional tests can be similarly performed, and the diversity of the functional tests is considered, so that a general redundant functional filtering mode can save a great deal of expansion requirements of functional modules or hardware and save a great deal of cost investment.
Compared with the prior art, the beneficial technical effects of the technical scheme provided by the embodiment of the application include:
the embodiment of the application discloses an authentication method and an authentication device for an application comprising a redundant function, wherein when a function test request is received, the method identifies whether the function requested to be tested is the redundant function of a current terminal, and when the identification result is yes, the corresponding function is abandoned to be executed, and the result of the function test request is fed back by preset corresponding result data directly so as to complete the authentication process of a corresponding application program. By applying the technical scheme provided by the embodiment of the application, the redundant functions which do not exist in the current terminal or do not need to be authenticated are distinguished, the actual test process of executing the corresponding redundant functions is abandoned, and the feedback is performed by the preset result data, so that the corresponding functional modules or hardware do not need to be expanded, and the normal authentication process of the application program is not influenced.
In order to more clearly illustrate the solution provided in the foregoing embodiments of the present application, based on the same inventive concept as the foregoing method, the embodiments of the present application further provide an application authentication device, a schematic structural diagram of which is shown in fig. 4, and specifically includes:
a receiving module 41, configured to receive a functional test request during an application authentication process;
an identifying module 42, configured to identify whether the function requested to be tested by the function test request received by the receiving module 41 is a redundant function of the current terminal;
a processing module 43, configured to discard the execution of the function test request and query a preset result database for whether there is result data corresponding to the requested function for testing, when the identification result of the identification module 42 is yes;
and a feedback module 44, configured to, when the query result of the processing module 43 is present, feed back the result of the functional test request according to the queried result data, so as to determine whether the application authentication corresponding to the functional test passes according to the result.
Preferably, the identification module 42 is specifically configured to:
inquiring whether the function identification information carried by the function test request received by the receiving module 41 is preset redundant function identification information;
if yes, determining that the function requested to be tested by the function test request is a redundant function;
if not, determining that the function requested to be tested by the function test request is a normal function;
the preset redundant function identification information is specifically identification information which is set according to the actual function of the current terminal and does not contain functions of the current terminal.
Preferably, the identification module 42 is specifically configured to:
inquiring whether the function identification information carried by the function test request received by the receiving module 41 is preset current terminal function identification information;
if yes, determining that the function requested to be tested by the function test request is a normal function;
if not, determining that the function requested to be tested by the function test request is a redundant function;
the preset current terminal function identification information is specifically identification information of functions supported by the current terminal and is set according to actual functions of the current terminal.
Preferably, the processing module 43 is further configured to:
when the identification module 42 determines that the function requested to be tested by the functional test request is a normal function, the function requested to be tested by the functional test request is executed, and the result of the functional test request is fed back by the executed result data.
Preferably, the feedback module 44 is further configured to:
if the query result of the processing module 43 is nonexistent, a functional test result of the execution failure is fed back.
Compared with the prior art, the beneficial technical effects of the technical scheme provided by the embodiment of the application include:
the embodiment of the application discloses an authentication method and an authentication device for an application comprising a redundant function, wherein when a function test request is received, the method identifies whether the function requested to be tested is the redundant function of a current terminal, and when the identification result is yes, the corresponding function is abandoned to be executed, and the result of the function test request is fed back by preset corresponding result data directly so as to complete the authentication process of a corresponding application program. By applying the technical scheme provided by the embodiment of the application, the redundant functions which do not exist in the current terminal or do not need to be authenticated are distinguished, the actual test process of executing the corresponding redundant functions is abandoned, and the feedback is performed by the preset result data, so that the corresponding functional modules or hardware do not need to be expanded, and the normal authentication process of the application program is not influenced.
From the foregoing description of the embodiments, those skilled in the art will readily appreciate that embodiments of the present invention may be implemented in hardware, or by means of software plus a necessary general purpose hardware platform. Based on such understanding, the technical solution of the embodiments of the present invention may be embodied in the form of a software product, where the software product may be stored in a nonvolatile storage medium (may be a CD-ROM, a U-disk, a mobile hard disk, etc.), and includes several instructions for causing a computer device (may be a personal computer, a server, or a network side device, etc.) to execute the method described in the respective implementation scenario of the embodiments of the present invention.
Those skilled in the art will appreciate that the drawing is merely a schematic illustration of a preferred implementation scenario and that the modules or flows in the drawing are not necessarily required to practice embodiments of the invention.
Those skilled in the art will appreciate that modules in an apparatus in an implementation scenario may be distributed in an apparatus in an implementation scenario according to an implementation scenario description, or that corresponding changes may be located in one or more apparatuses different from the implementation scenario. The modules of the implementation scenario may be combined into one module, or may be further split into a plurality of sub-modules.
The foregoing embodiment numbers of the present invention are merely for describing, and do not represent advantages or disadvantages of implementation scenarios.
The foregoing disclosure is merely illustrative of some embodiments of the present invention, but the embodiments of the present invention are not limited thereto, and any changes that may be made by those skilled in the art should fall within the service limitation scope of the embodiments of the present invention.

Claims (10)

1. An authentication method for an application comprising a redundancy function, the method comprising in particular:
when a function test request is received, identifying whether the function of the requested test is a redundant function of the current terminal;
if yes, the test request is abandoned, and whether result data corresponding to the requested test function exists or not is inquired in a preset result database;
and if the query result is present, feeding back the queried result data as the result of the test request to determine whether the application authentication corresponding to the functional test is passed or not according to the result.
2. The method according to claim 1, wherein when a function test request is received, the identifying whether the function of the requested test is a redundant function of the current terminal, specifically comprises:
inquiring whether the function identification information carried by the function test request is preset redundant function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a redundant function;
if not, determining that the function requested to be tested by the function test request is a normal function;
the preset redundant function identification information is specifically identification information which is set according to the actual function of the current terminal and does not contain functions of the current terminal.
3. The method according to claim 1, wherein when a function test request is received, the identifying whether the function of the requested test is a redundant function of the current terminal, specifically comprises:
inquiring whether the function identification information carried by the function test request is preset current terminal function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a normal function;
if not, determining that the function requested to be tested by the function test request is a redundant function;
the preset current terminal function identification information is specifically identification information of functions supported by the current terminal and is set according to actual functions of the current terminal.
4. A method according to any one of claims 1 to 3, wherein upon receiving a function test request, after identifying whether the function of the requested test is a redundant function of the current terminal, further comprising:
and when the function requested by the function test request is determined to be a normal function, executing the function requested by the function test request, and feeding back the executed result data as a function test result.
5. The method of claim 1, wherein after querying a preset result database for the presence of result data corresponding to the function of the requested test, further comprising:
if the query result is not present, feeding back the functional test result of the execution failure.
6. An application authentication device, characterized in that the device specifically comprises:
the receiving module is used for receiving a function test request in the process of application authentication;
the identification module is used for identifying whether the function requested to be tested by the function test request received by the receiving module is a redundant function of the current terminal;
the processing module is used for giving up the execution of the function test request and inquiring whether the result data corresponding to the requested function exists in a preset result database when the identification result of the identification module is yes;
and the feedback module is used for feeding back the queried result data as the result of the function test request when the query result of the processing module is present, so as to determine whether the application authentication corresponding to the function test is passed or not according to the result.
7. The apparatus of claim 6, wherein the identification module is specifically configured to:
inquiring whether the function identification information carried by the function test request received by the receiving module is preset redundant function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a redundant function;
if not, determining that the function requested to be tested by the function test request is a normal function;
the preset redundant function identification information is specifically identification information which is set according to the actual function of the current terminal and does not contain functions of the current terminal.
8. The apparatus of claim 6, wherein the identification module is specifically configured to:
inquiring whether the function identification information carried by the function test request received by the receiving module is preset current terminal function identification information or not;
if yes, determining that the function requested to be tested by the function test request is a normal function;
if not, determining that the function requested to be tested by the function test request is a redundant function;
the preset current terminal function identification information is specifically identification information of functions supported by the current terminal and is set according to actual functions of the current terminal.
9. The apparatus of any of claims 6 to 8, wherein the processing module is further to:
and when the identification module determines that the function requested to be tested by the function test request is a normal function, executing the function requested to be tested by the function test request, and feeding back the executed result data as the result of the function test request.
10. The apparatus of claim 6, wherein the feedback module is further to:
and if the query result of the processing module is nonexistent, feeding back a functional test result of the execution failure.
CN201710100619.3A 2017-02-23 2017-02-23 Authentication method and device for application containing redundancy function Active CN107066380B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710100619.3A CN107066380B (en) 2017-02-23 2017-02-23 Authentication method and device for application containing redundancy function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710100619.3A CN107066380B (en) 2017-02-23 2017-02-23 Authentication method and device for application containing redundancy function

Publications (2)

Publication Number Publication Date
CN107066380A CN107066380A (en) 2017-08-18
CN107066380B true CN107066380B (en) 2023-05-16

Family

ID=59622617

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710100619.3A Active CN107066380B (en) 2017-02-23 2017-02-23 Authentication method and device for application containing redundancy function

Country Status (1)

Country Link
CN (1) CN107066380B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109582511B (en) * 2017-09-29 2022-11-15 龙芯中科技术股份有限公司 Controller generation method and device and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049379A (en) * 2012-12-19 2013-04-17 中国铁道科学研究院 System testing method
CN103678104A (en) * 2012-09-17 2014-03-26 腾讯科技(深圳)有限公司 Data-based automatic testing method and data-based automatic testing device

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3569371B2 (en) * 1996-01-24 2004-09-22 富士通株式会社 Repeater test system and test method
JP3910792B2 (en) * 2000-09-28 2007-04-25 株式会社東芝 Information maintenance system and information maintenance method
WO2009105883A1 (en) * 2008-02-27 2009-09-03 Wurldtech Security Technologies System and method for grammar based test planning
CN102214139B (en) * 2011-06-01 2013-11-27 北京航空航天大学 Automatic test performance control and debugging method facing distributed system
CN103312855A (en) * 2012-03-09 2013-09-18 中兴通讯股份有限公司 Information backup method and device, and mobile terminal
US8913504B2 (en) * 2012-05-02 2014-12-16 Litepoint Corporation System and method for initiating testing of multiple communication devices
CN102710833B (en) * 2012-05-03 2015-07-08 广东欧珀移动通信有限公司 Mobile phone test case and automatic generation method thereof
CN103593279B (en) * 2012-08-13 2018-02-02 百度在线网络技术(北京)有限公司 A kind of method and apparatus of system testing
KR102013373B1 (en) * 2013-08-28 2019-08-23 삼성전자주식회사 Method, apparatus and recovering medium for interworking with external terminal
CN105593826B (en) * 2013-09-30 2019-11-19 Mts系统公司 A kind of method for the test that long-range monitoring executes in a test device and calculate equipment
CN104753674B (en) * 2013-12-31 2018-10-12 中国移动通信集团公司 A kind of verification method and equipment of application identity
CN104731587A (en) * 2015-03-12 2015-06-24 用友网络科技股份有限公司 Unit testing data generating method and unit testing data generating system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103678104A (en) * 2012-09-17 2014-03-26 腾讯科技(深圳)有限公司 Data-based automatic testing method and data-based automatic testing device
CN103049379A (en) * 2012-12-19 2013-04-17 中国铁道科学研究院 System testing method

Also Published As

Publication number Publication date
CN107066380A (en) 2017-08-18

Similar Documents

Publication Publication Date Title
CN106201574B (en) Application interface starting method and device
CN110597611B (en) Task scheduling method and device
CN104756080A (en) Augmenting capabilities of a host device
CN111708655A (en) Application crash processing method, device and system
CN107291510A (en) A kind of Linux inter-vehicle information systems quick start method
CN103249027B (en) The method and apparatus that a kind of terminal traffic processes
CN103593217A (en) Method and terminal for adjusting hook key start application order of earphone
CN111597065B (en) Method and device for collecting equipment information
CN105404582A (en) Application improvement verification method and system
WO2016192161A1 (en) Data processing method and device
CN111552942B (en) Identity authentication method, system, device and computer storage medium
CN107066380B (en) Authentication method and device for application containing redundancy function
CN113515420B (en) Test method and test system
CN108647102B (en) Service request processing method and device of heterogeneous system and electronic equipment
CN111767087A (en) Adaptive theme configuration method and device
CN109542775B (en) Test script generation and execution method and device
CN114880018A (en) Request processing method and device, storage medium and electronic equipment
CN107483534B (en) Service processing method and device
CN105872775A (en) Silent uninstalling method and device for smart cloud TV application
CN112203270B (en) Terminal control method, device, electronic equipment and storage medium
US9189633B2 (en) Download management method and device based on android browser
CN110035496B (en) Cloud platform switching method and system and electronic equipment
CN111651469A (en) Method and device for managing block chain system contract
CN112181466B (en) Cloud upgrading method and system for firmware of voice air conditioner
CN112882908B (en) Method and device for generating information

Legal Events

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

Address after: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Applicant after: Hisense Video Technology Co.,Ltd.

Address before: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Applicant before: QINGDAO HISENSE ELECTRONICS Co.,Ltd.

GR01 Patent grant
GR01 Patent grant