CN107015902B - Test method and test equipment - Google Patents

Test method and test equipment Download PDF

Info

Publication number
CN107015902B
CN107015902B CN201610056380.XA CN201610056380A CN107015902B CN 107015902 B CN107015902 B CN 107015902B CN 201610056380 A CN201610056380 A CN 201610056380A CN 107015902 B CN107015902 B CN 107015902B
Authority
CN
China
Prior art keywords
tested
test
site
case set
station
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610056380.XA
Other languages
Chinese (zh)
Other versions
CN107015902A (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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201610056380.XA priority Critical patent/CN107015902B/en
Publication of CN107015902A publication Critical patent/CN107015902A/en
Application granted granted Critical
Publication of CN107015902B publication Critical patent/CN107015902B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • 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)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a test method and a test device, which comprise the following steps: receiving a test request sent by a first station to be tested, wherein the test request comprises identification information of the first station to be tested; respectively determining a first configuration file and a test suite which are required by testing the first site to be tested according to the identification information of the first site to be tested, wherein the test suite comprises a public test case set for supporting a plurality of test sites and a private test case set for supporting the first site to be tested; and loading the first configuration file, and starting the integration test of the first site to be tested based on the public test case set and the private test case set. Therefore, a test suite required by each site is not required to be maintained singly, a public test case set commonly used by a plurality of sites and a private test case set used by each site independently are maintained, the problem of test case redundancy in the system is effectively avoided, and the test efficiency of the sites is effectively improved.

Description

