CN108255735B - Associated environment testing method, electronic device and computer readable storage medium - Google Patents

Associated environment testing method, electronic device and computer readable storage medium Download PDF

Info

Publication number
CN108255735B
CN108255735B CN201810101157.1A CN201810101157A CN108255735B CN 108255735 B CN108255735 B CN 108255735B CN 201810101157 A CN201810101157 A CN 201810101157A CN 108255735 B CN108255735 B CN 108255735B
Authority
CN
China
Prior art keywords
environment
configuration
information
testing
module
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
CN201810101157.1A
Other languages
Chinese (zh)
Other versions
CN108255735A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201810101157.1A priority Critical patent/CN108255735B/en
Priority to PCT/CN2018/083073 priority patent/WO2019148657A1/en
Publication of CN108255735A publication Critical patent/CN108255735A/en
Application granted granted Critical
Publication of CN108255735B publication Critical patent/CN108255735B/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software

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)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The invention discloses a method for testing a correlation environment, an electronic device and a computer readable storage medium, wherein the method comprises the following steps: acquiring attribute information of a plurality of associated environments to be tested, wherein the attribute information comprises environment names and IP port information of the associated environments; setting and maintaining configuration information associated with the environmental test according to the IP port information; acquiring a first environment test request sent by a testing user side, wherein the first environment test request comprises IP port information of a first environment; loading configuration information associated with the IP port information of the first environment to a configuration cache module of the testing user terminal; and reading the configuration information in the configuration cache module, testing the first environment by using the configuration information, and switching the test between different associated environments by automatically loading the configuration updating information, thereby improving the test efficiency.

Description

