CN105512032A - Middle database virtual control test method and system - Google Patents

Middle database virtual control test method and system Download PDF

Info

Publication number
CN105512032A
CN105512032A CN201510862976.4A CN201510862976A CN105512032A CN 105512032 A CN105512032 A CN 105512032A CN 201510862976 A CN201510862976 A CN 201510862976A CN 105512032 A CN105512032 A CN 105512032A
Authority
CN
China
Prior art keywords
middle database
interface
trigger condition
virtual terminal
service logic
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
CN201510862976.4A
Other languages
Chinese (zh)
Other versions
CN105512032B (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.)
Fujian Landi Commercial Equipment Co Ltd
Original Assignee
Fujian Landi Commercial Equipment 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 Fujian Landi Commercial Equipment Co Ltd filed Critical Fujian Landi Commercial Equipment Co Ltd
Priority to CN201510862976.4A priority Critical patent/CN105512032B/en
Publication of CN105512032A publication Critical patent/CN105512032A/en
Priority to PCT/CN2016/092814 priority patent/WO2017092391A1/en
Application granted granted Critical
Publication of CN105512032B publication Critical patent/CN105512032B/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
    • 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)
  • Telephonic Communication Services (AREA)
  • Monitoring And Testing Of Exchanges (AREA)

Abstract

The invention provides a middle database virtual control test method and system; the method comprises the following steps: presetting a business logic trigger condition; using a middle database unvarnished transmission interface to send the business logic trigger condition to a virtual terminal; the virtual terminal stores the business logic trigger condition, and returns the storage result to the middle database; the middle database calls a to-be tested interface; the virtual terminal identifies the to-be tested interface, and returns the business logic trigger condition to the middle database; the middle database carries out business logic processing according to the business logic trigger condition, and outputs a processing result. The method and system provide same effect with a real application scene, have authenticity property, and only the middle database is needed to be configured with small changes, thus ensuring test object integrity; furthermore, the virtual terminal returned content only is configured one time, and a testing process is simple and efficient; finally, the virtual terminal control method can be realized, and a test script can be repeatedly used, thus providing high reusability.

Description