Test method and test equipment
Technical Field
The present application relates to the field of computer technologies, and in particular, to a test method and device.
Background
Software testing is a necessary link of a software life cycle, and aims to find errors existing in software design as early as possible so as to ensure software quality. The test case is the basis for software testing, and a high-coverage and simplified test case set can reduce the software testing cost and improve the software testing efficiency.
In practical application, site test environment isolation and/or database isolation are/is arranged among different sites of a system, and a series of factor limitations such as service characteristics of the different sites are added, so that test case sets are respectively arranged aiming at the different sites of the system, and a large number of repeated test cases exist in the test case sets, so that the number of test cases required to be maintained by the whole system is large, and the test efficiency of the system is reduced.
For example: one system corresponds to 5 different sites, and if the test case set to be deployed at each site contains 700 test cases, the number of the test cases required to be maintained by the system reaches 3500, and if N sites are newly added to the system, the number of the test cases required to be maintained by the system reaches (3500+700 × N) test cases, so that the test efficiency of the whole system is affected.
Disclosure of Invention
In view of this, embodiments of the present application provide a testing method and device, so as to solve the problem in the prior art that the testing efficiency is low due to a large number of test cases.
A method of testing, comprising:
receiving a test request sent by a first station to be tested, wherein the test request comprises identification information of the first station to be tested;
respectively determining a first configuration file and a test suite which are required by testing the first site to be tested according to the identification information of the first site to be tested, wherein the test suite comprises a public test case set for supporting a plurality of test sites and a private test case set for supporting the first site to be tested;
and loading the first configuration file, and starting the integration test of the first site to be tested based on the public test case set and the private test case set.
A test apparatus, comprising:
the device comprises a receiving unit, a judging unit and a processing unit, wherein the receiving unit is used for receiving a test request sent by a first station to be tested, and the test request comprises identification information of the first station to be tested;
a determining unit, configured to determine, according to the identification information of the first site to be tested, a first configuration file and a test suite that are required for testing the first site to be tested, where the test suite includes a common test case set for supporting multiple test sites and a private test case set for supporting the first site to be tested;
and the testing unit is used for loading the first configuration file and starting the integration test of the first site to be tested based on the public test case set and the private test case set.
The beneficial effect of this application is as follows:
the method includes the steps that a test request sent by a first station to be tested is received, wherein the test request contains identification information of the first station to be tested; respectively determining a first configuration file and a test suite which are required by testing the first site to be tested according to the identification information of the first site to be tested, wherein the test suite comprises a public test case set for supporting a plurality of test sites and a private test case set for supporting the first site to be tested; and loading the first configuration file, and starting the integration test of the first site to be tested based on the public test case set and the private test case set. In the embodiment of the application, the test suite required by each site is divided into a public test case set and a private test case set, and the public test case set can be used by a plurality of different sites.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a schematic flowchart of a testing method according to an embodiment of the present disclosure;
fig. 2 is a schematic flowchart of a testing method according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a testing apparatus according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a test system according to an embodiment of the present application.
Detailed Description
In order to achieve the purpose of the present application, an embodiment of the present application provides a testing method and device, where a test request sent by a first station to be tested is received, where the test request includes identification information of the first station to be tested; respectively determining a first configuration file and a test suite which are required by testing the first site to be tested according to the identification information of the first site to be tested, wherein the test suite comprises a public test case set for supporting a plurality of test sites and a private test case set for supporting the first site to be tested; and loading the first configuration file, and starting the integration test of the first site to be tested based on the public test case set and the private test case set. In the embodiment of the application, the test suite required by each site is divided into a public test case set and a private test case set, and the public test case set can be used by a plurality of different sites.
It should be noted that the test suite described in the embodiments of the present application may refer to a set of a plurality of test cases in software testing/internet testing. The test suite, which may also be referred to as a TestSuite, is generally executable by a program. Wherein each test case can be used to test the correctness of one or more program logics. Test suites typically incorporate automated test frames, and the form of test suites may vary from test frame to test frame.
The sites to be tested described in the embodiments of the present application may refer to one version of one software, and then different versions of the software are referred to as different sites to be tested; or a function of a version of a piece of software, different functions of a version of the software are called different sites to be tested, and are not limited in detail here.
Various embodiments of the present application will be described in further detail with reference to the drawings attached hereto, and it should be understood that the described embodiments are only some embodiments of the present application, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a schematic flowchart of a testing method according to an embodiment of the present disclosure. The method may be as follows.
Step 101: and receiving a test request sent by the first station to be tested.
And the test request comprises the identification information of the first station to be tested.
In step 101, an embodiment of the present application provides a multi-site testing platform, where the multi-site testing platform can implement an integrated test on multiple sites.
Before software testing is carried out, a set of private test cases required by each site needs to be determined.
When the software test is started, the multi-site test platform receives test requests sent by at least one site to be tested, wherein each test request comprises identification information of one site to be tested.
The test request received here comprises the test request sent by the first station to be tested.
Step 102: and respectively determining a first configuration file and a test suite required by testing the first station to be tested according to the identification information of the first station to be tested.
The test suite comprises a public test case set for supporting a plurality of test sites and a private test case set for supporting the first site to be tested.
In step 102, the embodiment of the present application as described in step 101 provides a multi-site test platform (which may also be referred to as a jobb), and the jobb can be deployed through a dynamic parameter mechanism of a maven command. The jobs can implement integration test regression of multiple sites.
When receiving test requests sent by a plurality of sites to be tested, the jobcan distinguish different sites to be tested by using identification information of different sites to be tested, and determine a configuration file required by testing each site to be tested according to the identification information of different sites to be tested.
The configuration file not only includes memory data required for testing, but also may include current environment channel data required for testing, and may even include other data, which is not specifically limited herein.
The current environment channel data in the embodiment of the application can be obtained by using a TestNg annotation parameter @ BeforeClass, and when the test is started, the obtained current environment channel data is written into context information used in the test. Therefore, when the test is started, the current test environment channel can be obtained from the context information, and the current test regression environment is sensed.
After the current environment channel data of different to-be-tested sites are obtained, the current environment channel data can be distinguished by utilizing a routing technology, so that the problem of database environment isolation among the different to-be-tested sites can be effectively solved.
When the configuration file required by the test is obtained, the identification information of the to-be-tested sites can be used for determining a test suite for testing each to-be-tested site.
In the embodiment of the application, a test suite of each site to be tested is divided into a public test case set and a private test case set, the public test case set can be called as a core application scene test case set of software, the public test case set can be shared by a plurality of sites to be tested, and one part of the public test case set is generally stored in a test system; the private test case set can be called a private logic test case set of a site to be tested, that is, the private test case set belongs to a case set used by the site to be tested. The private test cases of different sites to be tested are different.
Specifically, before the test cases are constructed, the attribute of each test case is dynamically modified through a-D parameter:
file XXX-CI-private, xml, private logic for specifying the current site to be tested to perform test regression;
app _ name XXX: and the identification information is used for specifying the current station to be tested. When the identification information of the station to be tested is determined, the configuration file of the station to be tested can be obtained by utilizing the Sofa framework and the ZDAL data routing technology, so that the problem of isolation of databases of all stations is solved;
from.yy.confreg.url XXX: the configuration center is used for designating the connection when the system service of the current site to be tested is started, the problem of switching test among multi-site environments can be solved through the parameters, and the purpose of job test multiplexing is achieved.
Specifically, according to the identification information of the first station to be tested, a private test case set which is required by testing the first station to be tested and used for supporting the second station to be tested is extracted through java-D parameters.
For example: in the embodiment of the application, the test suite of each site to be tested is divided into public test cases (such as XXX-CI-core. xml) and private test cases (such as XXX-CI-private. xml), and then assuming that the bum. xml file of the bundle is tested, XXX-CI-private. xml can be extracted as a set of private test cases which are used for self-defining attributes in the test pom and vary with site environment.
Step 103: and loading the first configuration file, and starting the integration test of the first site to be tested based on the public test case set and the private test case set.
In step 103, when starting the software test, the first configuration file of the first site to be tested is loaded and tested, and the integrated test on the first site to be tested is started based on the public test case set and the private test case set.
For example: the method comprises the steps of utilizing java-D parameters to achieve transmission of custom system variables (including a private test case set), dynamically assigning regression service modules (including a service regression module of a public test case set and a service regression module of a private test case set), performing dynamic assigned service module regression logic, achieving deployment regression of a single test site in a service scene of a plurality of test sites, breaking environmental isolation among different test sites, further shortening test time of the test sites, effectively achieving regression test of a full number of sites, and improving test efficiency of different sites.
Further, it is assumed that, when receiving the test request sent by the first station to be tested, the test request sent by the second station to be tested is received. Wherein, the test request includes the identification information of the second station to be tested.
It should be noted that the test request sent by the first station to be tested and the test request sent by the second station to be tested may be sent simultaneously or may not be sent simultaneously, which is not specifically limited in this embodiment of the application.
Specifically, when a test request sent by a second site to be tested is received, according to identification information of the second site to be tested, a second configuration file required for testing the second site to be tested and a private test case set for supporting the second site to be tested are respectively determined, the second configuration file is loaded, and based on the determined private test case set for supporting the second site to be tested, an integration test on the second site to be tested is switched and started on the basis of the integration test on the first site to be tested.
In the embodiment of the application, when testing a second station to be tested is implemented, on the basis of an integration test of the first station to be tested, a database for testing the second station to be tested is routed according to identification information and a data routing rule of the second station to be tested based on a determined private test case set for supporting the second station to be tested; and switching and starting the integration test of the second station to be tested according to the database for testing the second station to be tested.
In addition, switching to initiate an integrated test of the second site to be tested includes:
multiplexing and testing the common test case set of the first site to be tested;
and starting the integration test of the second site to be tested based on the public test case set and the private test case set for supporting the second site to be tested.
In addition, when the first site to be tested and the second site to be tested are supposed to synchronously send the test requests, a public test case set for testing the first site to be tested and the second site to be tested is determined, and a private test case set for testing the first site to be tested and a private test case set for testing the second site to be tested are respectively determined.
And starting the test, realizing the test of the public test case set by using a public logistic regression test module, and respectively realizing the test of the private test case sets of the first site to be tested and the second site to be tested by using a private logistic regression test module.
That is to say, the multi-site test platform provided in the embodiment of the present application may implement an integrated test of a single test site, may implement a switching test between two test sites, and may implement a synchronous test of multiple test sites, which is not described in detail herein.
According to the technical scheme provided by the embodiment of the application, a test request sent by a first station to be tested is received, wherein the test request comprises identification information of the first station to be tested; respectively determining a first configuration file and a test suite which are required by testing the first site to be tested according to the identification information of the first site to be tested, wherein the test suite comprises a public test case set for supporting a plurality of test sites and a private test case set for supporting the first site to be tested; and loading the first configuration file, and starting the integration test of the first site to be tested based on the public test case set and the private test case set.
In the embodiment of the application, the test suite required by each site is divided into a public test case set and a private test case set, and the public test case set can be used by a plurality of different sites.
Fig. 2 is a schematic flowchart of a testing method according to an embodiment of the present application. The method may be as follows. In the test method provided by the embodiment of the application, the execution main body can be a multi-site test device. A private test case set channel is newly added in the multi-site test equipment, namely, a test case required by one site to be tested is divided into a public test case and a private test case.
Step 201: the multi-site test equipment receives a test request sent by at least one test site.
Wherein, each test request contains the identification information of the station to be tested.
Step 202: and the multi-site testing equipment respectively determines a configuration file for testing each site to be tested according to the identification information of the site to be tested contained in each test request.
Step 203: and the multi-site test equipment respectively determines a private test case set for testing each site to be tested according to the identification information of the site to be tested contained in each test request.
Step 204: and the multi-site test equipment starts the test according to the determined configuration file and the private test case set, and performs regression test on the test site sending the test request.
In step 204, the multi-site testing device starts the public logistic regression module to call the public test case set, and starts the private logistic regression module to call the private test case set of each testing site to test the private logic of each testing site.
Fig. 3 is a schematic structural diagram of a testing apparatus according to an embodiment of the present application. The test apparatus includes: a receiving unit 31, a determining unit 32 and a testing unit 33, wherein:
a receiving unit 31, configured to receive a test request sent by a first station to be tested, where the test request includes identification information of the first station to be tested;
a determining unit 32, configured to determine, according to the identification information of the first site to be tested, a first configuration file and a test suite that are required for testing the first site to be tested, where the test suite includes a common test case set for supporting multiple test sites and a private test case set for supporting the first site to be tested;
the testing unit 33 is configured to load the first configuration file, and start an integration test on the first site to be tested based on the public test case set and the private test case set.
Optionally, the receiving unit 31 is further configured to receive a test request sent by a second station to be tested, where the test request includes identification information of the second station to be tested;
the determining unit 32 is further configured to determine, according to the identification information of the second site to be tested, a second configuration file required for testing the second site to be tested and a private test case set for supporting the second site to be tested, respectively;
the testing unit 33 is further configured to load the second configuration file, and switch and start the integration test on the second site to be tested based on the determined private test case set for supporting the second site to be tested on the basis of the integration test on the first site to be tested.
Specifically, the switching, by the testing unit 33, starting the integration test on the second site to be tested based on the determined private test case set for supporting the second site to be tested on the basis of the integration test on the first site to be tested, includes:
based on the determined private test case set for supporting the second station to be tested, on the basis of the integration test of the first station to be tested, routing a database for testing the second station to be tested according to the identification information and the data routing rule of the second station to be tested;
and switching and starting the integration test of the second station to be tested according to the database for testing the second station to be tested.
Specifically, the switching and starting of the integrated test on the second station to be tested by the test unit 33 includes:
multiplexing and testing the common test case set of the first site to be tested;
and starting the integration test of the second site to be tested based on the public test case set and the private test case set for supporting the second site to be tested.
Specifically, the determining unit 32 determines, according to the identification information of the first station to be tested, a test suite required for testing the first station to be tested, and includes:
and extracting a private test case set which is required by testing the first station to be tested and is used for supporting the second station to be tested through java-D parameters according to the identification information of the first station to be tested.
It should be noted that the test device provided in the embodiment of the present application may be implemented in a software manner, or may be implemented in a hardware manner, which is not limited herein.
The test equipment provided by the embodiment of the application can divide the test suite required by each site into a public test case set and a private test case set, and the public test case set can be used by a plurality of different sites.
Fig. 4 is a schematic structural diagram of a test system according to an embodiment of the present application. The test system comprises an input unit 41, a multi-site test device 42 and an output unit 43, wherein:
the input unit 41 is configured to receive test requests sent by different test stations.
The multi-site testing device 42 is configured to determine configuration files and test suites required for testing different testing sites respectively according to identification information of sites to be tested included in test requests sent by different testing sites, where the test suites include a public test case set for supporting different testing sites and a private test case set for testing each site to be tested respectively, load the configuration files, and start an integrated test on different sites to be tested based on the public test case set and the private test case set.
It should be noted that the multi-site testing apparatus provided in the embodiment of the present application may further include a public logistic regression module 421 and a private logistic regression module 422.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, apparatus (device), or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (devices) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all alterations and modifications as fall within the scope of the application.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (8)