Associated environment testing method, electronic device and computer readable storage medium
Technical Field
The invention relates to the field of system software operation testing, in particular to a correlation environment testing method, an electronic device and a computer readable storage medium.
Background
In the prior art, one operating system may correspond to different operating environments, such as a personal loan system, may correspond to two or more operating environments, the operating environments are referred to as "associated environments", and corresponding operating parameters of the associated environments are different when the operating system is operated, in order to ensure that the operating system can normally operate and operate in different associated environments, before actual use, a test server needs to perform a test run test on the associated environments, because program codes of each associated environment are different, when one environment is tested and is switched to another associated environment for testing, the program codes of the corresponding testing environments in the test server need to be modified to implement conversion, which easily causes a program code modification error and thus a test failure, and a workload for modifying the program codes is large, the conversion program is complex, the testing efficiency is low, and the multi-environment testing switching cannot be met.
Disclosure of Invention
The present invention is directed to a method for testing an associated environment, an electronic device, and a computer-readable storage medium, which overcome the problems of the prior art to a certain extent.
The invention solves the technical problems through the following technical scheme:
the invention provides a method for testing a correlation environment, which comprises the following steps:
step 01, collecting attribute information of a plurality of associated environments to be tested, wherein the attribute information comprises environment names and IP port information of the associated environments;
step 02, setting and maintaining configuration information associated with the environmental test according to the IP port information;
step 03, acquiring a first environment test request sent by a testing user terminal, wherein the first environment test request comprises IP port information of a first environment;
step 04, loading configuration information associated with the IP port information of the first environment to a configuration cache module of the testing user side;
step 05, reading the configuration information in the configuration cache module and testing the first environment by using the configuration information;
step 06, judging whether a second environment associated with the first environment is tested, if so, entering step 07, and if not, ending;
and step 07, acquiring configuration updating information, and testing the second environment by using the updated configuration information.
In one embodiment, step 02 includes operating on the configuration information using an operation interface, where the operating includes performing associative sorting on the configuration information by the IP port information.
In one embodiment, step 04 includes:
step 04-1, acquiring configuration information of a related first environment test according to the IP port information of the first environment;
and step 04-2, the automatic loading module loads the configuration information of the first environment test to a configuration cache module of the test user terminal.
In one embodiment, step 05 comprises:
step 05-1, a testing user terminal reads configuration information of a first environment to be tested in a cache module and loads the configuration information to a testing module;
and step 05-2, testing the first environment by using the configuration information.
In one embodiment, step 07 includes: and detecting whether the IP port information and the configuration information are updated at an interval of T, if so, automatically loading the updated configuration information associated with the IP port information of the second environment to a cache module and covering the configuration information of the first environment.
In one embodiment, step 07 includes:
step 07-1, acquiring IP port information of the second environment to be tested and configuration updating information associated with the IP port information;
step 07-2, loading the configuration updating information to a cache module of the testing user terminal;
and 07-3, reading the updated configuration information in the cache module, and testing the second environment by using the configuration information.
The invention also discloses an electronic device, comprising a memory and a processor, wherein the memory is used for storing the associated environment test system executed by the processor, and the associated environment test system comprises:
the information acquisition module is used for acquiring attribute information of a plurality of associated environments to be tested, wherein the attribute information comprises environment names and IP port information of the associated environments;
the configuration management module is used for setting and maintaining configuration information associated with the environment test according to the IP port information of the environment to be tested;
the configuration automatic loading module is used for loading configuration information associated with the IP port information of the environment to be tested to the configuration cache module of the testing user end;
the configuration cache module is used for temporarily storing configuration information of the environment to be tested;
the configuration reading module is used for reading the configuration information of the environment to be tested in the configuration cache module and sending the configuration information to the testing module;
and the testing module is used for testing the environment to be tested according to the configuration information by the user.
In one embodiment, the correlation environment testing system further includes a correlation environment testing judgment module, configured to judge whether to perform correlation testing on the associated environments.
In an embodiment, the associated environment testing system further includes a configuration update module, configured to detect and obtain configuration update information, and load the configuration update information to a configuration cache module of the testing client through the configuration automatic loading module.
The invention also discloses a computer readable storage medium, wherein an associated environment test system is stored in the computer readable storage medium, and the associated environment test system can be executed by at least one processor so as to enable the at least one processor to execute the steps of the associated environment test method.
The invention has the positive effects that:
the method comprises the steps of configuring the environmental information to be tested in the configuration information, reading the updated configuration information at intervals, and dynamically switching to other associated environments for testing according to the updated configuration information, so that the complicated operation caused by modifying program codes is avoided, the efficiency of associated environment testing is improved, and the testing switching of various associated environmental conditions can be met.
Drawings
FIG. 1 is a flow chart illustrating an embodiment of a method for testing an associated environment of the present invention.
FIG. 2 is a flow chart illustrating yet another embodiment of the associated environment testing method of the present invention.
FIG. 3 is a flow chart illustrating yet another embodiment of the associated environment testing method of the present invention.
FIG. 4 is a flow chart illustrating yet another embodiment of the associated environment testing method of the present invention.
FIG. 5 is a flow chart illustrating yet another embodiment of the associated environment testing method of the present invention.
FIG. 6 is a schematic diagram of program modules of an embodiment of the present invention associated with an environmental test system.
FIG. 7 is a schematic diagram of program modules of yet another embodiment of the present invention associated environment testing system.
Fig. 8 is a schematic diagram of a hardware architecture of an embodiment of the electronic device of the present invention.
Detailed Description
Example one
Referring to fig. 1, 2-5, a correlation environment testing method is shown, comprising the steps of:
step 01, collecting attribute information of a plurality of associated environments to be tested, wherein the attribute information comprises environment names and IP port information of the associated environments.
For example, a personal loan system corresponds to 2 sets of associated operating environments, before the system is actually used, the 2 sets of environments need to be respectively subjected to operating tests, in order to realize the switching of the 2 sets of environment tests, a configuration management end uses an information acquisition module to acquire attribute information of the 2 sets of environments in advance, wherein the attribute information comprises environment names and respective IP port information, the environment names can be used as identification codes of different environments selected during operation, and the IP port information is associated with configuration information of the testing environment and is used for acquiring configuration information of the environment to be tested. The environment name refers to a software class including a software name, a version, an operating system and the like, and the hardware class refers to a hardware brand, a hardware model and the like, such as different mobile android systems, apples and MIUI.
And step 02, setting and maintaining configuration information associated with the environmental test according to the IP port information.
And the configuration management terminal operates the configuration information by using an operation interface, wherein the operation comprises the step of performing association sequencing on the configuration information according to the IP port information.
Specifically, the IP port information is used as an identifier of configuration information, one IP port information uniquely corresponds to one environment to be tested, one configuration information uniquely corresponds to one test program, different IP port information is provided for different test environments, and by updating the configuration information associated with the IP port information, the adjustment and switching of test programs in different test environments can be realized, the configuration information comprises a text file, a binary object, xml configuration and key-value configuration, the configuration information matched with the IP port information is written into a program of test software through coding, and uses the operation interface to operate the configuration confidence and serialize the data, realizes the setting and maintenance of the configuration information of a certain test environment, the configuration information can be centralized in a configuration database, and the configuration information is set and maintained in the database according to the IP port information of the test environment.
Step 03, obtaining a first environment test request sent by a testing user terminal, where the first environment test request includes IP port information of a first environment.
When a first environment needs to be tested, a testing user side sends a first environment testing request to a configuration management side, wherein the first environment testing request comprises IP port information of the first environment and an environment name of the first environment, and after receiving the request, the configuration management side searches and loads associated configuration information according to the IP port information.
And step 04, loading configuration information associated with the IP port information of the first environment to a configuration cache module of the test user side.
After the configuration information of the environment to be tested is found, the automatic loading program is started, and the configuration loading module automatically loads the configuration information into the configuration cache module of the testing user side. The method specifically comprises the following substeps:
step 04-1, acquiring configuration information of a related first environment test according to the IP port information of the first environment; the configuration information of the associated environment is uniformly stored in a configuration database, and is subjected to associated sequencing according to the IP port information of each associated environment, and when the test is started, the configuration management terminal searches the corresponding configuration information according to the IP of the environment to be tested.
And step 04-2, the automatic loading module loads the configuration information of the first environment test to a configuration cache module of the test user terminal. After the configuration information of the environment to be tested is searched and identified, the automatic loading module automatically sends the configuration information to a configuration cache module of the testing user side, so that the testing user side can read the configuration information and start a testing program.
Step 05, reading the configuration information in the configuration cache module and testing the first environment by using the configuration information; after the configuration caching module of the test user side obtains the configuration information, the configuration reading module reads the configuration information and loads the configuration information into the memory of the test server to test the operating environment. The method specifically comprises the following substeps:
step 05-1, a testing user terminal reads configuration information of a first environment to be tested in a cache module and loads the configuration information to a testing module;
and step 05-2, testing the first environment by using the configuration information.
Example two
Fig. 2 shows another embodiment of a method for testing an associated environment, which specifically includes the following steps:
step 01, collecting attribute information of a plurality of associated environments to be tested, wherein the attribute information comprises environment names and IP port information of the associated environments.
For example, a personal loan system corresponds to 2 sets of associated operating environments, before the system is actually used, the 2 sets of environments need to be respectively subjected to operating tests, in order to realize the switching of the 2 sets of environment tests, a configuration management end uses an information acquisition module to acquire attribute information of the 2 sets of environments in advance, wherein the attribute information comprises environment names and respective IP port information, the environment names can be used as identification codes of different environments selected during operation, and the IP port information is associated with configuration information of the testing environment and is used for acquiring configuration information of the environment to be tested.
And step 02, setting and maintaining configuration information associated with the environmental test according to the IP port information.
And the configuration management terminal operates the configuration information by using an operation interface, wherein the operation comprises the step of performing association sequencing on the configuration information according to the IP port information.
Specifically, the IP port information is used as an identifier of configuration information, one IP port information uniquely corresponds to one environment to be tested, one configuration information uniquely corresponds to one test program, different IP port information is provided for different test environments, and by updating the configuration information associated with the IP port information, the adjustment and switching of test programs in different test environments can be realized, the configuration information comprises a text file, a binary object, xml configuration and kev-value configuration, the configuration information matched with the IP port information is written into a program of test software through coding, and uses the operation interface to operate the configuration confidence and serialize the data, realizes the setting and maintenance of the configuration information of a certain test environment, the configuration information can be centralized in a configuration database, and the configuration information is set and maintained in the database according to the IP port information of the test environment. .
Step 03, obtaining a first environment test request sent by a testing user terminal, where the first environment test request includes IP port information of a first environment.
When a first environment needs to be tested, a testing user side sends a first environment testing request to a configuration management side, wherein the first environment testing request comprises IP port information of the first environment and an environment name of the first environment, and after receiving the request, the configuration management side searches and loads associated configuration information according to the IP port information.
And step 04, loading configuration information associated with the IP port information of the first environment to a configuration cache module of the test user side.
After the configuration information of the environment to be tested is found, the automatic loading program is started, and the configuration loading module automatically loads the configuration information into the configuration cache module of the testing user side. The method specifically comprises the following substeps:
step 04-1, acquiring configuration information of a related first environment test according to the IP port information of the first environment; the configuration information of the associated environment is uniformly stored in a configuration database, and is subjected to associated sequencing according to the IP port information of each associated environment, and when the test is started, the configuration management terminal searches the corresponding configuration information according to the IP of the environment to be tested.
And step 04-2, the automatic loading module loads the configuration information of the first environment test to a configuration cache module of the test user terminal. After the configuration information of the environment to be tested is searched and identified, the automatic loading module automatically sends the configuration information to a configuration cache module of the testing user side, so that the testing user side can read the configuration information and start a testing program.
Step 05, reading the configuration information in the configuration cache module and testing the first environment by using the configuration information; after the configuration caching module of the test user side obtains the configuration information, the configuration reading module reads the configuration information and loads the configuration information into the memory of the test server to test the operating environment. The method specifically comprises the following substeps:
step 05-1, a testing user terminal reads configuration information of a first environment to be tested in a cache module and loads the configuration information to a testing module;
and step 05-2, testing the first environment by using the configuration information.
Step 06, judging whether a second environment associated with the first environment is tested, if so, entering step 07, and if not, ending;
after the first environment is tested, the association test judging module sends an association test request to the testing user end, wherein the association test request comprises whether the second environment is tested or not, if so, the testing environment is switched, and if not, the testing is finished.
And step 07, acquiring configuration updating information, and testing the second environment by using the updated configuration information.
And detecting whether the IP port information and the configuration information are updated at an interval of T, if so, automatically loading the updated configuration information associated with the IP port information of the second environment to a cache module and covering the configuration information of the first environment.
Step 07-1, acquiring IP port information of a second environment to be tested and configuration updating information associated with the IP port information; when the first environment is switched to the second environment, the configuration updating module acquires corresponding configuration updating information from the configuration database according to the IP port information of the second environment, and the configuration updating information is matched with the IP port information of the second environment and used for testing the second environment and sending the configuration updating information to the configuration caching module of the testing user side.
Step 07-2, loading the configuration updating information to a configuration cache module of the testing user terminal; the configuration automatic loading module loads the updated configuration information to the configuration cache module, and can perform configuration full replacement or configuration increment replacement.
And 07-3, reading the updated configuration information in the cache module, and testing the second environment by using the configuration information. And the configuration reading module reads the updated configuration information in the configuration cache module again at intervals, and runs the corresponding configuration information to realize the test of the second environment.
EXAMPLE III
Referring to fig. 6-7, an associated environment testing system 20 is shown, in this embodiment, the associated environment testing system 20 is partitioned into one or more program modules, which are stored in a storage medium and executed by one or more processors to implement the present invention. The program module referred to in the present invention refers to a series of computer program instruction segments capable of performing specific functions, and is more suitable for describing the execution process of the associated environment testing system 20 in the storage medium than the program itself, and the following description will specifically describe the functions of each program module in this embodiment:
the information acquisition module 201 is configured to acquire attribute information of a plurality of associated environments to be tested, where the attribute information includes environment names of the associated environments and IP port information.
The configuration management module 202 is configured to set and maintain configuration information associated with the environment test according to the IP port information of the environment to be tested.
The configuration automatic loading module 203 is configured to load configuration information associated with the IP port information of the environment to be tested to the configuration caching module of the testing user side.
And the configuration caching module 204 is used for temporarily storing the configuration information of the environment to be tested.
The configuration reading module 205 is configured to read the configuration information of the environment to be tested in the configuration caching module, and send the configuration information to the testing module.
And the testing module 206 is used for testing the environment to be tested according to the configuration information by the user.
In another embodiment, the correlation environment testing system further includes a correlation environment testing judgment module 207 for judging whether to perform correlation testing on the correlated environments.
In another embodiment, the associated environment testing system further includes a configuration update module 208, configured to detect and obtain configuration update information, and load the configuration update information to a configuration cache module of the testing client through the configuration automatic loading module.
Example four
Referring to fig. 8, the present embodiment provides an electronic device. Is a schematic diagram of a hardware architecture of an embodiment of the electronic device of the present invention. In the present embodiment, the electronic device 2 is a device capable of automatically performing numerical calculation and/or information processing according to a preset or stored instruction. For example, the server may be a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server, or a rack server (including an independent server or a server cluster composed of a plurality of servers). As shown, the electronic device 2 includes, but is not limited to, at least a memory 21, a processor 22, a network interface 23, and an associated environmental test system 20 communicatively coupled to each other via a system bus. Wherein:
the memory 21 includes at least one type of computer-readable storage medium including a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a Read Only Memory (ROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a Programmable Read Only Memory (PROM), a magnetic memory, a magnetic disk, an optical disk, etc. In some embodiments, the storage 21 may be an internal storage module of the electronic device 2, such as a hard disk or a memory of the electronic device 2. In other embodiments, the memory 21 may also be an external storage device of the electronic apparatus 2, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), or the like, provided on the electronic apparatus 2. Of course, the memory 21 may also comprise both an internal memory module of the electronic apparatus 2 and an external memory device thereof. In this embodiment, the memory 21 is generally used for storing an operating system installed in the electronic device 2 and various types of application software, such as program codes of the associated environment testing system 20. Further, the memory 21 may also be used to temporarily store various types of data that have been output or are to be output.
The processor 22 may be a Central Processing Unit (CPU), controller, microcontroller, microprocessor, or other data Processing chip in some embodiments. The processor 22 is generally configured to control the overall operation of the electronic apparatus 2, such as performing data interaction or communication related control and processing with the electronic apparatus 2. In this embodiment, the processor 22 is configured to run the program codes stored in the memory 21 or process data, for example, run the associated environment testing system 20.
The network interface 23 may comprise a wireless network interface or a wired network interface, and the network interface 23 is generally used for establishing communication connection between the electronic device 2 and other electronic devices. For example, the network interface 23 is used to connect the electronic apparatus 2 to an external terminal through a network, establish a data transmission channel and a communication connection between the electronic apparatus 2 and the external terminal, and the like. The network may be a wireless or wired network such as an Intranet (Intranet), the Internet (Internet), a Global System of Mobile communication (GSM), Wideband Code Division Multiple Access (WCDMA), a 4G network, a 5G network, Bluetooth (Bluetooth), Wi-Fi, and the like.
It is noted that fig. 8 only shows an electronic device with components 20-23, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
In this embodiment, the associated environment testing system 20 stored in the memory 21 may be further divided into one or more program modules, and the one or more program modules are stored in the memory 21 and executed by one or more processors (in this embodiment, the processor 22) to complete the present invention.
For example, fig. 3 shows a schematic program module diagram of a first embodiment of the association environment testing system 20, in this embodiment, the association environment-based testing system 20 may be divided into an information collection module 201, a configuration management module 202, a configuration automatic loading module 203, a configuration caching module 204, a configuration reading module 205, and a testing module 206. The program module referred to herein is a series of computer program instruction segments capable of performing specific functions, and is more suitable than a program for describing the execution process of the associated environment testing system 20 in the electronic device 2. The specific functions of the program modules 201 and 206 have been described in detail in the third embodiment, and are not described herein again.
EXAMPLE five
The present embodiment provides a computer-readable storage medium, on which the associated environment testing system 20 is stored, and when executed by one or more processors, the associated environment testing system 20 implements the operation of the associated environment testing method or the electronic device.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (6)