A kind of middle database virtual controlling method of testing and system thereof
Technical field
The present invention relates to middle database port test field, specifically be a kind of middle database virtual controlling method of testing and system thereof.
Background technology
In prior art, upper layer application (be generally application APP), by writing direct code or to realize with Communication Layer (terminal) by the api interface (application programming port) calling middle database mutual, stores the related service process data of upper layer application in middle database.Middle database encapsulation lower floor middle database belongs to nested encapsulation, externally only provides visible api interface for upper strata application call.
Whether the function of middle database api interface is normal, after can only completing data processing by interface, the result of reacting in upper layer application judges, if the function of api interface occurs abnormal, then tube terminal does not return any data, and the data of the display in upper layer application all will be abnormal.In the prior art, mostly adopt pitching pile mode to realize comprising the functions such as interface isolation, polishing, control to api interface, namely directly control the result that upper layer application exports.Pitching pile mode and directly write pitching pile code in middle database, controls by pitching pile code the result returning to api interface.The mode of this write code data, first, destroy the integrality of middle database source code, make test process workload larger; The second, test process has bypassed Communication Layer, different from actual environment, cannot guarantee testing precision; Three, when use-case number is more or function repeatedly calls a code and each require to return Different Results time, the more difficult control of stake code, and need constantly to upgrade amendment along with the difference of code speech and version, code reuse is little.
Therefore, be necessary to provide a kind of method of testing for middle database interface and system thereof, to solve the problem.
Summary of the invention
Technical matters to be solved by this invention is: provide a kind of middle database virtual controlling method of testing and system thereof, by processing according to the service logic trigger condition preset, simple, the efficient functional test of test interface is treated in realization, test mode reusability is high, and realistic use scenes.
In order to solve the problems of the technologies described above, the technical solution used in the present invention is:
A kind of middle database virtual controlling method of testing is provided, comprises:
Pre-set business logical triggering condition;
By the transparent transmission communication interface of middle database, described service logic trigger condition is sent to virtual terminal;
Virtual terminal stores described service logic trigger condition, and returns event memory to middle database;
Middle database calls interface to be tested;
Interface to be tested described in virtual terminal identification, and return described service logic trigger condition to middle database;
Middle database carries out business logic processing according to described service logic trigger condition, output processing result.
Another technical scheme provided by the invention is:
A kind of middle database virtual controlling test macro, comprising:
Presetting module, for pre-set business logical triggering condition;
First sending module; For the transparent transmission communication interface by middle database, described service logic trigger condition is sent to virtual terminal;
Memory module, stores described service logic trigger condition for virtual terminal;
First returns module, returns event memory to middle database for virtual terminal;
Calling module, calls interface to be tested for middle database;
Identification module, for interface to be tested described in virtual terminal identification;
Second returns module, returns described service logic trigger condition to middle database for virtual terminal;
Processing module, carries out business logic processing for middle database according to described service logic trigger condition, output processing result.
Beneficial effect of the present invention is: the present invention carrys out the actual reciprocal process of pseudo-terminal and middle database by setting up virtual terminal, break away from the requirement to true test environment; By the service logic trigger condition of default correspondence interface to be tested, and be stored in virtual terminal; The type of recognition interface can be resolved, and when middle database calls interface to be tested, control virtual terminal and return to interface to be tested, interface to be tested is made to carry out corresponding business logic processing according to the service logic trigger condition preset, and then judge that whether the function of interface to be tested is normal, and then whether the various process of checking middle database API are normal.Test process of the present invention is simple, efficient, reusability is high, and realistic use scenes.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of a kind of middle database virtual controlling of the present invention method of testing;
Fig. 2 is the schematic flow sheet of the embodiment of the present invention one one kinds of middle database virtual controlling method of testings;
Fig. 3 is the structural representation of a kind of middle database virtual controlling of embodiment of the present invention test macro;
Fig. 4 is the structural representation of the embodiment of the present invention 21 kinds of middle database virtual controlling test macros.
Label declaration:
1, presetting module; 2, the first sending module; 3, memory module; 4, first module is returned;
5, calling module; 6, identification module; 7, second module is returned; 8, processing module;
9, authentication module; 10, receiver module.
Embodiment
By describing technology contents of the present invention in detail, realized object and effect, accompanying drawing is coordinated to be explained below in conjunction with embodiment.
The design of most critical of the present invention is: the type of resolving recognition interface when calling interface, the service logic trigger condition of interface to be tested is preset by transparent transmission communication interface, parsing controls to return service logic trigger condition when being identified as interface to be tested, the actual reciprocal process of simulation middle database and terminal, realizes the comprehensive coverage test of middle database interface.The explanation of technical terms that the present invention relates to:
Please refer to Fig. 1 and Fig. 2, the invention provides a kind of middle database virtual controlling method of testing, comprising:
Pre-set business logical triggering condition;
By the transparent transmission communication interface of middle database, described service logic trigger condition is sent to virtual terminal;
Virtual terminal stores described service logic trigger condition, and returns event memory to middle database;
Middle database calls interface to be tested;
Interface to be tested described in virtual terminal identification, and return described service logic trigger condition to middle database;
Middle database carries out business logic processing according to described service logic trigger condition, output processing result.From foregoing description, beneficial effect of the present invention is: the present invention, compared with the method for testing of prior art, has at least following advantage: (1) adopts and controls the echo plex mode test of middle database mutual opposite end, identical with the true use scenes of middle database; (2) only in middle database, implant particular interface subtest, other amendments are not carried out to tested object, ensure tested object integrality; (3) can virtual terminal returned content successively, implementation method is simply efficient; (4) use terminal dummy control method, do not limit by middle database code speech, as long as interface interchange lower floor middle database order is identical, then test script can be directly multiplexing, and reusability is high.
Further, after described " middle database carries out business logic processing according to described service logic trigger condition, output processing result ", comprise further:
Middle database verifies described result according to the logic of business functions of described interface to be tested.
Seen from the above description, the service logic trigger condition returned according to virtual terminal at interface to be tested processes accordingly, after drawing result, middle database by the correctness of the functional verification result according to interface to be tested, and then verifies that whether interface to be tested is normal.
Further, before described " described service logic trigger condition being sent to virtual terminal by the transparent transmission communication interface of middle database ", comprise further:
Middle database receives the call instruction of a corresponding interface;
Resolve described call instruction, if transparent transmission communication interface, then perform the step that described service logic trigger condition is sent to virtual terminal by the described transparent transmission communication interface by middle database.
Seen from the above description, middle database can analysis judgment upper layer application calls is interface type, and utilizes transparent transmission communication interface to send service logic trigger condition to be sent to virtual terminal, as returning when calling corresponding function interface.
Further, described " described in virtual terminal identification interface to be tested " is specially:
Interface to be detected sends request process business datum to virtual terminal;
Virtual terminal receives described request process business datum, is identified as interface to be tested.
Seen from the above description, virtual terminal can judge the interface type that middle database calls according to the Data Analysis sended over, to make corresponding process.
Further, described " middle database carries out business logic processing according to described service logic trigger condition, output processing result " is specially:
Middle database calls interface to be tested and carries out business logic processing according to the described service logic trigger condition received, and output processing result is to upper layer application.
Further, middle database is stored to nested middle database after receiving described service logic trigger condition; Call interface to be tested by described nested middle database and carry out business logic processing according to described service logic trigger condition.
Seen from the above description, said process is that interface to be tested carries out corresponding business logic processing according to returning of virtual terminal, and judges result by upper layer application, finally realizes the whether normal intuitive judgment of interface function to be tested.
A kind of middle database virtual controlling method of testing of the present invention, only need revise the configuration of middle database, configure the simple virtual terminal of a function simultaneously, just when middle database calling function interface, by controlling the returned content of virtual terminal, the functional test to middle library facility interface can be realized, test process is simple, efficient, and reusability is high, meet true use scenes, the test result precision obtained is high.
Another technical scheme provided by the invention is:
A kind of middle database virtual controlling test macro, comprising:
Presetting module 1, for pre-set business logical triggering condition;
First sending module 2; For the transparent transmission communication interface by middle database, described service logic trigger condition is sent to virtual terminal;
Memory module 3, stores described service logic trigger condition for virtual terminal;
First returns module 4, returns event memory to middle database for virtual terminal;
Calling module 5, calls interface to be tested for middle database;
Identification module 6, for interface to be tested described in virtual terminal identification;
Second returns module 7, returns described service logic trigger condition to middle database for virtual terminal;
Processing module 8, carries out business logic processing for middle database according to described service logic trigger condition, output processing result.
Further, also comprise authentication module 9, verify described result for middle database according to the logic of business functions of described interface to be tested.
Further, also comprise:
Receiver module 10, receives the call instruction of a corresponding interface for middle database;
First parsing module, for resolving described call instruction, obtains the first analysis result;
Described first sending module 2, for when described first analysis result is transparent transmission communication interface, is sent to virtual terminal by the transparent transmission communication interface of middle database by described service logic trigger condition.
Further, described middle database comprises nested middle database, and described identification module comprises transmitting element and receiving element;
Described transmitting element, sends request process business datum to virtual terminal for interface to be detected;
Described receiving element, receives described request process business datum for virtual terminal, is identified as interface to be tested;
Described processing module 8, call interface to be tested specifically for middle database and carry out business logic processing according to the described service logic trigger condition received, output processing result is to upper layer application;
Described nested middle database, for storing the described service logic trigger condition that middle database receives, and calls interface to be tested and carries out business logic processing according to described service logic trigger condition.
Please refer to Fig. 2, embodiments of the invention one are:
A kind of middle database virtual controlling method of testing is provided, implant controller and resolver in tested object middle database, by the type of resolver recognition interface, by the content that controller virtual terminal returns, realize controlling returning of middle database nested inside API, thus whether the function of checking middle database api interface is normal.
(1) configuration testing environment
1, tested object (middle database) code implant
Configure the first resolver and the first controller in middle database, receive external interface when calling, first by the first resolver resolves process;
When first resolver recognition interface is special transparent transmission communication interface A, controlled to be sent by transparent transmission communication interface A to carry data (the service logic trigger condition of corresponding functional interface B to be measured) to terminal (the mutual opposite end of middle database) by the first controller.
2, configuration virtual terminal
Possessing beyond the data processing function treating test interface, increasing the second resolver and second controller, receiving interface when sending over data, by the second resolver resolves process;
Second resolver recognizes interface when being special transparent transmission communication interface A, the data sended over by second controller control terminal storage transparent transmission communication interface A, the service logic trigger condition of namely above-mentioned correspondence functional interface B to be measured, as successor virtual return data.
(2) test process
1, the transmission of upper layer application layer calls the instruction of interface B to be tested to middle database;
2, middle database receives the call instruction of corresponding interface B to be tested; Use the interface type that described in the first resolver resolves, call instruction is corresponding, and call corresponding interface B to be tested by the first controller, interface B to be tested sends corresponding request process business datum to terminal according to its function;
3, after terminal receives described request process business datum, identifying it by the second resolver resolves and non-special transparent transmission communication interface A, is then functional interface B to be tested; Call second controller control terminal and return the described service logic trigger condition that prestores to middle database;
4, after middle database receives described service logic trigger condition, be returning of interface B to be tested by the first resolver identification, just by second controller, described service logic trigger condition sent to nested middle database layer;
5, nested middle database layer receives the business datum that second controller returns, and returns to the functional interface B of middle database (tested object), then by functional interface B, result is returned to upper layer application after row relax of going forward side by side;
The result of 6, showing according to upper layer application judges whether the function of interface B to be tested occurs exception.
Please refer to Fig. 3 and 4, embodiments of the invention two are:
A kind of middle database virtual controlling test macro, comprises upper layer application, middle database and terminal; Described middle database is configured with nested middle database, presetting module 1, first sending module 2, calling module 5, processing module 8, receiver module 10, first parsing module;
Described terminal configuration has memory module 3, first to return module 4, identification module 6, second returns module 7, authentication module 9, and described identification module 6 comprises transmitting element and receiving element;
Described presetting module 1, for pre-set business logical triggering condition;
Described receiver module 10, receives the call instruction of a corresponding interface for middle database;
Described first parsing module, for resolving described call instruction, obtains the first analysis result;
Described first sending module 2; For the transparent transmission communication interface by middle database, described service logic trigger condition is sent to virtual terminal;
Described calling module 5, calls interface to be tested for middle database;
Described processing module 8, carries out business logic processing for middle database according to described service logic trigger condition, output processing result.
Described memory module 3, stores described service logic trigger condition for virtual terminal;
Described first returns module 4, returns event memory to middle database for virtual terminal;
Described identification module 6, for interface to be tested described in virtual terminal identification; Concrete, described transmitting element, sends request process business datum to virtual terminal for interface to be detected; Described receiving element, receives described request process business datum for virtual terminal, is identified as interface to be tested;
Described second returns module 7, returns described service logic trigger condition to middle database for virtual terminal;
Described authentication module 9, for verifying described result according to the logic of business functions of described interface to be tested.
Refer to 1-3, embodiments of the invention three are:
1, middle database test interface
The business function of loginTran Interface realization initiates to register transaction; Interface internal logical process is upper layer application when calling this interface, and middle database first can judge the state of terminal, and such as, when terminal return parameters is not downloaded, middle database can make business logic processing response (initiating parameter downloads request).
2, content measurement:
Checking upper layer application calls loginTran interface, and during the non-download state of terminal return parameters, the process of middle database interior business has correct trigger parameter to download;
3, test prepares:
1) upper layer application calls default communication interface A, arranges the business trigger condition that terminal presets " the non-download state of parameter ";
2) terminal recognition presets communication interface A, carries out storing described pre-set business trigger condition;
3) terminal returns pre-set business trigger condition event memory to middle database;
4, test execution:
1) upper layer application calls loginTran interface (tested object B interface), and middle database sends business datum to terminal;
2) terminal recognition is functional test interface, returns the pre-set business treatment conditions data (the non-download state of parameter) of storage;
3) nested middle database receives data, carries out sending data to middle database after business judges process;
4) middle database returns according to nested middle database interface, carries out business and judges process (judge that SOT state of termination is that parameter is not downloaded, then carry out parameter downloads flow process);
5), after verifying loginTran interface interchange, middle database has and normally carries out parameter downloads, and meet interface business logical process, functional interface test is passed through.
In sum, a kind of middle database virtual controlling method of testing provided by the invention and system thereof, not only identical with actual use scenes, possess authenticity, and only need be configured middle database, change little, ensure the integrality of tested object; Further, a content that need configuration virtual terminal returns, test process is simple, efficient; Finally, realization of the present invention uses virtual terminal control method, and test script can be recycled, and reusability is high.
The foregoing is only embodiments of the invention; not thereby the scope of the claims of the present invention is limited; every equivalents utilizing instructions of the present invention and accompanying drawing content to do, or be directly or indirectly used in relevant technical field, be all in like manner included in scope of patent protection of the present invention.