1. A method of testing, comprising:
receiving a test request sent by a first station to be tested, wherein the test request comprises identification information of the first station to be tested;
respectively determining a first configuration file and a test suite required by testing the first site to be tested according to the identification information of the first site to be tested, wherein the first configuration file comprises memory data required during testing and current environment channel data; the test suite comprises a public test case set for supporting a plurality of test sites and a private test case set for supporting the first site to be tested;
and loading the first configuration file, and starting the integration test of the first site to be tested based on the public test case set and the private test case set.
2. The test method of claim 1, wherein the method further comprises:
receiving a test request sent by a second station to be tested, wherein the test request comprises identification information of the second station to be tested;
according to the identification information of the second site to be tested, respectively determining a second configuration file required for testing the second site to be tested and a private test case set for supporting the second site to be tested;
loading the second configuration file, and switching and starting the integration test of the second site to be tested on the basis of the integration test of the first site to be tested on the basis of the determined private test case set for supporting the second site to be tested;
the switching initiates an integrated test of the second site to be tested, including:
multiplexing and testing the common test case set of the first site to be tested;
and starting the integration test of the second site to be tested based on the public test case set and the private test case set for supporting the second site to be tested.
3. The testing method of claim 2, wherein switching to start the integration test on the second site to be tested on the basis of the integration test on the first site to be tested based on the determined set of private test cases for supporting the second site to be tested comprises:
based on the determined private test case set for supporting the second station to be tested, on the basis of the integration test of the first station to be tested, routing a database for testing the second station to be tested according to the identification information and the data routing rule of the second station to be tested;
switching and starting the integration test of the second station to be tested according to the database for testing the second station to be tested;
the switching initiates an integrated test of the second site to be tested, including:
multiplexing and testing the common test case set of the first site to be tested;
and starting the integration test of the second site to be tested based on the public test case set and the private test case set for supporting the second site to be tested.
4. The method according to claim 1, wherein determining a test suite required for testing the first station to be tested according to the identification information of the first station to be tested comprises:
and extracting a private test case set which is required by testing the first site to be tested and used for supporting the first site to be tested through java-D parameters according to the identification information of the first site to be tested.
5. A test apparatus, comprising:
the device comprises a receiving unit, a judging unit and a processing unit, wherein the receiving unit is used for receiving a test request sent by a first station to be tested, and the test request comprises identification information of the first station to be tested;
a determining unit, configured to determine, according to the identification information of the first site to be tested, a first configuration file and a test suite required by testing the first site to be tested, where the first configuration file includes memory data required during testing and current environment channel data; the test suite comprises a public test case set for supporting a plurality of test sites and a private test case set for supporting the first site to be tested;
and the testing unit is used for loading the first configuration file and starting the integration test of the first site to be tested based on the public test case set and the private test case set.
6. The test apparatus of claim 5,
the receiving unit is further configured to receive a test request sent by a second station to be tested, where the test request includes identification information of the second station to be tested;
the determining unit is further configured to determine, according to the identification information of the second site to be tested, a second configuration file required for testing the second site to be tested and a private test case set for supporting the second site to be tested, respectively;
the testing unit is further configured to load the second configuration file, and switch and start the integration test on the second site to be tested on the basis of the integration test on the first site to be tested based on the determined private test case set for supporting the second site to be tested;
the switching and starting of the integrated test of the second station to be tested by the test unit comprises the following steps:
multiplexing and testing the common test case set of the first site to be tested;
and starting the integration test of the second site to be tested based on the public test case set and the private test case set for supporting the second site to be tested.
7. The testing device of claim 6, wherein the testing unit switches to start the integration test on the second site to be tested on the basis of the integration test on the first site to be tested based on the determined set of private test cases for supporting the second site to be tested, and comprises:
based on the determined private test case set for supporting the second station to be tested, on the basis of the integration test of the first station to be tested, routing a database for testing the second station to be tested according to the identification information and the data routing rule of the second station to be tested;
switching and starting the integration test of the second station to be tested according to the database for testing the second station to be tested;
the switching and starting of the integrated test of the second station to be tested by the test unit comprises the following steps:
multiplexing and testing the common test case set of the first site to be tested;
and starting the integration test of the second site to be tested based on the public test case set and the private test case set for supporting the second site to be tested.
8. The test apparatus according to claim 5, wherein the determining unit determines a test suite required to test the first station to be tested, based on the identification information of the first station to be tested, includes:
and extracting a private test case set which is required by testing the first site to be tested and used for supporting the first site to be tested through java-D parameters according to the identification information of the first site to be tested.
CN201610056380.XA 2016-01-27 2016-01-27 Test method and test equipment Active CN107015902B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610056380.XA CN107015902B (en) 2016-01-27 2016-01-27 Test method and test equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610056380.XA CN107015902B (en) 2016-01-27 2016-01-27 Test method and test equipment

