WO2017114458A1 - 移动终端中的安全性应用测试方法 - Google Patents
移动终端中的安全性应用测试方法 Download PDFInfo
- Publication number
- WO2017114458A1 WO2017114458A1 PCT/CN2016/112990 CN2016112990W WO2017114458A1 WO 2017114458 A1 WO2017114458 A1 WO 2017114458A1 CN 2016112990 W CN2016112990 W CN 2016112990W WO 2017114458 A1 WO2017114458 A1 WO 2017114458A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- test
- mobile terminal
- security application
- simulation device
- data processing
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/3668—Testing of software
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/3668—Testing of software
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
Definitions
- the present invention relates to an application testing method, and more particularly to a security application testing method in a mobile terminal.
- the security application for multiple service providers (such as card issuers) in the mobile terminal needs to be separately detected and debugged separately from the data processing servers of the respective service providers before the actual release. Ensure the functional integrity of the security application to be released.
- the present invention proposes a test method for a security application in a mobile terminal.
- a security application testing method in a mobile terminal where the security application testing method in the mobile terminal includes:
- test cases (A1) filtering one or more applicable test templates from the case library based on test input parameters for the security application in the mobile terminal input by the user to automatically generate test cases;
- (A2) triggering the generated test case run based on a user instruction to initiate a test by performing data interaction with the first simulation device, wherein the first simulation device is configured to simulate a function of the mobile terminal where the security application resides;
- the first simulated device Based on data interaction with the running test case, the first simulated device triggers data interaction with a data processing server of a third party auxiliary service to complete the subsequent testing process.
- the set of test templates in the case base is preset by the user based on actual business needs.
- step (A3) further comprises:
- (B1) the first simulation device constructs a test message based on the test case, and sends the test message to a data processing server of the third-party auxiliary service organization;
- the data processing server of the third-party auxiliary service organization forwards the test message to the data processing server of the service provider in an encrypted manner, and then returns the response report returned by the data processing server of the service provider Forwarding to the first simulation device, where the response message includes a data processing result;
- the first simulation device parses the response message and compares the data processing result contained therein with a predetermined standard result to determine whether the test passes;
- the step (B3) further comprises: in the case of determining that the test passes, the first simulation device triggers the second simulation if the test case indicates that an additional test is required The device performs additional specific background operations to complete the additional test, wherein the second simulation device is to simulate the functionality of a backend server associated with the mobile terminal in which the security application resides.
- the step (A3) further comprises: (1) periodically querying a test case that fails or is not tested; (2) triggering a test case that fails or is not tested to run Perform subsequent tests and determine if the test passes based on predetermined criteria; (3) Record the test results and terminate the current test process.
- the first simulation device is capable of simulating a binding, query, report loss operation of an IC card issued by the service provider, and providing an IC card operation type, an operation result, and an IC.
- the current state of the card query is capable of simulating a binding, query, report loss operation of an IC card issued by the service provider, and providing an IC card operation type, an operation result, and an IC. The current state of the card query.
- the test message exemplarily includes at least IC card information and IC card life cycle information.
- the first simulation device maintains each based on the test result The status of the test cases.
- the method further comprises: (1) transmitting, according to a user instruction or a configuration file, a data processing server of the service provider to the data processing server of the third-party auxiliary service organization; (2) The data processing server of the third-party auxiliary service organization parses and processes the message and records the parsed information for subsequent use.
- the security application testing method in the mobile terminal disclosed by the invention has the following advantages: (1) capable of providing a rich test case template and automatically generating test cases, thereby having high test efficiency, versatility and scalability; (2) Since the second simulation device is used to simulate the function of the background server associated with the mobile terminal in which the security application resides, the test speed is significantly improved; (3) ease of maintenance and repeated testing.
- FIG. 1 is a flow chart of a security application testing method in a mobile terminal in accordance with an embodiment of the present invention.
- the security application testing method in the mobile terminal disclosed by the present invention includes the following steps: (A1) based on a test requirement parameter input by a user (ie, a test operator) for a security application in the mobile terminal.
- test templates are filtered out in the case library to automatically generate test cases; (A2) triggering the generated test case runs based on user instructions to perform data interaction with the first simulation device to initiate the test, wherein The first simulation device is configured to simulate the function of the mobile terminal where the security application resides; (A3) based on data interaction with the running test case, the first simulation device triggers data processing with a third party auxiliary service organization The data interaction of the server to complete the subsequent testing process.
- the test template set in the case library is preset by the user based on actual business requirements.
- the step (A3) further includes: (B1) the first simulation device constructs a test message based on the test case, and Sending the test message to a data processing server of the third-party auxiliary service organization; (B2) the data processing server of the third-party auxiliary service organization forwards the test message to the service provider in an encrypted manner (for example a data processing server of the card issuer of the financial card, and then forwards the response message returned by the data processing server of the service provider back to the first simulation device, wherein the response message includes a data processing result; B3) the first simulation device parses the response message and compares the data processing result contained therein with a predetermined standard result (for example, a checkpoint standard pre-stored in a database) to determine whether the test passes; (B4) Record test results and terminate the current test process.
- a predetermined standard result for example, a checkpoint standard pre-stored in a database
- the step (B3) further includes: if the test is determined to pass, if the test case indicates that an additional test is required, then The first simulation device triggers the second simulation device to perform additional specific background operations to complete the additional test, wherein the second simulation device is to simulate a background server associated with the mobile terminal on which the security application resides
- the function for example, the programming operation of the authorization information for the financial IC card.
- the step (A3) further comprises: (1) periodically querying a test case that fails or is not tested; (2) triggering not Run through or untested test cases for subsequent testing and determine if the test passes based on predetermined criteria; (3) record the test results and terminate the current test process.
- the first simulation device is capable of simulating a binding, query, report loss operation of the IC card issued by the service provider, and providing a pair The IC card operation type, operation result, and query of the current status of the IC card.
- the test message includes at least IC card information and IC card life cycle information.
- the first simulation device maintains the status of each test case based on the test result (ie, “not tested”, “test passed”, and “tested not by”).
- the security application testing method in the mobile terminal disclosed by the present invention further includes: (1) according to a user instruction or a configuration file, a data processing server of a service provider (for example, a card issuing institution of a financial card) transmits a message to a data processing server of the third-party auxiliary service organization; (2) the third-party auxiliary service The organization's data processing server parses and processes the message and records the parsed information for subsequent use.
- a data processing server of a service provider for example, a card issuing institution of a financial card
- the first simulation device is not limited to a website platform, and may also be a message simulation transmitting device based on a mobile client or a Java program.
- the security application testing method in the mobile terminal disclosed by the present invention has the following advantages: (1) capable of providing a rich test case template and automatically generating test cases, thereby having high test efficiency and versatility And scalability; (2) because the second simulation device is used to simulate the function of the background server associated with the mobile terminal where the security application resides, the test speed is significantly improved; (3) easy maintenance and repeated testing .
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)
- Mobile Radio Communication Systems (AREA)
- Telephone Function (AREA)
Abstract
一种移动终端中的安全性应用测试方法,其包括:基于用户输入的针对移动终端中的安全性应用的测试需求参数从案例库中筛选出一个或多个适用的测试模板以自动地生成测试用例(A1);基于用户指令触发所生成的测试用例运行,以与第一模拟装置进行数据交互来启动测试,其中,所述第一模拟装置用于模拟安全性应用所驻留的移动终端的功能(A2);基于与运行中的测试用例的数据交互,所述第一模拟装置触发与第三方辅助服务机构的数据处理服务器的数据交互以完成后续的测试过程(A3)。该移动终端中的安全性应用测试方法效率较高并且成本较低。
Description
本发明涉及应用测试方法,更具体地,涉及移动终端中的安全性应用测试方法。
目前,随着计算机和网络应用的日益广泛以及不同领域的业务种类的日益丰富,针对移动终端中的安全性应用(即对安全性要求较高的应用,例如金融领域中的移动支付应用)进行测试变得越来越重要。
在现有的技术方案中,针对移动终端中面向多个服务提供方(例如发卡机构)的安全性应用在实际发布之前需要分别与各个服务提供方的数据处理服务器进行单独的检测和调试,以确保待发布的安全性应用的功能完善性。
然而,现有的技术方案存在如下问题:由于需要与各个服务提供方的数据处理服务器进行单独的检测和调试,故效率较低并且成本较大,因而难于维护。
因此,存在如下需求:提供效率较高并且成本较低的针对移动终端中的安全性应用的测试方法。
发明内容
为了解决上述现有技术方案所存在的问题,本发明提出了针对移动终端中的安全性应用的测试方法。
本发明的目的是通过以下技术方案实现的:
一种移动终端中的安全性应用测试方法,所述移动终端中的安全性应用测试方法包括:
(A1)基于用户输入的针对移动终端中的安全性应用的测试需求参数从案例库中筛选出一个或多个适用的测试模板以自动地生成测试用例;
(A2)基于用户指令触发所生成的测试用例运行,以与第一模拟装置进行数据交互来启动测试,其中,所述第一模拟装置用于模拟安全性应用所驻留的移动终端的功能;
(A3)基于与运行中的测试用例的数据交互,所述第一模拟装置触发与第三方辅助服务机构的数据处理服务器的数据交互以完成后续的测试过程。
在上面所公开的方案中,优选地,所述案例库中的测试模板集由用户基于实际的业务需求预先设定。
在上面所公开的方案中,优选地,所述步骤(A3)进一步包括:
(B1)所述第一模拟装置基于所述测试用例构建测试报文,并将所述测试报文发送至所述第三方辅助服务机构的数据处理服务器;
(B2)所述第三方辅助服务机构的数据处理服务器将所述测试报文以加密的方式转发至服务提供方的数据处理服务器,并随后将所述服务提供方的数据处理服务器返回的应答报文转发回所述第一模拟装置,其中,所述应答报文包含数据处理结果;
(B3)所述第一模拟装置解析所述应答报文并将其所包含的数据处理结果与预定的标准结果相比较以确定是否测试通过;
(B4)记录测试结果并终止当前测试过程。
在上面所公开的方案中,优选地,所述步骤(B3)进一步包括:在确定测试通过的情况下,如果所述测试用例指示需要附加的测试,则所述第一模拟装置触发第二模拟装置执行附加的特定后台操作以完成所述附加的测试,其中,所述第二模拟装置用于模拟与安全性应用所驻留的移动终端相关联的后台服务器的功能。
在上面所公开的方案中,优选地,所述步骤(A3)进一步包括:(1)周期性地查询未通过或者未测试的测试用例;(2)触发未通过或者未测试的测试用例运行以进行后续的测试,并基于预定标准确定是否测试通过;(3)记录测试结果并终止当前测试过程。
在上面所公开的方案中,示例性地,所述第一模拟装置能够模拟所述服务提供方发行的IC卡的绑定、查询、挂失操作,并提供对IC卡操作类型、操作结果以及IC卡当前状态的查询。
在上面所公开的方案中,示例性地,所述测试报文至少包括IC卡信息以及IC卡生命周期信息。
在上面所公开的方案中,优选地,所述第一模拟装置基于测试结果维护各
个测试用例的状态。
在上面所公开的方案中,优选地,所述方法进一步包括:(1)根据用户指令或者配置文件,服务提供方的数据处理服务器向所述第三方辅助服务机构的数据处理服务器发送报文;(2)所述第三方辅助服务机构的数据处理服务器解析并处理所述报文并记录所解析出的信息以供后续使用。
本发明所公开的移动终端中的安全性应用测试方法具有下列优点:(1)能够提供丰富的测试案例模板并且能够自动的生成测试用例,故具有较高的测试效率以及通用性和扩展性;(2)由于第二模拟装置用于模拟与安全性应用所驻留的移动终端相关联的后台服务器的功能,故显著地提高了测试速度;(3)易于维护和进行反复测试。
结合附图,本发明的技术特征以及优点将会被本领域技术人员更好地理解,其中:
图1是根据本发明的实施例的移动终端中的安全性应用测试方法的流程图。
图1是根据本发明的实施例的移动终端中的安全性应用测试方法的流程图。如图1所示,本发明所公开的移动终端中的安全性应用测试方法包括下列步骤:(A1)基于用户(即测试操作者)输入的针对移动终端中的安全性应用的测试需求参数从案例库中筛选出一个或多个适用的测试模板以自动地生成测试用例;(A2)基于用户指令触发所生成的测试用例运行,以与第一模拟装置进行数据交互来启动测试,其中,所述第一模拟装置用于模拟安全性应用所驻留的移动终端的功能;(A3)基于与运行中的测试用例的数据交互,所述第一模拟装置触发与第三方辅助服务机构的数据处理服务器的数据交互以完成后续的测试过程。
优选地,在本发明所公开的移动终端中的安全性应用测试方法中,所述案例库中的测试模板集由用户基于实际的业务需求预先设定。
优选地,在本发明所公开的移动终端中的安全性应用测试方法中,所述步骤(A3)进一步包括:(B1)所述第一模拟装置基于所述测试用例构建测试报文,并将所述测试报文发送至所述第三方辅助服务机构的数据处理服务器;(B2)所述第三方辅助服务机构的数据处理服务器将所述测试报文以加密的方式转发至服务提供方(例如金融卡的发卡机构)的数据处理服务器,并随后将所述服务提供方的数据处理服务器返回的应答报文转发回所述第一模拟装置,其中,所述应答报文包含数据处理结果;(B3)所述第一模拟装置解析所述应答报文并将其所包含的数据处理结果与预定的标准结果(例如数据库中预先存储的检查点标准)相比较以确定是否测试通过;(B4)记录测试结果并终止当前测试过程。
优选地,在本发明所公开的移动终端中的安全性应用测试方法中,所述步骤(B3)进一步包括:在确定测试通过的情况下,如果所述测试用例指示需要附加的测试,则所述第一模拟装置触发第二模拟装置执行附加的特定后台操作以完成所述附加的测试,其中,所述第二模拟装置用于模拟与安全性应用所驻留的移动终端相关联的后台服务器的功能(例如,针对金融IC卡进行的授权信息的烧写操作)。
优选地,在本发明所公开的移动终端中的安全性应用测试方法中,所述步骤(A3)进一步包括:(1)周期性地查询未通过或者未测试的测试用例;(2)触发未通过或者未测试的测试用例运行以进行后续的测试,并基于预定标准确定是否测试通过;(3)记录测试结果并终止当前测试过程。
示例性地,在本发明所公开的移动终端中的安全性应用测试方法中,所述第一模拟装置能够模拟所述服务提供方发行的IC卡的绑定、查询、挂失操作,并提供对IC卡操作类型、操作结果以及IC卡当前状态的查询。
示例性地,在本发明所公开的移动终端中的安全性应用测试方法中,所述测试报文至少包括IC卡信息以及IC卡生命周期信息。
优选地,在本发明所公开的移动终端中的安全性应用测试方法中,所述第一模拟装置基于测试结果维护各个测试用例的状态(即“未测试”、“测试通过”以及“测试未通过”)。
优选地,本发明所公开的移动终端中的安全性应用测试方法进一步包括:
(1)根据用户指令或者配置文件,服务提供方(例如金融卡的发卡机构)的数据处理服务器向所述第三方辅助服务机构的数据处理服务器发送报文;(2)所述第三方辅助服务机构的数据处理服务器解析并处理所述报文并记录所解析出的信息以供后续使用。
优选地,在本发明所公开的移动终端中的安全性应用测试方法中,所述第一模拟装置不限于网站平台,其也可以是基于移动客户端或Java程序的报文模拟发送装置。
由上可见,本发明所公开的移动终端中的安全性应用测试方法具有下列优点:(1)能够提供丰富的测试案例模板并且能够自动的生成测试用例,故具有较高的测试效率以及通用性和扩展性;(2)由于第二模拟装置用于模拟与安全性应用所驻留的移动终端相关联的后台服务器的功能,故显著地提高了测试速度;(3)易于维护和进行反复测试。
尽管本发明是通过上述的优选实施方式进行描述的,但是其实现形式并不局限于上述的实施方式。应该认识到:在不脱离本发明主旨和范围的情况下,本领域技术人员可以对本发明做出不同的变化和修改。
Claims (9)
- 一种移动终端中的安全性应用测试方法,所述移动终端中的安全性应用测试方法包括:(A1)基于用户输入的针对移动终端中的安全性应用的测试需求参数从案例库中筛选出一个或多个适用的测试模板以自动地生成测试用例;(A2)基于用户指令触发所生成的测试用例运行,以与第一模拟装置进行数据交互来启动测试,其中,所述第一模拟装置用于模拟安全性应用所驻留的移动终端的功能;(A3)基于与运行中的测试用例的数据交互,所述第一模拟装置触发与第三方辅助服务机构的数据处理服务器的数据交互以完成后续的测试过程。
- 根据权利要求1所述的移动终端中的安全性应用测试方法,其特征在于,所述案例库中的测试模板集由用户基于实际的业务需求预先设定。
- 根据权利要求2所述的移动终端中的安全性应用测试方法,其特征在于,所述步骤(A3)进一步包括:(B1)所述第一模拟装置基于所述测试用例构建测试报文,并将所述测试报文发送至所述第三方辅助服务机构的数据处理服务器;(B2)所述第三方辅助服务机构的数据处理服务器将所述测试报文以加密的方式转发至服务提供方的数据处理服务器,并随后将所述服务提供方的数据处理服务器返回的应答报文转发回所述第一模拟装置,其中,所述应答报文包含数据处理结果;(B3)所述第一模拟装置解析所述应答报文并将其所包含的数据处理结果与预定的标准结果相比较以确定是否测试通过;(B4)记录测试结果并终止当前测试过程。
- 根据权利要求3所述的移动终端中的安全性应用测试方法,其特征在于,所述步骤(B3)进一步包括:在确定测试通过的情况下,如果所述测试用例指示需要附加的测试,则所述第一模拟装置触发第二模拟装置执行附加的特定后台操作以完成所述附加的测试,其中,所述第二模拟装置用于模拟与安全性应用所驻留的移动终端相关联的后台服务器的功能。
- 根据权利要求4所述的移动终端中的安全性应用测试方法,其特征在于,所述步骤(A3)进一步包括:(1)周期性地查询未通过或者未测试的测试用例;(2)触发未通过或者未测试的测试用例运行以进行后续的测试,并基于预定标准确定是否测试通过;(3)记录测试结果并终止当前测试过程。
- 根据权利要求5所述的移动终端中的安全性应用测试方法,其特征在于,所述第一模拟装置能够模拟所述服务提供方发行的IC卡的绑定、查询、挂失操作,并提供对IC卡操作类型、操作结果以及IC卡当前状态的查询。
- 根据权利要求6所述的移动终端中的安全性应用测试方法,其特征在于,所述测试报文至少包括IC卡信息以及IC卡生命周期信息。
- 根据权利要求7所述的移动终端中的安全性应用测试方法,其特征在于,所述第一模拟装置基于测试结果维护各个测试用例的状态。
- 根据权利要求8所述的移动终端中的安全性应用测试方法,其特征在于,所述方法进一步包括:(1)根据用户指令或者配置文件,服务提供方的数据处理服务器向所述第三方辅助服务机构的数据处理服务器发送报文;(2)所述第三方辅助服务机构的数据处理服务器解析并处理所述报文并记录所解析出的信息以供后续使用。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201511010405.4 | 2015-12-30 | ||
| CN201511010405.4A CN105701009B (zh) | 2015-12-30 | 2015-12-30 | 移动终端中的安全性应用测试方法 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017114458A1 true WO2017114458A1 (zh) | 2017-07-06 |
Family
ID=56226001
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2016/112990 Ceased WO2017114458A1 (zh) | 2015-12-30 | 2016-12-29 | 移动终端中的安全性应用测试方法 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN105701009B (zh) |
| WO (1) | WO2017114458A1 (zh) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112463580A (zh) * | 2019-09-09 | 2021-03-09 | 英业达科技有限公司 | 基于虚拟化装置的测试系统及其方法 |
| CN115840699A (zh) * | 2022-12-05 | 2023-03-24 | 中信银行股份有限公司 | 一种实现多银行电子票据业务仿真的方法和工具 |
| WO2025073856A1 (en) | 2023-10-04 | 2025-04-10 | Xenothera | Combination of antibodies, or antigen-binding fragments thereof, for the treatment of cancers |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105701009B (zh) * | 2015-12-30 | 2018-12-25 | 中国银联股份有限公司 | 移动终端中的安全性应用测试方法 |
| CN106997322B (zh) * | 2017-02-15 | 2022-04-26 | 网易宝有限公司 | 用于自动化测试的方法及设备 |
| CN111221739B (zh) * | 2020-01-10 | 2024-09-03 | 中国建设银行股份有限公司 | 业务测试方法、装置和系统 |
| US11893116B2 (en) | 2021-08-19 | 2024-02-06 | Bank Of America Corporation | Assessment plug-in system for providing binary digitally signed results |
| US11805017B2 (en) * | 2021-08-19 | 2023-10-31 | Bank Of America Corporation | Systems and methods for identifying and determining third party compliance |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20050034661A (ko) * | 2005-02-25 | 2005-04-14 | 주식회사 비엔에스웍스 | 이동 통신 단말기 응용 프로그램 및 부가 서비스 기능 시험자동화 시스템 |
| CN101089826A (zh) * | 2006-06-12 | 2007-12-19 | 国际商业机器公司 | 创建容错和自适应图形用户接口测试自动化的方法和系统 |
| CN101221503A (zh) * | 2008-02-01 | 2008-07-16 | 中国建设银行股份有限公司 | 软件测试方法及装置 |
| CN101950269A (zh) * | 2010-08-30 | 2011-01-19 | 清华大学 | 针对软件构件的自动化测试方法 |
| CN103294589A (zh) * | 2012-02-22 | 2013-09-11 | 中国移动通信集团公司 | 一种测试用例的实现方法、系统及中间适配装置 |
| CN104021080A (zh) * | 2014-06-13 | 2014-09-03 | 中国民航信息网络股份有限公司 | 基于自定义脚本的自动化测试系统 |
| CN105701009A (zh) * | 2015-12-30 | 2016-06-22 | 中国银联股份有限公司 | 移动终端中的安全性应用测试方法 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1561036A (zh) * | 2004-02-24 | 2005-01-05 | 华中科技大学 | 基于tpc-w基准的网站服务器性能测试系统 |
| KR100580817B1 (ko) * | 2005-08-03 | 2006-05-16 | (주)도서관닷컴 | 통신시스템을 이용한 콘텐츠 통합 관리 방법 |
| CN102831052B (zh) * | 2011-06-16 | 2016-03-09 | 中国银联股份有限公司 | 测试用例自动化生成装置及方法 |
| CN104268079B (zh) * | 2014-09-24 | 2017-10-31 | 福建联迪商用设备有限公司 | 一种pos应用程序测试的方法及系统 |
| CN104866421A (zh) * | 2015-05-08 | 2015-08-26 | 深圳市新国都技术股份有限公司 | 一种pos终端的测试方法及测试系统 |
-
2015
- 2015-12-30 CN CN201511010405.4A patent/CN105701009B/zh active Active
-
2016
- 2016-12-29 WO PCT/CN2016/112990 patent/WO2017114458A1/zh not_active Ceased
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20050034661A (ko) * | 2005-02-25 | 2005-04-14 | 주식회사 비엔에스웍스 | 이동 통신 단말기 응용 프로그램 및 부가 서비스 기능 시험자동화 시스템 |
| CN101089826A (zh) * | 2006-06-12 | 2007-12-19 | 国际商业机器公司 | 创建容错和自适应图形用户接口测试自动化的方法和系统 |
| CN101221503A (zh) * | 2008-02-01 | 2008-07-16 | 中国建设银行股份有限公司 | 软件测试方法及装置 |
| CN101950269A (zh) * | 2010-08-30 | 2011-01-19 | 清华大学 | 针对软件构件的自动化测试方法 |
| CN103294589A (zh) * | 2012-02-22 | 2013-09-11 | 中国移动通信集团公司 | 一种测试用例的实现方法、系统及中间适配装置 |
| CN104021080A (zh) * | 2014-06-13 | 2014-09-03 | 中国民航信息网络股份有限公司 | 基于自定义脚本的自动化测试系统 |
| CN105701009A (zh) * | 2015-12-30 | 2016-06-22 | 中国银联股份有限公司 | 移动终端中的安全性应用测试方法 |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112463580A (zh) * | 2019-09-09 | 2021-03-09 | 英业达科技有限公司 | 基于虚拟化装置的测试系统及其方法 |
| CN115840699A (zh) * | 2022-12-05 | 2023-03-24 | 中信银行股份有限公司 | 一种实现多银行电子票据业务仿真的方法和工具 |
| WO2025073856A1 (en) | 2023-10-04 | 2025-04-10 | Xenothera | Combination of antibodies, or antigen-binding fragments thereof, for the treatment of cancers |
Also Published As
| Publication number | Publication date |
|---|---|
| CN105701009A (zh) | 2016-06-22 |
| CN105701009B (zh) | 2018-12-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2017114458A1 (zh) | 移动终端中的安全性应用测试方法 | |
| CN107896244B (zh) | 一种版本文件的分发方法、客户端及服务器 | |
| US10489283B2 (en) | Software defect reporting | |
| CN108334436B (zh) | 应用软件的优化方法、装置、设备及计算机可读存储介质 | |
| US20130054792A1 (en) | Cloud-based performance testing of functionality of an application prior to completion of development | |
| CN108346028A (zh) | 一种业务审批处理方法、装置及系统 | |
| CN111597104A (zh) | 一种多协议适配的接口回归测试方法、系统、设备和介质 | |
| CN112905437A (zh) | 一种测试用例的方法、装置及存储介质 | |
| CN106815148A (zh) | 一种交易测试方法及装置 | |
| CN111881020B (zh) | 支付中心接口测试方法、装置和系统 | |
| CN105279196A (zh) | 测试脚本的生成方法和装置 | |
| CN112527252A (zh) | 小程序管理方法及装置、小程序平台、电子设备、介质 | |
| CN105930259A (zh) | 一种web回归测试的方法和装置 | |
| CN113901476A (zh) | 一种基于虚拟化环境的漏洞验证方法、系统、设备及介质 | |
| CN113157498A (zh) | 灾备系统验证方法和装置 | |
| CN114371866A (zh) | 业务系统的版本重构测试方法、装置和设备 | |
| US12106298B1 (en) | Development environment for payment solutions using software-defined card processing | |
| CN113961468B (zh) | 应用于u盾测试的数字证书灌入方法、装置、设备、介质和程序产品 | |
| CN113190461A (zh) | 系统测试方法、装置和服务器 | |
| CN113868116B (zh) | 测试依赖数据的生成方法、装置、服务器及存储介质 | |
| CN115391224A (zh) | 一种流量回放方法、装置、计算机设备及可读存储介质 | |
| US9304891B1 (en) | Load-test generator | |
| CN107277146A (zh) | 一种分布式存储业务流量模型生成方法及系统 | |
| CN115437903A (zh) | 接口测试方法、装置、设备、存储介质及程序 | |
| CN109918297B (zh) | 一种终端模糊测试方法及装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16881247 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16881247 Country of ref document: EP Kind code of ref document: A1 |