1. A correlation environment testing method is characterized by comprising the following steps:
step 01, collecting attribute information of a plurality of associated environments to be tested, wherein the attribute information comprises environment names and IP port information of the associated environments;
step 02, setting and maintaining configuration information associated with the associated environment test according to the IP port information;
step 03, acquiring a first environment test request sent by a testing user terminal, wherein the first environment test request comprises IP port information of a first environment;
step 04, loading configuration information associated with the IP port information of the first environment to a configuration cache module of the testing user side;
step 05, reading the configuration information in the configuration cache module and testing the first environment by using the configuration information;
step 06, judging whether a second environment associated with the first environment is tested, if so, entering step 07, and if not, ending;
step 07, obtaining configuration update information, testing the second environment by using the updated configuration information, detecting whether the IP port information and the configuration information are updated at an interval of T time, if so, automatically loading the updated configuration information associated with the IP port information of the second environment to a configuration cache module and covering the configuration information of the first environment, the step including the following substeps:
step 07-1, acquiring IP port information of the second environment to be tested and configuration updating information associated with the IP port information;
step 07-2, loading the configuration updating information to a configuration cache module of the testing user terminal;
and 07-3, reading the updated configuration information in the configuration cache module, and testing the second environment by using the configuration information.
2. The method of claim 1, wherein step 02 comprises sorting the configuration information by association according to the IP port information.
3. The method of claim 1, wherein step 04 comprises:
step 04-1, acquiring configuration information of a related first environment test according to the IP port information of the first environment;
and step 04-2, the configuration automatic loading module loads the configuration information of the first environment test to a configuration cache module of the test user terminal.
4. The method of claim 1, wherein step 05 comprises:
step 05-1, a testing user terminal reads configuration information of a first environment to be tested in a configuration cache module and loads the configuration information to a testing module;
and step 05-2, testing the first environment by using the configuration information.
5. An electronic device comprising a memory and a processor, wherein the memory is configured to store an associated environmental test system for execution by the processor, the associated environmental test system comprising:
the information acquisition module is used for acquiring attribute information of a plurality of associated environments to be tested, wherein the attribute information comprises environment names and IP port information of the associated environments;
the configuration management module is used for setting and maintaining configuration information associated with the environment test according to the IP port information of the environment to be tested;
the configuration automatic loading module is used for loading configuration information associated with the IP port information of the environment to be tested to the configuration cache module of the testing user end;
the configuration cache module is used for temporarily storing configuration information of the environment to be tested;
the configuration reading module is used for reading the configuration information of the environment to be tested in the configuration cache module and sending the configuration information to the testing module;
the testing module is used for testing the environment to be tested according to the configuration information by a user;
the relevant environment test judging module is used for judging whether relevant tests are carried out on a plurality of relevant environments or not;
and the configuration updating module is used for detecting and acquiring configuration updating information and loading the configuration updating information to the configuration caching module of the test user side through the configuration automatic loading module.
6. A computer-readable storage medium having stored therein an associated environmental test system executable by at least one processor to cause the at least one processor to perform the steps of the associated environmental test method of any one of claims 1-4.
CN201810101157.1A 2018-01-31 2018-01-31 Associated environment testing method, electronic device and computer readable storage medium Active CN108255735B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810101157.1A CN108255735B (en) 2018-01-31 2018-01-31 Associated environment testing method, electronic device and computer readable storage medium
PCT/CN2018/083073 WO2019148657A1 (en) 2018-01-31 2018-04-13 Method for testing associated environments, electronic device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810101157.1A CN108255735B (en) 2018-01-31 2018-01-31 Associated environment testing method, electronic device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN108255735A CN108255735A (en) 2018-07-06
CN108255735B true CN108255735B (en) 2020-02-11