Claims (10)

1. a middle database virtual controlling method of testing, is characterized in that, comprising:
Pre-set business logical triggering condition;
By the transparent transmission communication interface of middle database, described service logic trigger condition is sent to virtual terminal;
Virtual terminal stores described service logic trigger condition, and returns event memory to middle database;
Middle database calls interface to be tested;
Interface to be tested described in virtual terminal identification, and return described service logic trigger condition to middle database;
Middle database carries out business logic processing according to described service logic trigger condition, output processing result.
2. middle database virtual controlling method of testing as claimed in claim 1, is characterized in that, after described " middle database carries out business logic processing according to described service logic trigger condition, output processing result ", comprise further:
Logic of business functions according to described interface to be tested verifies described result.
3. middle database virtual controlling method of testing as claimed in claim 1, is characterized in that, before described " described service logic trigger condition being sent to virtual terminal by the transparent transmission communication interface of middle database ", comprise further:
Middle database receives the call instruction of a corresponding interface;
Resolve described call instruction, if transparent transmission communication interface, then perform the step that described service logic trigger condition is sent to virtual terminal by the described transparent transmission communication interface by middle database.
4. middle database virtual controlling method of testing as claimed in claim 1, it is characterized in that, described " described in virtual terminal identification interface to be tested " is specially:
Interface to be detected sends request process business datum to virtual terminal;
Virtual terminal receives described request process business datum, is identified as interface to be tested.
5. middle database virtual controlling method of testing as claimed in claim 4, it is characterized in that, described " middle database carries out business logic processing according to described service logic trigger condition, output processing result " is specially:
Middle database calls interface to be tested and carries out business logic processing according to the described service logic trigger condition received, and output processing result is to upper layer application.
6. middle database virtual controlling method of testing as claimed in claim 5, it is characterized in that, middle database is stored to nested middle database after receiving described service logic trigger condition; Call interface to be tested by described nested middle database and carry out business logic processing according to described service logic trigger condition.
7. a middle database virtual controlling test macro, is characterized in that, comprising:
Presetting module, for pre-set business logical triggering condition;
First sending module; For the transparent transmission communication interface by middle database, described service logic trigger condition is sent to virtual terminal;
Memory module, stores described service logic trigger condition for virtual terminal;
First returns module, returns event memory to middle database for virtual terminal;
Calling module, calls interface to be tested for middle database;
Identification module, for interface to be tested described in virtual terminal identification;
Second returns module, returns described service logic trigger condition to middle database for virtual terminal;
Processing module, carries out business logic processing for middle database according to described service logic trigger condition, output processing result.
8. middle database virtual controlling test macro as claimed in claim 7, is characterized in that, also comprise authentication module, for verifying described result according to the logic of business functions of described interface to be tested.
9. middle database virtual controlling test macro as claimed in claim 7, is characterized in that, also comprise:
Receiver module, receives the call instruction of a corresponding interface for middle database;
First parsing module, for resolving described call instruction, obtains the first analysis result;
Described first sending module, for when described first analysis result is transparent transmission communication interface, is sent to virtual terminal by the transparent transmission communication interface of middle database by described service logic trigger condition.
10. middle database virtual controlling test macro as claimed in claim 7, it is characterized in that, described middle database comprises nested middle database, and described identification module comprises transmitting element and receiving element;
Described transmitting element, sends request process business datum to virtual terminal for interface to be detected;
Described receiving element, receives described request process business datum for virtual terminal, is identified as interface to be tested;
Described processing module, call interface to be tested specifically for middle database and carry out business logic processing according to the described service logic trigger condition received, output processing result is to upper layer application;
Described nested middle database, for storing the described service logic trigger condition that middle database receives, and calls interface to be tested and carries out business logic processing according to described service logic trigger condition.
CN201510862976.4A 2015-12-01 2015-12-01 A kind of middle database virtual controlling test method and its system Active CN105512032B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510862976.4A CN105512032B (en) 2015-12-01 2015-12-01 A kind of middle database virtual controlling test method and its system
PCT/CN2016/092814 WO2017092391A1 (en) 2015-12-01 2016-08-02 Middle-tier database virtual control and testing method and system utilizing same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510862976.4A CN105512032B (en) 2015-12-01 2015-12-01 A kind of middle database virtual controlling test method and its system