Publications (2)

Publication Number Publication Date
CN107015902A CN107015902A (en) 2017-08-04
CN107015902B true CN107015902B (en) 2021-02-09

Family

ID=59439096

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610056380.XA Active CN107015902B (en) 2016-01-27 2016-01-27 Test method and test equipment

Country Status (1)

Country Link
CN (1) CN107015902B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107665171B (en) * 2017-10-11 2020-08-04 中国民生银行股份有限公司 Automatic regression testing method and device
CN107977317A (en) * 2017-12-22 2018-05-01 上海庆科信息技术有限公司 A kind of test method of data network, system and relevant apparatus
CN111026639B (en) * 2019-10-29 2021-03-02 口碑(上海)信息技术有限公司 Method and system for testing service quality of multi-service system
CN111352668A (en) * 2020-02-27 2020-06-30 珠海格力智能装备有限公司 Device testing method and device based on plug-in and testing system based on plug-in
CN111427778A (en) * 2020-03-18 2020-07-17 中国平安人寿保险股份有限公司 Test method, test device, terminal equipment and storage medium
CN113973068B (en) * 2021-10-20 2023-05-26 重庆紫光华山智安科技有限公司 Chaos testing method and device, chaos testing platform and storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7631227B2 (en) * 2006-11-21 2009-12-08 Etaliq Inc. Automated testing and control of networked devices
CN101286131B (en) * 2007-04-09 2010-06-09 国际商业机器公司 Service test method and service test system
CN101414935B (en) * 2008-07-09 2011-06-22 北京星网锐捷网络技术有限公司 Method and system for generating test case
CN102622294B (en) * 2011-01-28 2014-12-10 国际商业机器公司 Method and method for generating test cases for different test types
CN103425472B (en) * 2012-05-23 2016-08-24 上海计算机软件技术开发中心 STE dynamic generating system based on cloud computing and its implementation
CN104735687B (en) * 2015-03-12 2018-08-10 北京惠捷朗科技有限公司 A kind of single verification service test method and device of standing
CN105183645B (en) * 2015-08-26 2018-07-20 中国电子科技集团公司第十四研究所 A method of the Radar Software test design based on multiplexing and realization

