CN111177003A - Test method, device, system, electronic equipment and storage medium - Google Patents

Test method, device, system, electronic equipment and storage medium Download PDF

Info

Publication number
CN111177003A
CN111177003A CN201911396254.9A CN201911396254A CN111177003A CN 111177003 A CN111177003 A CN 111177003A CN 201911396254 A CN201911396254 A CN 201911396254A CN 111177003 A CN111177003 A CN 111177003A
Authority
CN
China
Prior art keywords
test
target
service node
item
request
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
Application number
CN201911396254.9A
Other languages
Chinese (zh)
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.)
Beijing Tongbang Zhuoyi Technology Co Ltd
Original Assignee
Beijing Tongbang Zhuoyi Technology 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 Beijing Tongbang Zhuoyi Technology Co Ltd filed Critical Beijing Tongbang Zhuoyi Technology Co Ltd
Priority to CN201911396254.9A priority Critical patent/CN111177003A/en
Publication of CN111177003A publication Critical patent/CN111177003A/en
Pending legal-status Critical Current

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/3692Test management for test results analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application relates to a test method, a test device, electronic equipment and a storage medium, wherein the method comprises the following steps: receiving a test request, wherein the test request comprises a target test item; inquiring a target service node corresponding to the target test item; sending the test request to the target service node; and testing the target service node according to the test request to obtain a test result. According to the technical scheme, the target items to be tested and the service nodes corresponding to the target items to be tested are determined, the test requests are automatically distributed to the service nodes to reduce the task load of testers, when a large-scale item comprises a plurality of service nodes (for example, dozens of service nodes, even dozens of service nodes), the test requests can be simultaneously distributed to all the service nodes, the test efficiency is improved, and the testers do not need to switch hosts in the test process.

Description