Publications (2)

Publication Number Publication Date
CN105512032A true CN105512032A (en) 2016-04-20
CN105512032B CN105512032B (en) 2019-01-04

Family

ID=55720033

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510862976.4A Active CN105512032B (en) 2015-12-01 2015-12-01 A kind of middle database virtual controlling test method and its system

Country Status (2)

Country Link
CN (1) CN105512032B (en)
WO (1) WO2017092391A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017092391A1 (en) * 2015-12-01 2017-06-08 福建联迪商用设备有限公司 Middle-tier database virtual control and testing method and system utilizing same
CN109032953A (en) * 2018-08-13 2018-12-18 福建联迪商用设备有限公司 A kind of intermediate library test method and terminal

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110309048A (en) * 2019-05-21 2019-10-08 深圳壹账通智能科技有限公司 The method and relevant device of integrated software system are improved based on analog port

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090247125A1 (en) * 2008-03-27 2009-10-01 Grant Calum Anders Mckay Method and system for controlling access of computer resources of mobile client facilities
CN102455901A (en) * 2010-10-29 2012-05-16 北京创艺和弦科贸有限公司 Interlayer device used for J2ME(Java 2 Micro Edition) application program development, and application method thereof
CN103778053A (en) * 2012-10-18 2014-05-07 周玲玲 Remote real machine test system and method of mobile terminals

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6785845B2 (en) * 2001-04-10 2004-08-31 Hewlett-Packard Development Company, L.P. POS terminal test system and method
CN102110049A (en) * 2010-12-14 2011-06-29 中山大学 Method and system for automatically testing digital television middleware interface
CN103455413B (en) * 2012-05-31 2016-12-28 联想(北京)有限公司 A kind of communicating terminal interaction scenarios test data processing method, device and system
CN104038605B (en) * 2014-06-04 2016-08-17 福建升腾资讯有限公司 The method of telephone POS payment terminal transaction test
CN104268079B (en) * 2014-09-24 2017-10-31 福建联迪商用设备有限公司 A kind of method and system of POS Application testings
CN105512032B (en) * 2015-12-01 2019-01-04 福建联迪商用设备有限公司 A kind of middle database virtual controlling test method and its system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090247125A1 (en) * 2008-03-27 2009-10-01 Grant Calum Anders Mckay Method and system for controlling access of computer resources of mobile client facilities
CN102455901A (en) * 2010-10-29 2012-05-16 北京创艺和弦科贸有限公司 Interlayer device used for J2ME(Java 2 Micro Edition) application program development, and application method thereof
CN103778053A (en) * 2012-10-18 2014-05-07 周玲玲 Remote real machine test system and method of mobile terminals

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017092391A1 (en) * 2015-12-01 2017-06-08 福建联迪商用设备有限公司 Middle-tier database virtual control and testing method and system utilizing same
CN109032953A (en) * 2018-08-13 2018-12-18 福建联迪商用设备有限公司 A kind of intermediate library test method and terminal