Family

ID=62743615

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810101157.1A Active CN108255735B (en) 2018-01-31 2018-01-31 Associated environment testing method, electronic device and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN108255735B (en)
WO (1) WO2019148657A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109766271B (en) * 2018-12-22 2022-03-11 中国平安人寿保险股份有限公司 Hybrid application automatic testing method and device, electronic equipment and storage medium
CN110379464B (en) * 2019-07-29 2023-05-12 桂林电子科技大学 Method for predicting DNA transcription terminator in bacteria
CN110912745A (en) * 2019-11-28 2020-03-24 上海风秩科技有限公司 Server configuration method and device, computer equipment and readable storage medium
CN113377678B (en) * 2021-07-13 2023-05-16 挂号网(杭州)科技有限公司 Test environment switching method and device, electronic equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013008980A1 (en) * 2011-07-12 2013-01-17 어니컴(주) Method and system for sharing testing resources through the web

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105743725A (en) * 2014-12-10 2016-07-06 无锡买卖宝信息技术有限公司 Method and device for testing application programs
CN104699616B (en) * 2015-03-31 2016-12-07 北京奇虎科技有限公司 The method of a kind of application test, Apparatus and system
CN107229650B (en) * 2016-03-25 2020-12-15 创新先进技术有限公司 Test method and device
CN106294157A (en) * 2016-08-11 2017-01-04 浪潮(北京)电子信息产业有限公司 A kind of operating system testing method and device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013008980A1 (en) * 2011-07-12 2013-01-17 어니컴(주) Method and system for sharing testing resources through the web

Also Published As

Publication number Publication date
CN108255735A (en) 2018-07-06
WO2019148657A1 (en) 2019-08-08

Similar Documents

Publication Publication Date Title
CN109164783B (en) Vehicle diagnosis method, apparatus, device, and medium
CN108255735B (en) Associated environment testing method, electronic device and computer readable storage medium
CN107688530B (en) Software testing method and device
CN109002295B (en) Static code scanning method, system, server and storage medium
CN107957940B (en) Test log processing method, system and terminal
CN110647471B (en) Interface test case generation method, electronic device and storage medium
CN110515795B (en) Big data component monitoring method and device and electronic equipment
CN110928802A (en) Test method, device, equipment and storage medium based on automatic generation of case
CN112256318B (en) Construction method and equipment for dependent product
CN111352851A (en) Program testing method and device, computer equipment and storage medium
CN108399125B (en) Automatic testing method and device, computer equipment and storage medium
CN115277677A (en) Batch archive hooking method and device, computer equipment and storage medium
CN112764874B (en) Virtual machine server information acquisition method based on CMDB configuration management system
CN111984659B (en) Data updating method, device, computer equipment and storage medium
CN112416648A (en) Data verification method and device
CN113419950A (en) Method and device for generating UI automation script, computer equipment and storage medium
CN110866007B (en) Information management method, system and computer equipment for big data application and table
CN112835779A (en) Test case determination method and device and computer equipment
CN110716804A (en) Method and device for automatically deleting useless resources, storage medium and electronic equipment
CN116244186A (en) Operating system test management method and device and computing equipment
CN115203306A (en) Data exporting method and device, computer equipment and readable storage medium
CN109669867B (en) Test apparatus, automated test method, and computer-readable storage medium
CN115705297A (en) Code call detection method, device, computer equipment and storage medium
CN112667463A (en) Application system baseline state monitoring method and device
CN111159988A (en) Model processing method and device, computer 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
GR01 Patent grant
GR01 Patent grant