Test method, device, system, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of testing technologies, and in particular, to a testing method, an apparatus, a system, an electronic device, and a storage medium.
Background
At present, large projects are deployed by using distributed multiple nodes, and one project usually needs tens of service nodes, even hundreds of service nodes, for example: the trading system of the shopping mall comprises a plurality of service nodes, such as: goods, customers, orders, payments, etc. The test requires testing one of these service nodes. This is a task for the tester, such as: in the whole process, workers need to frequently switch hosts files (system files) for testing, and automatic testing cannot be realized.
Disclosure of Invention
In order to solve the technical problems described above or at least partially solve the technical problems, the present application provides a testing method, an apparatus, a system, an electronic device, and a storage medium.
In a first aspect, the present application provides a testing method, comprising:
receiving a test request, wherein the test request comprises a target test item;
inquiring a target service node corresponding to the target test item;
sending the test request to the target service node;
and testing the target service node according to the test request to obtain a test result.
Optionally, the method further includes:
acquiring a project identifier of each test project and a node address of a service node corresponding to each test project;
and storing the item identification and the node address in a key value pair form.
Optionally, the querying a target service node corresponding to the target test item includes:
acquiring a target project identifier of the test project;
inquiring the key name matched with the target item identifier;
and acquiring a key value corresponding to the key name, and taking the key value as a target service node corresponding to the target test item.
Optionally, the testing the target service node according to the test request to obtain a test result includes:
determining a target test case corresponding to the target test item;
and testing the target service node according to the target test case to obtain a test result.
Optionally, the determining the target test case corresponding to the target test item includes:
acquiring a corresponding relation between a preset item identifier and a test case;
and determining a target test case corresponding to the target test item based on the corresponding relation.
Optionally, the method further includes:
acquiring a preset checking result;
when the test result is not matched with a preset verification result, updating the target test case;
or the like, or, alternatively,
when the test result is matched with a preset verification result, generating a test report according to the test result;
and sending the test report to a database for storage.
In a second aspect, the present application further provides a testing apparatus, comprising:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving a test request, and the test request carries a target item to be tested;
the query module is used for querying a target service node corresponding to the target test item and sending the test request to the target service node;
the determining module is used for determining a target test case corresponding to the target test item;
and the test module is used for testing the target service node according to the target test case to obtain a test result.
In a third aspect, the present application further provides a test system, including: a distribution device and a service node;
the distribution device is used for receiving a test request, wherein the test request comprises a target test item, inquiring a target service node corresponding to the target test item, sending the test request to the target service node, and testing the target service node according to the test request;
and the target service node is used for generating a test result and sending the test result to the distribution device.
In a fourth aspect, the present application provides an electronic device, comprising: the system comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory complete mutual communication through the communication bus;
the memory is used for storing a computer program;
the processor is configured to implement the above method steps when executing the computer program.
In a fifth aspect, the present application provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the above-mentioned method steps.
Compared with the prior art, the technical scheme provided by the embodiment of the application has the following advantages: the task amount of testers is reduced by determining the target items to be tested and the service nodes corresponding to the target items to be tested and sending the test requests to the service nodes, and when a large-scale item comprises a plurality of service nodes (for example, dozens or even dozens), the test requests can be simultaneously distributed to all the service nodes, so that the test efficiency is improved, and the testers do not need to switch hosts in the test process.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a flowchart of a testing method provided in an embodiment of the present application;
fig. 2 is a schematic diagram of a storage structure of an item identifier and a node address according to an embodiment of the present application;
FIG. 3 is a flow chart of a testing method according to another embodiment of the present application;
FIG. 4 is a block diagram of a testing apparatus according to an embodiment of the present disclosure;
FIG. 5 is a block diagram of a test system provided in an embodiment of the present application;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but 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.
The embodiment of the application provides a test method, a test device, a test system, electronic equipment and a storage medium. The method provided by the embodiment of the invention can be applied to any required electronic equipment, for example, the electronic equipment can be electronic equipment such as a server and a terminal, and the method is not particularly limited herein, and is hereinafter simply referred to as electronic equipment for convenience in description. First, a test method provided by the embodiment of the present invention is described below.
Fig. 1 is a flowchart of a testing method according to an embodiment of the present disclosure. As shown in fig. 1, the method comprises the steps of:
step S11, receiving a test request, wherein the test request includes a target test item.
And step S12, inquiring a target service node corresponding to the target test item.
Step S13, sending the test request to the target service node.
And step S14, testing the target service node according to the test request to obtain a test result.
According to the method provided by the embodiment of the application, the relation between the test item and the service node is established, the distributed automatic test is realized, the host does not need to be switched in the test process, and the service node related to the target test item can be tested.
In this embodiment, before receiving the test request, the item identifier of each test item and the node address of the service node corresponding to each test item need to be obtained, and the item identifier and the node address are stored in a key value pair form.
Fig. 2 is a schematic view of a storage structure of an item identifier and a node address provided in the embodiment of the present application, as shown in fig. 2, for example: the item identifier m1(key) is a trading system of the mall, and the corresponding service node included in n1(value) includes: goods, customers, orders, payments, etc. Or, if the item identifier m2(key) is a social platform, the service nodes included in the corresponding n2(value) include: message reception, voice communication, video communication, and the like.
Optionally, the test request may be initiated by the terminal, and after the test request is received, the test request is analyzed to obtain a target test item, and a target item identifier carried by the target test item is determined, a key name matched with the target test item is queried from a stored key value pair according to the target item identifier of the target test item, and a key value corresponding to the key name, that is, a node address, is obtained, a target service node corresponding to the target test item is determined through the node address, and the test request is sent to the target service node.
In this embodiment, the target service node is tested according to the test request to obtain a test result, and specifically, the target service node is tested according to the target test case by determining the target test case corresponding to the target test project. Optionally, the target test case corresponding to the target test item is determined by obtaining a corresponding relationship between the item identifier and the test case, and determining the target test case corresponding to the target test item based on the corresponding relationship.
In this embodiment, the test case may also be configured in advance, and after the configuration is completed, a corresponding relationship between the test case and each test item is established, and each test case and each test item are stored correspondingly. By establishing the corresponding relation between the test project and each test case, the deployment of the project is facilitated, meanwhile, a foundation is provided for the test of the large project, and the application range is also improved.
Optionally, configuring the test case may be implemented in the following manner: the method comprises the steps of obtaining a test case creating request, loading a test list according to the test case creating request, receiving selection operation based on the test list, determining a selected test script according to the selection operation, and combining the test scripts to obtain the test case.
For example, taking the service item of generating an order as an example, the service item needs to adopt a database query interface, a verification interface, an order generation interface and a message processing interface. The database query interface is used for searching business data corresponding to a user, the verification interface is used for verifying whether the business data corresponding to the user is valid or not, the order generation interface is used for generating an order according to the business data when the business data is valid, and the message processing interface is used for sending the order. The test cases corresponding to the generated orders can be obtained by assembling the test contents of the four interfaces. The test content of each interface is an execution script of the interface test. The execution script includes the execution code of the requesting entity and the responding entity of the interface.
In this embodiment, after the target test case is obtained, the target service node is tested according to the target test case to obtain a test result.
Fig. 3 is a flowchart of a testing method according to another embodiment of the present application. As shown in fig. 3, the method further comprises the steps of:
step S11, receiving a test request, wherein the test request includes a target test item.
And step S12, inquiring a target service node corresponding to the target test item.
Step S13, sending the test request to the target service node.
And step S14, testing the target service node according to the test request to obtain a test result.
And step S15, acquiring a preset verification result.
And step S16, matching the checking result with the testing result to obtain a matching result, and executing corresponding processing operation according to the matching result.
In this embodiment, the testing the target service node according to the target test case to obtain a test result specifically includes: in this embodiment, the preset verification result may be understood as an expected result, whether the test result obtained by the test matches the preset verification result is determined, and if the test result obtained by the test matches the preset verification result, it is determined that the test passes. If not, the test is determined not to pass.
Specifically, the output identifiers may be used to respectively represent two matching results. For example: when the test result is consistent with the preset check result, the output mark is 'success', and when the actual output is inconsistent with the preset output, the output mark is 'fail'.
And after the test result is obtained, storing the test result and the preset verification result into a data table, and storing the test result and the preset verification result in association with the test case. Optionally, the test case is used as a key name (key), and the preset verification result and the test result are stored as a key value (value). In the technical scheme adopted by this embodiment, the preset verification result and the test result are stored in the data table correspondingly and stored in association with the test case, so that a tester can directly obtain the test result of each test case according to the data table, for the test case with failed test, the reason why the test failed can be analyzed correspondingly according to the test result stored in the data table, and corresponding processing operation can be executed.
In addition, when the test result is not matched with the preset verification result, the target test case is updated. Or when the test result is matched with the preset verification result, generating a test report according to the test result, and sending the test report to the database for storage.
According to the automatic testing method, the test cases of specific items to be tested are compiled through the input interfaces CGI and API, wherein the items to be tested comprise at least one target service node, one target service node at least comprises one testing interface, the compiled test cases are obtained and stored, the test cases corresponding to each testing interface are stored, and when a testing request is sent to the target service node, the target service node executes the test cases.
Therefore, the method disclosed by the embodiment can directly manage and maintain the service nodes, the test cases and the like. On one hand, the method can provide service foundation for testing of large projects by separately deploying the test cases and the service nodes, and on the other hand, the method can improve the testing efficiency of the large projects by distributing the test requests to the service nodes without manually testing.
Fig. 4 is a block diagram of a testing apparatus provided in an embodiment of the present application, which may be implemented as part or all of an electronic device through software, hardware, or a combination of the two. As shown in fig. 4, the apparatus includes:
the receiving module 401 is configured to receive a test request, where the test request carries a target item to be tested.
The query module 402 is configured to query a target service node corresponding to a target test item, and send a test request to the target service node.
The determining module 403 is configured to determine a target test case corresponding to the target test item.
The test module 404 is configured to test the target service node according to the target test case to obtain a test result.
Fig. 5 is a block diagram of a test system provided in an embodiment of the present application, and as shown in fig. 5, the test system includes: a distribution apparatus 500 and a service node 501;
the distribution device 500 is configured to receive a test request, where the test request includes a target test item, query a target service node corresponding to the target test item, send the test request to the target service node, and test the target service node according to the test request;
and the target service node is configured to generate a test result and send the test result to the distribution apparatus 500.
An embodiment of the present application further provides an electronic device, as shown in fig. 6, the electronic device may include: the system comprises a processor 1501, a communication interface 1502, a memory 1503 and a communication bus 1504, wherein the processor 1501, the communication interface 1502 and the memory 1503 complete communication with each other through the communication bus 1504.
A memory 1503 for storing a computer program;
the processor 1501 is configured to implement the steps of the above embodiments when executing the computer program stored in the memory 1503.
The communication bus mentioned in the electronic device may be a Peripheral component interconnect (pci) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
The present application also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the above-described embodiments.
It should be noted that, for the above-mentioned apparatus, electronic device and computer-readable storage medium embodiments, since they are basically similar to the method embodiments, the description is relatively simple, and for the relevant points, reference may be made to the partial description of the method embodiments.
It is further noted that, herein, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present invention, which enable those skilled in the art to understand or practice the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of testing, comprising:
receiving a test request, wherein the test request comprises a target test item;
inquiring a target service node corresponding to the target test item;
sending the test request to the target service node;
and testing the target service node according to the test request to obtain a test result.
2. The method of claim 1, further comprising:
acquiring a project identifier of each test project and a node address of a service node corresponding to each test project;
and storing the item identification and the node address in a key value pair form.
3. The method of claim 2, wherein the querying the target service node corresponding to the target test item comprises:
acquiring a target project identifier of the test project;
inquiring the key name matched with the target item identifier;
and acquiring a key value corresponding to the key name, and determining a target service node corresponding to the target test item according to the key value.
4. The method according to any of claims 1-3, wherein the testing the target service node according to the test request to obtain a test result comprises:
determining a target test case corresponding to the target test item;
and testing the target service node according to the target test case to obtain a test result.
5. The method of claim 4, wherein the determining the target test case corresponding to the target test item comprises:
acquiring a corresponding relation between the project identification and the test case;
and determining a target test case corresponding to the target test item based on the corresponding relation.
6. The method of claim 1, further comprising:
acquiring a preset checking result;
when the test result is not matched with a preset verification result, updating the target test case;
or the like, or, alternatively,
when the test result is matched with a preset verification result, generating a test report according to the test result;
and sending the test report to a database for storage.
7. A test apparatus, comprising:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving a test request, and the test request carries a target item to be tested;
the query module is used for querying a target service node corresponding to the target test item and sending the test request to the target service node;
the determining module is used for determining a target test case corresponding to the target test item;
and the test module is used for testing the target service node according to the target test case to obtain a test result.
8. A test system, comprising: a distribution device and a service node;
the distribution device is used for receiving a test request, wherein the test request comprises a target test item, inquiring a target service node corresponding to the target test item, sending the test request to the target service node, and testing the target service node according to the test request;
and the target service node is used for generating a test result and sending the test result to the distribution device.
9. An electronic device, comprising: the system comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory complete mutual communication through the communication bus;
the memory is used for storing a computer program;
the processor, when executing the computer program, implementing the method steps of any of claims 1-6.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method steps of any one of claims 1 to 6.
CN201911396254.9A 2019-12-30 2019-12-30 Test method, device, system, electronic equipment and storage medium Pending CN111177003A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911396254.9A CN111177003A (en) 2019-12-30 2019-12-30 Test method, device, system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911396254.9A CN111177003A (en) 2019-12-30 2019-12-30 Test method, device, system, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111177003A true CN111177003A (en) 2020-05-19

Family

ID=70652195

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911396254.9A Pending CN111177003A (en) 2019-12-30 2019-12-30 Test method, device, system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111177003A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111639025A (en) * 2020-05-25 2020-09-08 南京领行科技股份有限公司 Software testing method and device, electronic equipment and storage medium
CN111752828A (en) * 2020-06-04 2020-10-09 武汉迎风聚智科技有限公司 Performance test method and device for Web application
CN111913884A (en) * 2020-07-30 2020-11-10 百度在线网络技术(北京)有限公司 Distributed test method, device, equipment, system and readable storage medium
CN112165614A (en) * 2020-09-28 2021-01-01 成都微光集电科技有限公司 CMOS image sensor test system and method
CN112650683A (en) * 2020-12-28 2021-04-13 京东数字科技控股股份有限公司 Program test method, program test apparatus, and storage medium
CN113297088A (en) * 2021-06-08 2021-08-24 北京百度网讯科技有限公司 Test method, test device, electronic apparatus, and storage medium
CN113468536A (en) * 2021-05-27 2021-10-01 北京达佳互联信息技术有限公司 Detection method, device, system, electronic equipment and storage medium
CN113468052A (en) * 2021-06-30 2021-10-01 建信金融科技有限责任公司 Dynamic baffle testing method and device
CN114328210A (en) * 2021-12-24 2022-04-12 中国联合网络通信集团有限公司 Test method, test device and computer readable storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648945A (en) * 2016-09-30 2017-05-10 北京金山安全软件有限公司 Interface data testing method and device and electronic equipment
CN107688526A (en) * 2017-08-25 2018-02-13 上海壹账通金融科技有限公司 Performance test methods, device, computer equipment and the storage medium of application program
CN107861870A (en) * 2017-11-02 2018-03-30 平安科技(深圳)有限公司 Interface testing and test data generating method, device, terminal and storage medium
CN109101430A (en) * 2018-08-24 2018-12-28 阿里巴巴集团控股有限公司 Test method, device and equipment
CN109522214A (en) * 2018-10-09 2019-03-26 广州神马移动信息科技有限公司 Test method, platform, client and system calculate equipment and readable medium
CN110008118A (en) * 2019-03-13 2019-07-12 深圳壹账通智能科技有限公司 Page data test method, device, computer equipment and storage medium
CN110297766A (en) * 2019-06-03 2019-10-01 合肥移瑞通信技术有限公司 Method for testing software and software testing system based on distributed test node cluster
CN110399293A (en) * 2019-06-21 2019-11-01 平安科技(深圳)有限公司 System detection method, device, computer equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648945A (en) * 2016-09-30 2017-05-10 北京金山安全软件有限公司 Interface data testing method and device and electronic equipment
CN107688526A (en) * 2017-08-25 2018-02-13 上海壹账通金融科技有限公司 Performance test methods, device, computer equipment and the storage medium of application program
CN107861870A (en) * 2017-11-02 2018-03-30 平安科技(深圳)有限公司 Interface testing and test data generating method, device, terminal and storage medium
CN109101430A (en) * 2018-08-24 2018-12-28 阿里巴巴集团控股有限公司 Test method, device and equipment
CN109522214A (en) * 2018-10-09 2019-03-26 广州神马移动信息科技有限公司 Test method, platform, client and system calculate equipment and readable medium
CN110008118A (en) * 2019-03-13 2019-07-12 深圳壹账通智能科技有限公司 Page data test method, device, computer equipment and storage medium
CN110297766A (en) * 2019-06-03 2019-10-01 合肥移瑞通信技术有限公司 Method for testing software and software testing system based on distributed test node cluster
CN110399293A (en) * 2019-06-21 2019-11-01 平安科技(深圳)有限公司 System detection method, device, computer equipment and storage medium

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111639025A (en) * 2020-05-25 2020-09-08 南京领行科技股份有限公司 Software testing method and device, electronic equipment and storage medium
CN111639025B (en) * 2020-05-25 2022-08-26 南京领行科技股份有限公司 Software testing method and device, electronic equipment and storage medium
CN111752828A (en) * 2020-06-04 2020-10-09 武汉迎风聚智科技有限公司 Performance test method and device for Web application
CN111913884A (en) * 2020-07-30 2020-11-10 百度在线网络技术(北京)有限公司 Distributed test method, device, equipment, system and readable storage medium
CN112165614A (en) * 2020-09-28 2021-01-01 成都微光集电科技有限公司 CMOS image sensor test system and method
CN112650683A (en) * 2020-12-28 2021-04-13 京东数字科技控股股份有限公司 Program test method, program test apparatus, and storage medium
CN113468536A (en) * 2021-05-27 2021-10-01 北京达佳互联信息技术有限公司 Detection method, device, system, electronic equipment and storage medium
CN113297088A (en) * 2021-06-08 2021-08-24 北京百度网讯科技有限公司 Test method, test device, electronic apparatus, and storage medium
CN113297088B (en) * 2021-06-08 2023-11-07 北京百度网讯科技有限公司 Test method, test device, electronic equipment and storage medium
CN113468052A (en) * 2021-06-30 2021-10-01 建信金融科技有限责任公司 Dynamic baffle testing method and device
CN113468052B (en) * 2021-06-30 2022-07-26 建信金融科技有限责任公司 Dynamic baffle testing method and device
CN114328210A (en) * 2021-12-24 2022-04-12 中国联合网络通信集团有限公司 Test method, test device and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN111177003A (en) Test method, device, system, electronic equipment and storage medium
US8793660B2 (en) Automated testing of programming code for a web service
CN107896244B (en) Version file distribution method, client and server
CN112199300B (en) Interface testing method and device, electronic equipment and storage medium
CN111104392A (en) Database migration method and device, electronic equipment and storage medium
CN114328029B (en) Backup method and device of application resources, electronic equipment and storage medium
CN110515924B (en) Database operation logic verification method, device, equipment and readable storage medium
CN112581201A (en) Mobile open platform for industrial interconnection manufacturing and implementation method
CN114265737A (en) System migration integrity detection method and device and electronic equipment
CN105871660A (en) Quality detection method and equipment
CN112215593A (en) Payment method, payment device, server and storage medium
CN112651716A (en) Data processing method, device and storage medium
CN110704307A (en) Application product testing method and device, user equipment and computer storage medium
CN110618943B (en) Security service test method and device, electronic equipment and readable storage medium
CN110704301B (en) TPC-E automatic test method and TPC-E test system
CN115408298A (en) Test method, device and system
CN112486509A (en) Jar package assembly heat deployment method and system
CN111225075A (en) Configuration method and device for Internet of things directional access service
CN116415216A (en) Interface verification method and device, electronic equipment and storage medium
CN115016824B (en) Service security updating method and related equipment
CN112488856B (en) Information classification method, equipment, electronic equipment and storage medium
CN115129355B (en) Page repair method, system and computer equipment thereof
CN110032569B (en) Method, device, equipment and system for checking changed data
CN116436784A (en) Configuration file verification method and device, storage medium and electronic equipment
CN110035091B (en) Method, device and server for modifying session information in network information system

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: 20200519

RJ01 Rejection of invention patent application after publication