Also Published As

Publication number Publication date
CN105512032B (en) 2019-01-04
WO2017092391A1 (en) 2017-06-08

Similar Documents

Publication Publication Date Title
CN103713932B (en) The update method of application program and device in a kind of electronic control unit
US11221838B2 (en) Hot update method, operating system, terminal device, system, and computer-readable storage medium for a system process
US10031743B2 (en) Method and apparatus for kernel repair and patching
CN105224875B (en) The secure startup system and method for a kind of terminal
CN109788461B (en) Bluetooth dual-mode data communication method and device
CN107911337A (en) A kind of apparatus bound method, server and equipment
CN103970559A (en) Device loading method and device on basis of Android
CN105373731A (en) Device and method for providing trusted platform module services
CN104200153A (en) Start verification method and system
CN107220169B (en) Method and equipment for simulating server to return customized data
CN105320595A (en) Application test method and device
CN105512032A (en) Middle database virtual control test method and system
CN110162322A (en) A kind of upgrade method and device
CN106372496A (en) Method and system for improving payment terminal application security
CN108132876A (en) A kind of embedded software object code unit test method based on injection mode
CN104519105A (en) Method and device for acquiring applications matched with terminals
CN105868639A (en) Kernel vulnerability repair method and device
US9298949B2 (en) Method for programming a mobile end device chip
CN101888627A (en) Mobile terminal and system data protection method thereof
CN102713844A (en) Method, system and device for execution of a software application
CN109885331A (en) Method for upgrading software, control method, system, storage medium and electronic equipment
CN1791258A (en) Smart card testing method
CN110286943B (en) Multi-platform operation method and device for H5 page
CN105301480A (en) Test method of SOC chip
CN107315610A (en) Realize method, device and the computer-readable recording medium of cryptographic function

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant