CN107885654A - Data library test method and system - Google Patents
Data library test method and system Download PDFInfo
- Publication number
- CN107885654A CN107885654A CN201710312329.5A CN201710312329A CN107885654A CN 107885654 A CN107885654 A CN 107885654A CN 201710312329 A CN201710312329 A CN 201710312329A CN 107885654 A CN107885654 A CN 107885654A
- Authority
- CN
- China
- Prior art keywords
- test
- database
- package
- test script
- automatic test
- 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.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test 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)
- Stored Programmes (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention discloses a kind of data library test method and system, this method to include:Establish the test structure of storing process or function in the package of database;Automatic test script is set, calls storing process or function in the package of database to carry out database package tests;The automatic test script is run, obtains test result.It is possible thereby to realize database package automatic test.
Description
Technical field
The present invention relates to database technical field, more particularly to data library test method and system.
Background technology
The service logic of traditional life insurance system is most of all in the bag (package) of backstage oracle database, that is, uses
Storing process carrys out the complicated service logic of processing system.Front page layout (web) only makees data display or downloads form.On backstage
Storing process in the package of oracle database, some after front page layout can not be called or called without interface display,
Can not visual verification result.And storing process or function are manually called in oracle database, a large amount of manpowers can be expended,
And have a strong impact on testing progress.
Therefore, it is necessary to a kind of package method of testings of the oracle database of automation, and can with quicklook
See test result.
The content of the invention
In view of this, it is how automatic to solve it is an object of the invention to provide a kind of data library test method and system
Change the problem of ground carries out the package tests of oracle database.
To achieve the above object, the present invention provides a kind of data library test method, and the method comprising the steps of:
Establish the test structure of storing process or function in the package of database;
Automatic test script is set, calls storing process or function in the package of database to carry out database
Package is tested;And
The automatic test script is run, obtains test result.
Preferably, this method also includes step:
A task is created on Jenkins platforms, and the relevant parameter of the task is set, wherein the task is used for
The automatic test script is performed, carries out the database package tests;And
The task is performed according to set parameter, obtains the test result.
Preferably, this method also includes step:
The automatic test script is committed to SVN Versions.
Preferably, database is called using the prepareCall methods of ISQLServerConnection in Java
Storing process or function in package.
Preferably, the parameter includes:Download the SVN Versions address of the automatic test script;It is described
The run time for performing time and the automatic test script of task;The test environment of the automatic test script operation
Address.
Preferably, parameter set by the basis performs the task, and the step of obtaining the test result specifically wraps
Include:
The task is performed according to the set execution time;
The automatic test script is downloaded from the SVN Versions address;And
The automatic test script is run in set test environment address according to set run time, so as to
Obtain the test result.
Data library test method proposed by the present invention, underlying database test structure can be built, utilized
ISQLServerConnection prepareCall methods call the package of background data base, set package from
Dynamicization test script, the automatic test script is then run by the job of Jenkins platforms, obtains database package
Test result, so as to realize database package automatic test, and it can with quicklook see test result.
To achieve the above object, the present invention also proposes a kind of database test system, and the system includes:
Module is established, the test structure of storing process or function in the package for establishing database;
Setup module, for setting automatic test script, call storing process or function in the package of database
Carry out database package tests;And
Execution module, for running the automatic test script, obtain test result.
Preferably, the system also includes:
Creation module, for creating a task on Jenkins platforms, and the relevant parameter of the task is set, its
Described in task be used to perform the automatic test script, carry out database package test;
The execution module is additionally operable to perform the task according to set parameter, obtains the test result.
Preferably, the system also includes:
Module is submitted, for the automatic test script to be committed into SVN Versions.
Preferably, the setup module using the prepareCall methods of ISQLServerConnection in Java come
Storing process or function in the package of database are called, so as to set the automatic test script.
Database test system proposed by the present invention, underlying database test structure can be built, utilized
ISQLServerConnection prepareCall methods call the package of background data base, set package from
Dynamicization test script, the automatic test script is then run by the job of Jenkins platforms, obtains database package
Test result, so as to realize database package automatic test, and it can with quicklook see test result.
Brief description of the drawings
Fig. 1 is a kind of flow chart for data library test method that first embodiment of the invention proposes;
Fig. 2 is a kind of flow chart for data library test method that second embodiment of the invention proposes;
Fig. 3 is a kind of flow chart for data library test method that third embodiment of the invention proposes;
Fig. 4 is a kind of module diagram for database test system that fourth embodiment of the invention proposes;
The object of the invention is realized, functional characteristics and advantage will be described further referring to the drawings in conjunction with the embodiments.
Embodiment
In order that technical problems, technical solutions and advantages to be solved are clearer, clear, tie below
Drawings and examples are closed, the present invention will be described in further detail.It should be appreciated that specific embodiment described herein is only
To explain the present invention, it is not intended to limit the present invention.
First embodiment
As shown in figure 1, first embodiment of the invention proposes a kind of data library test method, this method comprises the following steps:
S100, establish the test structure of storing process or function in the package of oracle database.
Specifically, oracle database application environment is built, for the system architecture of concrete application environment, is established corresponding
The test structure of storing process or function in the package of oracle database.Specific topology connects with practical application as far as possible
Closely.
S102, automatic test script is set, calls storing process or letter in the package of backstage oracle database
Number carries out data library test.
Specifically, automatic test script is set, utilizes the prepareCall of ISQLServerConnection in Java
Method calls storing process or function in the package of backstage oracle database.The prepareCall methods pass through
A CallableStatement object is created to call database store process.CallableStatement objects provide
Its IN parameter and the method for OUT parameter are set, and for performing the method for calling storing process.
S104, the automatic test script is run, obtains test result.
Specifically, the automatic test script can be directly run after the automatic test script is set, obtained
The test result;The run time of the automatic test script and the test environment address of operation can also be first set, so
The automatic test script is run in set test environment address according to set run time afterwards, so as to obtain
State test result.
The data library test method that the present embodiment is proposed, underlying database test structure can be built, utilized
ISQLServerConnection prepareCall methods call the package of background data base, set package from
Dynamicization test script, then by running the automatic test script, database package test results are obtained, so as to real
Existing database package automatic test, and can with quicklook see test result.
Second embodiment
As shown in Fig. 2 second embodiment of the invention proposes a kind of data library test method.In a second embodiment, it is described
The step of the step of data library test method is with first embodiment is similar, and the main distinction is on the basis of first embodiment
Add step S204.This method specifically includes following steps:
S200, establish the test structure of storing process or function in the package of oracle database.
Specifically, oracle database application environment is built, for the system architecture of concrete application environment, is established corresponding
The test structure of storing process or function in the package of oracle database.Specific topology connects with practical application as far as possible
Closely.
S202, automatic test script is set, calls storing process or letter in the package of backstage oracle database
Number carries out data library test.
Specifically, automatic test script is set, utilizes the prepareCall of ISQLServerConnection in Java
Method calls storing process or function in the package of backstage oracle database.The prepareCall methods pass through
A CallableStatement object is created to call database store process.CallableStatement objects provide
Its IN parameter and the method for OUT parameter are set, and for performing the method for calling storing process.
S204, a task (job) is created on Jenkins platforms, to run the automatic test script, and is set
The relevant parameter of the job.
Specifically, the Jenkins platforms are used for the work for monitoring lasting Software Testing Project and external call performs.
The job is used to perform the automatic test script, carries out database package tests.Created on the Jenkins platforms
Build the job and perform the job, lasting database package tests can be monitored automatically, automatically derive database
Package test results.
The parameter can include:(1) when the operation for performing time and the automatic test script of the job is set
Between;(2) the test environment address for setting automatic test script to run.
S206, the job is performed according to set parameter, obtains test result.
Specifically, the job is performed according to the set execution time, the automatic test script is obtained, according to institute
The run time of setting runs the automatic test script in set test environment address, so as to obtain the test knot
Fruit.
The data library test method that the present embodiment is proposed, underlying database test structure can be built, utilized
ISQLServerConnection prepareCall methods call the package of background data base, set package from
Dynamicization test script, the automatic test script is then run by the job of Jenkins platforms, monitors lasting number automatically
Tested according to storehouse package, obtain database package test results, so as to realize database package automatic test,
And it can with quicklook see test result.
3rd embodiment
As shown in figure 3, third embodiment of the invention proposes a kind of data library test method.In the third embodiment, it is described
The step of the step of data library test method is with second embodiment is similar, and the main distinction is on the basis of second embodiment
Add step S303 and step S308.This method specifically includes following steps:
S300, establish the test structure of storing process or function in the package of oracle database.
Specifically, oracle database application environment is built, for the system architecture of concrete application environment, is established corresponding
The test structure of storing process or function in the package of oracle database.Specific topology connects with practical application as far as possible
Closely.
S302, automatic test script is set, calls storing process or letter in the package of backstage oracle database
Number carries out data library test.
Specifically, automatic test script is set, utilizes the prepareCall of ISQLServerConnection in Java
Method calls storing process or function in the package of backstage oracle database.The prepareCall methods pass through
A CallableStatement object is created to call database store process.CallableStatement objects provide
Its IN parameter and the method for OUT parameter are set, and for performing the method for calling storing process.
S303, the automatic test script is committed to SVN Versions.
Specifically, the SVN Versions be used for the automatic test script carry out version management, so as to
When to the automatic test script modify renewal and recover.
S304, a job is created on Jenkins platforms, to run the automatic test script, and described in setting
Job relevant parameter.
Specifically, the Jenkins platforms are used for the work for monitoring lasting Software Testing Project and external call performs.
The job is used to perform the automatic test script, carries out database package tests.Created on the Jenkins platforms
Build the job and perform the job, lasting database package tests can be monitored automatically, automatically derive database
Package test results.
The parameter can include:(1) the SVN Versions address of the automatic test script is downloaded;(2) set
Put the run time for performing time and the automatic test script of the job;(3) set what automatic test script was run
Test environment address.
S306, the job is performed according to set parameter, obtains test result.
Specifically, perform the job according to set execution time, from the SVN Versions address under
The automatic test script is carried, the automation is run in set test environment address according to set run time
Test script, so as to obtain the test result.
S308, test result will be obtained and sent to tester.
Specifically, after the completion of job execution, the database package test results of automation can be directly obtained,
Result report is formed according to the test result, result is reported and sent by mail to tester.
The data library test method that the present embodiment is proposed, underlying database test structure can be built, utilized
ISQLServerConnection prepareCall methods call the package of background data base, set package from
Dynamicization test script, the automatic test script is then run by the job of Jenkins platforms, obtains database package
Test result, so as to realize database package automatic test, and it can with quicklook see test result.Separately
Outside, the automatic test script is committed to SVN Versions, version can be carried out to the automatic test script
Management, so as to renewal and the recovery of being modified at any time to the automatic test script.
Fourth embodiment
As shown in figure 4, fourth embodiment of the invention proposes a kind of database test system 40.
In the present embodiment, database test system 40 includes establishing module 400, setup module 402 and execution module
406。
It is described to establish module 400, the test of storing process or function in the package for establishing oracle database
Framework.
Specifically, establish module 400 and build oracle database application environment, for the system tray of concrete application environment
Structure, establish the test structure of storing process or function in the package of corresponding oracle database.Specific topology is as far as possible
Approached with practical application.
The setup module 402, for setting automatic test script, call the package of backstage oracle database
Middle storing process or function carry out data library test.
Specifically, automatic test script is set, utilizes the prepareCall of ISQLServerConnection in Java
Method calls storing process or function in the package of backstage oracle database.The prepareCall methods pass through
A CallableStatement object is created to call database store process.CallableStatement objects provide
Its IN parameter and the method for OUT parameter are set, and for performing the method for calling storing process.
The execution module 406, for running the automatic test script, obtains test result.
Specifically, execution module 406 can directly run the automation after the automatic test script is set and survey
Training sheet, obtain the test result.Execution module 406 can also first set the automatic test script run time and
The test environment address of operation, then run according to set run time in set test environment address described automatic
Change test script, so as to obtain the test result.
Further, the database test system 40 can also include:
Creation module 404, for creating a job on Jenkins platforms, to run the automatic test script,
And the relevant parameter of the job is set.
Specifically, the Jenkins platforms are used for the work for monitoring lasting Software Testing Project and external call performs.
The job is used to perform the automatic test script, carries out database package tests.Created on the Jenkins platforms
Build the job and perform the job, lasting database package tests can be monitored automatically, automatically derive database
Package test results.
The parameter can include:(1) when the operation for performing time and the automatic test script of the job is set
Between;(2) the test environment address for setting automatic test script to run.
In this case, the execution module 406 is additionally operable to perform the job according to set parameter, is surveyed
Test result.
Specifically, the job is performed according to the set execution time, the automatic test script is obtained, according to institute
The run time of setting runs the automatic test script in set test environment address, so as to obtain the test knot
Fruit.
Further, the database test system 40 can also include:
Module 403 is submitted, for the automatic test script to be committed into SVN Versions.
Specifically, the SVN Versions be used for the automatic test script carry out version management, so as to
When to the automatic test script modify renewal and recover.In such cases, the creation module 404 sets described
Also need to set the SVN Versions address for downloading the automatic test script during job relevant parameter.The execution
When module 406 performs the job according to the set execution time, it is also necessary under from the SVN Versions address
Carry the automatic test script.
Sending module 408, sent for test result will to be obtained to tester.
Specifically, after the completion of job execution, the database package test results of automation can be directly obtained,
Result report is formed according to the test result, result is reported and sent by mail to tester.
The embodiments of the present invention are for illustration only, do not represent the quality of embodiment.
It should be noted that herein, term " comprising ", "comprising" or its any other variant are intended to non-row
His property includes, so that process, method, article or device including a series of elements not only include those key elements, and
And also include the other element being not expressly set out, or also include for this process, method, article or device institute inherently
Key element.In the absence of more restrictions, the key element limited by sentence "including a ...", it is not excluded that including this
Other identical element also be present in the process of key element, method, article or device.
Through the above description of the embodiments, those skilled in the art can be understood that above-described embodiment side
Method can add the mode of required general hardware platform to realize by software, naturally it is also possible to realized by hardware, but a lot
In the case of the former be more preferably embodiment.Based on such understanding, technical scheme is substantially in other words to existing
The part that technology contributes can be embodied in the form of software product, and the computer software product is stored in a storage
In medium (such as ROM/RAM, magnetic disc, CD), including some instructions to cause a station terminal equipment (can be mobile phone, calculate
Machine, server, air conditioner, or network equipment etc.) perform method described in each embodiment of the present invention.
Above by reference to the preferred embodiments of the present invention have been illustrated, not thereby limit to the interest field of the present invention.On
State that sequence number of the embodiment of the present invention is for illustration only, do not represent the quality of embodiment.Patrolled in addition, though showing in flow charts
Order is collected, but in some cases, can be with the step shown or described by being performed different from order herein.
Those skilled in the art do not depart from the scope of the present invention and essence, can have a variety of flexible programs to realize the present invention,
It can be used for another embodiment for example as the feature of one embodiment and obtain another embodiment.All technologies with the present invention
The all any modification, equivalent and improvement made within design, all should be within the interest field of the present invention.
Claims (10)
1. a kind of data library test method, it is characterised in that the method comprising the steps of:
Establish the test structure of storing process or function in the package of database;
Automatic test script is set, calls storing process or function in the package of database to carry out database package
Test;And
The automatic test script is run, obtains test result.
2. data library test method according to claim 1, it is characterised in that this method also includes step:
A task is created on Jenkins platforms, and the relevant parameter of the task is set, wherein the task is used to perform
The automatic test script, carry out the database package tests;And
The task is performed according to set parameter, obtains the test result.
3. data library test method according to claim 2, it is characterised in that this method also includes step:
The automatic test script is committed to SVN Versions.
4. data library test method according to claim 1, it is characterised in that using in Java
ISQLServerConnection prepareCall methods call storing process or function in the package of database.
5. data library test method according to claim 3, it is characterised in that the parameter includes:Download described automatic
Change the SVN Versions address of test script;The operation for performing time and the automatic test script of the task
Time;The test environment address of the automatic test script operation.
6. data library test method according to claim 5, it is characterised in that the parameter set by the basis performs institute
The step of stating task, obtaining the test result specifically includes:
The task is performed according to the set execution time;
The automatic test script is downloaded from the SVN Versions address;And
The automatic test script is run in set test environment address according to set run time, so as to obtain
The test result.
7. a kind of database test system, it is characterised in that the system includes:
Module is established, the test structure of storing process or function in the package for establishing database;
Setup module, for setting automatic test script, storing process or function in the package of database is called to carry out
Database package is tested;And
Execution module, for running the automatic test script, obtain test result.
8. database test system according to claim 7, it is characterised in that the system also includes:
Creation module, for creating a task on Jenkins platforms, and the relevant parameter of the task is set, wherein institute
State task to be used to perform the automatic test script, carry out the database package tests;
The execution module is additionally operable to perform the task according to set parameter, obtains the test result.
9. database test system according to claim 8, it is characterised in that the system also includes:
Module is submitted, for the automatic test script to be committed into SVN Versions.
10. database test system according to claim 7, it is characterised in that the setup module is utilized in Java
ISQLServerConnection prepareCall methods call storing process or function in the package of database,
So as to set the automatic test script.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710312329.5A CN107885654A (en) | 2017-05-05 | 2017-05-05 | Data library test method and system |
PCT/CN2018/085725 WO2018202173A1 (en) | 2017-05-05 | 2018-05-04 | Method and system for database testing |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710312329.5A CN107885654A (en) | 2017-05-05 | 2017-05-05 | Data library test method and system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN107885654A true CN107885654A (en) | 2018-04-06 |
Family
ID=61780489
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710312329.5A Pending CN107885654A (en) | 2017-05-05 | 2017-05-05 | Data library test method and system |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN107885654A (en) |
WO (1) | WO2018202173A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2018202173A1 (en) * | 2017-05-05 | 2018-11-08 | 平安科技(深圳)有限公司 | Method and system for database testing |
CN112099806A (en) * | 2020-11-05 | 2020-12-18 | 四川新网银行股份有限公司 | CICD-based sql automatic auditing online and executing method |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110147328B (en) * | 2019-05-24 | 2023-07-18 | 深圳市网心科技有限公司 | Database performance test method, system, electronic equipment and storage medium |
CN111240989B (en) * | 2020-01-17 | 2021-05-28 | 众能联合数字技术有限公司 | Interface automation test framework and method |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101093462A (en) * | 2006-06-22 | 2007-12-26 | 上海全成通信技术有限公司 | Automatization method for testing schooling pressure on database application |
CN102254036A (en) * | 2011-08-09 | 2011-11-23 | 广东电网公司电力科学研究院 | Time sequence database testing method and system |
CN102254035A (en) * | 2011-08-09 | 2011-11-23 | 广东电网公司电力科学研究院 | Relational database testing method and system |
CN102486748A (en) * | 2010-12-02 | 2012-06-06 | 金蝶软件(中国)有限公司 | Method and device for performance test |
CN103810196A (en) * | 2012-11-09 | 2014-05-21 | 阿里巴巴集团控股有限公司 | Method for testing performance of database on basis of business model |
US20140222759A9 (en) * | 2009-09-03 | 2014-08-07 | Commvault Systems, Inc. | Utilizing snapshots for access to databases and other applications |
CN105224458A (en) * | 2015-10-09 | 2016-01-06 | 上海瀚银信息技术有限公司 | A kind of database method of testing and system |
CN105302729A (en) * | 2015-12-09 | 2016-02-03 | 浪潮电子信息产业股份有限公司 | Storage system testing method based on database application |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9542300B1 (en) * | 2013-03-15 | 2017-01-10 | Twitter, Inc. | System and method for tracking callback functions for error identification |
CN105446825B (en) * | 2014-06-12 | 2020-08-11 | 阿里巴巴集团控股有限公司 | Database testing method and device |
CN106383784A (en) * | 2016-09-20 | 2017-02-08 | 上海爱数信息技术股份有限公司 | Software automated test method and system |
CN107885654A (en) * | 2017-05-05 | 2018-04-06 | 平安科技(深圳)有限公司 | Data library test method and system |
-
2017
- 2017-05-05 CN CN201710312329.5A patent/CN107885654A/en active Pending
-
2018
- 2018-05-04 WO PCT/CN2018/085725 patent/WO2018202173A1/en active Application Filing
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101093462A (en) * | 2006-06-22 | 2007-12-26 | 上海全成通信技术有限公司 | Automatization method for testing schooling pressure on database application |
US20140222759A9 (en) * | 2009-09-03 | 2014-08-07 | Commvault Systems, Inc. | Utilizing snapshots for access to databases and other applications |
CN102486748A (en) * | 2010-12-02 | 2012-06-06 | 金蝶软件(中国)有限公司 | Method and device for performance test |
CN102254036A (en) * | 2011-08-09 | 2011-11-23 | 广东电网公司电力科学研究院 | Time sequence database testing method and system |
CN102254035A (en) * | 2011-08-09 | 2011-11-23 | 广东电网公司电力科学研究院 | Relational database testing method and system |
CN103810196A (en) * | 2012-11-09 | 2014-05-21 | 阿里巴巴集团控股有限公司 | Method for testing performance of database on basis of business model |
CN105224458A (en) * | 2015-10-09 | 2016-01-06 | 上海瀚银信息技术有限公司 | A kind of database method of testing and system |
CN105302729A (en) * | 2015-12-09 | 2016-02-03 | 浪潮电子信息产业股份有限公司 | Storage system testing method based on database application |
Non-Patent Citations (1)
Title |
---|
梅青平,张望,刘姗姗: "《J2SE快速入门经典》", 31 July 2016, 西南交通大学出版社 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2018202173A1 (en) * | 2017-05-05 | 2018-11-08 | 平安科技(深圳)有限公司 | Method and system for database testing |
CN112099806A (en) * | 2020-11-05 | 2020-12-18 | 四川新网银行股份有限公司 | CICD-based sql automatic auditing online and executing method |
Also Published As
Publication number | Publication date |
---|---|
WO2018202173A1 (en) | 2018-11-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107885654A (en) | Data library test method and system | |
CN107908541B (en) | Interface testing method and device, computer equipment and storage medium | |
CN107861862A (en) | UI automated testing methods, device and computer-readable recording medium | |
CN106294179B (en) | Analog detection method and server in process of application development | |
US8332203B1 (en) | System and methods for authoring a mobile device application | |
CN106407121B (en) | A kind of cross-platform data intercommunication conformance test method and using test server | |
CN106528395B (en) | The generation method and device of test case | |
CN106776294B (en) | Automatic android mobile phone testing method and system | |
CN107896244B (en) | Version file distribution method, client and server | |
CN107608874A (en) | Method of testing and device | |
CN105787364B (en) | Automatic testing method, device and system for tasks | |
CN107506647A (en) | Leak self-repairing method and mobile terminal | |
CN106933729A (en) | A kind of method of testing and system based on cloud platform | |
CN106326120B (en) | Regression testing method and device for application software and electronic equipment | |
CN106897216A (en) | The method and apparatus of test software | |
CN109165170A (en) | A kind of method and system automating request for test | |
CN106980565A (en) | Escalation process monitoring method and device | |
CN104955074A (en) | Test apparatus and test method | |
CN111080633A (en) | Screen defect detection method and device, terminal equipment and storage medium | |
KR100892141B1 (en) | Test method for automatically testing portable device and apparatus there-for | |
CN106528429A (en) | UI testing method and device | |
CN106682910B (en) | Information processing method, system and related equipment | |
CN105117340B (en) | URL detection methods and device for iOS browser application quality evaluations | |
CN107797927B (en) | Application automation test method, device, equipment and readable storage medium | |
CN108804315A (en) | Applied to the test method of dynamic development, device, electronic equipment and storage medium |
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 | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20180406 |
|
RJ01 | Rejection of invention patent application after publication |