Also Published As

Publication number Publication date
CN107015902A (en) 2017-08-04

Similar Documents

Publication Publication Date Title
CN107015902B (en) Test method and test equipment
CN105302554B (en) A kind of android system automated procedures construction method and system
CN108073400A (en) Software automation construction method, server and storage medium
CN104866307B (en) The restorative procedure and device of a kind of application program
CN110532021B (en) Processing method of configuration file of distributed control system, client and service device
CN104866556B (en) Fault handling method, device and the Database Systems of database
CN107911251B (en) Network equipment configuration method, device and medium
CN106612204B (en) Service checking method and device
CN108897557B (en) Updating method and device of microservice architecture
CN110990289B (en) Method and device for automatically submitting bug, electronic equipment and storage medium
CN111651365B (en) Automatic interface testing method and device
WO2017113848A1 (en) Testing method, testing platform and simulated testing device for test case
CN106484620B (en) Method for testing multi-system terminal equipment, control equipment and console
CN111797015B (en) Dynamic byte code based test method and device
CN106020898A (en) Software upgrading method and system of multi-processor device
CN113133041B (en) Method and device for testing vehicle-to-vehicle communication function in dynamic interval train control vehicle
CN104679648B (en) Across the automated testing method of application
CN112181784A (en) Code fault analysis method and system based on bytecode injection
CN111737065A (en) Demand model based on server interface test and interface test method and system
CN110752964A (en) Network equipment testing method and device
CN110413287A (en) The dispositions method and device of software
CN101714995A (en) Method for completely testing iSCSI target and generating report
CN112231217B (en) Method and device for implementing functional test in duplicate mode
CN110347609B (en) Method and device for testing blockchain software
CN103176904A (en) Simulation testing platform software architecture and testing method based on same

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
TA01 Transfer of patent application right

Effective date of registration: 20200921

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200921

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant