CN114153709B - Server test behavior analysis method, device and storage medium - Google Patents

Server test behavior analysis method, device and storage medium Download PDF

Info

Publication number
CN114153709B
CN114153709B CN202111306373.8A CN202111306373A CN114153709B CN 114153709 B CN114153709 B CN 114153709B CN 202111306373 A CN202111306373 A CN 202111306373A CN 114153709 B CN114153709 B CN 114153709B
Authority
CN
China
Prior art keywords
test
behaviors
test case
behavior
server
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
CN202111306373.8A
Other languages
Chinese (zh)
Other versions
CN114153709A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202111306373.8A priority Critical patent/CN114153709B/en
Publication of CN114153709A publication Critical patent/CN114153709A/en
Application granted granted Critical
Publication of CN114153709B publication Critical patent/CN114153709B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3452Performance evaluation by statistical analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Probability & Statistics with Applications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application relates to a server test behavior analysis method, a server test behavior analysis device and a storage medium. The application records the test behavior of the test account and the test case execution record; analyzing whether each test behavior of the test account is related to test case execution; otherwise, recording the uncorrelated test behaviors as behaviors to be corrected; if so, determining whether the test behaviors related to the test case execution optimize the test case, updating the test behaviors of the optimized test case into the test steps of the test case when the test behaviors optimize the test case, recording the related non-optimized test behaviors as behaviors to be corrected when the test behaviors do not optimize the test case, and providing a corresponding optimization alternative scheme; and analyzing whether the non-operation time period in the test case execution record is matched with the test case scene, otherwise, the record is not matched and corresponding reason investigation information is fed back. The method and the device for monitoring and analyzing the test behaviors are beneficial to improving the test efficiency, correcting the low-efficiency error test behaviors and promoting the test optimization.

Description

Server test behavior analysis method, device and storage medium
Technical Field
The present invention relates to the field of testing, and in particular, to a method and apparatus for analyzing server testing behavior, and a storage medium.
Background
In server testing, many of the testing methods used are not fully automated and the testing process requires the intervention of a tester to complete.
Often non-fully automated testing requires a tester to perform the relevant test operations with reference to the test cases. In the process of executing the test cases by the tester, different understanding of the same case by different people may occur, and thus, execution efficiency and results of the test performed by the same test case may be different. In the test report, only the relevant data and whether the product passes the test in the process of testing the product can be reflected, but the analysis of whether the operation executed by the tester affects the test when the test case is executed is lacking, so that the authenticity of the final result obtained by the test report is doubtful. And for testing purposes, higher execution efficiency is desirable. At present, the test behavior record analysis aiming at each tester is lacking, once the error operation is executed due to the error understanding or the inefficient operation is executed due to the improper understanding, and corresponding habit is formed, the tester who operates is difficult to realize and change actively, which is not beneficial to the improvement of the test efficiency and the optimization and improvement of the specific test operation.
Disclosure of Invention
In order to solve the above technical problems or at least partially solve the above technical problems, the present application provides a method, an apparatus, and a storage medium for analyzing server test behaviors.
In a first aspect, the present application provides a method for analyzing test behavior of a server, including:
recording test behaviors of a test account;
acquiring test case execution records from the recorded test behaviors of the test account according to the test start time and the test end time;
analyzing whether each test behavior of the test account is related to test case execution; otherwise, recording the uncorrelated test behaviors as behaviors to be corrected; if so, determining whether the test behaviors related to the test case execution optimize the test case, updating the test behaviors of the optimized test case into the test steps of the test case when the test behaviors optimize the test case, recording the related non-optimized test behaviors as behaviors to be corrected when the test behaviors do not optimize the test case, and providing a corresponding optimization alternative scheme;
and analyzing whether the non-operation time period in the test case execution record is matched with the test case scene, otherwise, recording the unmatched test case execution record and feeding back corresponding reason investigation information.
Still further, the recording the test behavior of the test account includes: the test behavior performed at the test server terminal and the test behavior performed outside the test server terminal are monitored and recorded.
Further, monitoring and recording test actions performed at the test server terminal includes:
monitoring the starting of a terminal, and recording the moment of starting the terminal and the starting of the terminal in a behavior log;
monitoring and recording all test behaviors executed by the terminal after the terminal is started through a history record; the history record is added into the behavior log according to a fixed time period, and after the history record is added into the behavior log, the history record is emptied and the test behavior executed by the terminal is re-recorded;
and monitoring the closing of the terminal, and recording the closing terminal and the time of closing the terminal in the behavior log.
Further, monitoring and recording test actions performed outside the test server terminal includes:
monitoring the start and end of operations performed outside the test server terminal;
the starting trigger of the operation executed outside the terminal starts timing and starts screen recording;
ending the operation executed outside the terminal triggers ending timing and ending screen recording;
and storing video and timing results in the screen recording process.
Still further, the determining whether the test behavior associated with the test case execution optimizes the test case includes:
determining whether test behavior related to test case execution has been applied to the current test case;
otherwise, comparing the test accuracy efficiency of the current test case with the test accuracy and efficiency of the test case adopting the related test behaviors, and judging whether the related test behaviors optimize the test case.
Further, determining an execution command set and an operation file set related to the current test case according to the content of the current test case;
analyzing whether the executed command and the operated file in the test behavior related to the test case execution match the executed command set and the operated file set,
if yes, judging that the test behavior related to the test case execution is applied to the test case,
otherwise, judging that the test behavior related to the test case execution is not applied to the test case.
Further, after optimizing the test cases according to the test behaviors of the optimized test cases, the execution command set and the operation file set are updated according to the content of the optimized test cases.
Further, the analyzing whether the no-operation time period in the test case execution record matches the test case scene includes:
counting non-operation time periods in the test case execution records, and obtaining the number of the non-operation time periods;
comparing whether the number of no-operation time periods is equal to the number of no-operation time periods in the test case scenario,
if the number is consistent, arranging the counted non-operation time periods according to the time sequence, judging whether the time difference between the non-operation time periods and the corresponding non-operation time periods in the test case scene is larger than a threshold value, and if so, considering that the non-operation time periods in the test case execution record are not matched with the test case scene;
and if the number is inconsistent, the non-operation time period in the test case execution record is not matched with the test case scene.
A second aspect the present application provides a server test behavior analysis apparatus, including: the server testing behavior analysis method comprises a processing unit, a storage unit, an input unit, a display unit, an interface unit, a bus unit and a power supply unit, wherein the bus unit is connected with the processing unit, the input unit, the display unit and the interface unit, the power supply unit supplies power to the processing unit, the storage unit, the input unit, the display unit, the interface unit and the bus unit, the storage unit stores at least one instruction, and the processing unit reads and executes the instruction to realize the server testing behavior analysis method.
In a third aspect, the present application provides a storage medium for implementing a server test behavior analysis method, where the storage medium implementing the server test behavior analysis method stores at least one instruction, and reading and executing the instruction implements the server test behavior analysis method.
Compared with the prior art, the technical scheme provided by the embodiment of the application has the following advantages:
according to the test system and the test method, the test behaviors of the testers in the test process are recorded, the prompting effect can be achieved, and the test efficiency is improved.
The application can test behaviors for analysis:
the method and the device realize automatic checking of low-efficiency and wrong test behaviors generated by testers based on wrong understanding of test cases, generate corresponding correction schemes and guarantee the quality, effect and accuracy of the test.
The test behavior with the optimizing effect on the test case is discovered from the test behaviors, so that the optimization of the test case can be further realized, the discovery and popularization of the efficient test method are realized, and the high efficiency and accuracy of the test are ensured.
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 invention or the technical solutions of the prior art, the drawings which are used in the description of the embodiments or the prior art will be briefly described, and it will be obvious to a person skilled in the art that other drawings can be obtained from these drawings without inventive effort.
Fig. 1 is a schematic diagram of a server test behavior analysis method provided in an embodiment of the present application;
FIG. 2 is a flow chart of monitoring and recording test actions performed at a test server terminal provided by an embodiment of the present application;
FIG. 3 is a flow chart of monitoring and recording test actions performed outside of a test server terminal provided by an embodiment of the present application;
FIG. 4 is a flow chart of analysis of recorded test behavior provided by an embodiment of the present application;
FIG. 5 is a flowchart for analyzing whether a non-operation time period in a test case execution record matches a test case scenario according to an embodiment of the present application;
fig. 6 is a schematic diagram of a server test behavior analysis device according to an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions of 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 apparent that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present application based on the embodiments herein.
It should be noted that, in this document, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Example 1
Referring to fig. 1, an embodiment of the present application provides a method for analyzing test behavior of a server, including:
s100, recording test behaviors of a test account; specifically, a corresponding test account is configured for each tester, the test behaviors and the test accounts are corresponding, and finally, the record of the test behaviors is utilized to track the tester.
In the implementation process, recording the test behavior of the test account comprises the following steps: the test behavior performed at the test server terminal and the test behavior performed outside the test server terminal are monitored and recorded.
Referring to fig. 2, the monitoring and recording the test actions performed at the test server terminal includes:
s101, monitoring and recording the moment of starting the terminal and the starting terminal in a behavior log; the terminal is a command execution window of a management system in the LINUX system, and can execute commands and perform file operation through the terminal.
S102, monitoring and recording all test behaviors executed by the terminal after the terminal is started through a history record; the history record is added into the behavior log according to a fixed time period, and the history record is emptied and the test behavior executed by the terminal is re-recorded. In the implementation process, the fixed time period is set to be 30 seconds, and after the history record collects and records the test behaviors executed by the terminal within 30 seconds, the recorded contents are cut into the behavior log, so that the history record always has space to store the test behaviors executed by the terminal in the next period.
S103, monitoring the closing of the terminal, and recording the closing terminal and the time of closing the terminal in a behavior log.
Referring to fig. 3, the monitoring and recording the test actions performed outside the test server terminal includes:
s110, monitoring the start and end of the operation executed outside the test server terminal;
s120, starting triggering of operations executed outside the terminal to start timing and screen recording;
s130, ending the operation executed outside the terminal triggers ending timing and ending screen recording;
s140, storing video and timing results in the screen recording process.
S200, acquiring test case execution records from the recorded test behaviors of the test account according to the test start time and the test end time; and obtaining the starting time of the test case execution record after subtracting the set buffer time from the test starting time and obtaining the ending time of the test case execution record after subtracting the set buffer time from the test ending time through the test starting time and the test ending time of the test items executed by the test account in the past of the test management system. And acquiring the test case execution record from the test behavior according to the starting time of the test case execution record and the ending time of the test case execution record.
S300, analyzing the recorded test behaviors and test case execution records.
In the implementation process, referring to fig. 4, analyzing the recorded test behavior includes:
s301, analyzing whether each test behavior of the test account is related to test case execution, otherwise jumping to S302, and jumping to S303.
S302, recording uncorrelated test behaviors as behaviors to be corrected. And after the test is finished, the test account is provided for the corresponding tester.
S303, determining whether test behaviors related to test case execution are applied to the current test case; if yes, step S304 is skipped, otherwise step S305 is skipped. In the specific implementation process, determining an execution command set and an operation file set related to the current test case according to the content of the current test case; and analyzing whether the executed command and the operated file in the test behavior related to the test case execution match the execution command set and the operated file set, if so, judging that the test behavior related to the test case execution is applied to the test case, otherwise, judging that the test behavior related to the test case execution is not applied to the test case.
S304, neglecting relevant test behaviors.
S305, comparing the test accuracy efficiency of the current test case with the test accuracy and efficiency of the test case adopting the related test behaviors, judging whether the related test behaviors optimize the test case, if so, jumping to S306, otherwise, jumping to S307. In the specific implementation process, the test time consumption and the test result of the two tests are called by the test management system to generate a report file, and the test accuracy and the test efficiency are compared and judged whether to optimize the test case or not by the test time consumption and the test result in the message file.
S306, updating the test behavior of the optimized test case into the test step of the test case. After optimizing the test cases according to the test behaviors of the optimized test cases, updating the execution command set and the operation file set according to the content of the optimized test cases.
S307, recording the related non-optimized test behaviors as behaviors to be corrected, and providing corresponding optimized alternatives; the optimization alternative is the optimal test behavior that is currently recorded. And after the test is finished, the test account is provided for the corresponding tester.
Analyzing the recorded test case execution records includes: and analyzing test case execution records and comparing and analyzing test case scenes. One possible way is to match the period of no operation in the analysis test case execution record with the test case scenario analysis.
Specifically, referring to fig. 5, analyzing whether the non-operation time period in the test case execution record matches the test case scenario includes:
s310, counting non-operation time periods in the test case execution records, and obtaining the number of the non-operation time periods; in the test case scene, some automatic execution processes are executed in sequence, and a tester is not required to operate, so that no-operation time period is necessarily existed in the test case execution record.
S320, comparing whether the number of the non-operation time periods in the test case execution record is equal to the number of the non-operation time periods in the test case scene, if yes, jumping to S330, otherwise jumping to S370.
S330, arranging the counted non-operation time periods (corresponding to the non-operation time periods in the test case scene) in a time sequence,
s340, judging whether the time difference between each non-operation time period and the corresponding non-operation time period in the test case scene is larger than a threshold value, if so, jumping to S350, otherwise, jumping to S360.
S350, considering that the non-operation time period in the test case execution record with the time difference larger than the threshold value is not matched with the test case scene, recording the non-operation time period with the time difference larger than the threshold value and the automatic execution process in the test case corresponding to the non-operation time period, and feeding back the corresponding reason investigation;
s360, the non-operation time period in the test case execution record is considered to be matched with the test case scene.
And S370, considering that the non-operation time period in the test case execution record is not matched with the test case scene and feeding back corresponding reason investigation information.
Example 2
Referring to fig. 6, an embodiment of the present application provides a server test behavior analysis device, including: the server testing behavior analysis method comprises a processing unit, a storage unit, an input unit, a display unit, an interface unit, a bus unit and a power supply unit, wherein the bus unit is connected with the processing unit, the input unit, the display unit and the interface unit, the power supply unit supplies power to the processing unit, the storage unit, the input unit, the display unit, the interface unit and the bus unit, the storage unit stores at least one instruction, and the processing unit reads and executes the instruction to realize the server testing behavior analysis method.
Example 3
The embodiment of the application provides a storage medium for realizing a server test behavior analysis method, wherein the storage medium for realizing the server test behavior analysis method stores at least one instruction, and the server test behavior analysis method is realized by reading and executing the instruction.
According to the test system and the test method, the test behaviors of the testers in the test process are recorded, the prompting effect can be achieved, and the test efficiency is improved.
The application can test behaviors for analysis:
the method and the device realize automatic checking of low-efficiency and wrong test behaviors generated by testers based on wrong understanding of test cases, generate corresponding correction schemes and guarantee the quality, effect and accuracy of the test.
The test behavior with the optimizing effect on the test case is discovered from the test behaviors, so that the optimization of the test case can be further realized, the discovery and popularization of the efficient test method are realized, and the high efficiency and accuracy of the test are ensured.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The foregoing is only a specific embodiment of the invention to enable those skilled in the art to understand or practice the 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 (9)

1. A method for analyzing test behavior of a server, comprising:
recording test behaviors of a test account;
acquiring test case execution records from the recorded test behaviors of the test account according to the test start time and the test end time;
analyzing whether each test behavior of the test account is related to test case execution; otherwise, recording the uncorrelated test behaviors as behaviors to be corrected; if so, determining whether the test behaviors related to the test case execution optimize the test case, updating the test behaviors of the optimized test case into the test steps of the test case when the test behaviors optimize the test case, recording the related non-optimized test behaviors as behaviors to be corrected when the test behaviors do not optimize the test case, and providing a corresponding optimization alternative scheme;
analyzing whether the non-operation time period in the test case execution record is matched with the test case scene or not comprises the following steps: counting non-operation time periods in the test case execution records, and obtaining the number of the non-operation time periods; comparing whether the number of the non-operation time periods is equal to the number of the non-operation time periods in the test case scene, and if the number is consistent, arranging the counted non-operation time periods according to a time sequence, judging whether the time difference between each non-operation time period and the corresponding non-operation time period in the test case scene is larger than a threshold value, if so, considering that the non-operation time period in the test case execution record is not matched with the test case scene; if the number is inconsistent, the non-operation time period in the test case execution record is not matched with the test case scene, and the record is not matched and corresponding reason investigation information is fed back.
2. The server test behavior analysis method of claim 1, wherein recording test behaviors of a test account comprises: the test behavior performed at the test server terminal and the test behavior performed outside the test server terminal are monitored and recorded.
3. The server test behavior analysis method according to claim 2, wherein monitoring and recording the test behavior performed at the test server terminal comprises:
monitoring the starting of a terminal, and recording the moment of starting the terminal and the starting of the terminal in a behavior log;
monitoring and recording all test behaviors executed by the terminal after the terminal is started through a history record; the history record is added into the behavior log according to a fixed time period, and after the history record is added into the behavior log, the history record is emptied and the test behavior executed by the terminal is re-recorded;
and monitoring the closing of the terminal, and recording the closing terminal and the time of closing the terminal in the behavior log.
4. The server test behavior analysis method according to claim 2, wherein monitoring and recording the test behavior performed outside the test server terminal includes:
monitoring the start and end of operations performed outside the test server terminal;
the starting trigger of the operation executed outside the terminal starts timing and starts screen recording;
ending the operation executed outside the terminal triggers ending timing and ending screen recording;
and storing video and timing results in the screen recording process.
5. The server test behavior analysis method according to claim 1, wherein determining whether the test behavior related to the test case execution optimizes the test case comprises:
determining whether test behavior related to test case execution has been applied to the current test case;
otherwise, comparing the test accuracy efficiency of the current test case with the test accuracy and efficiency of the test case adopting the related test behaviors, and judging whether the related test behaviors optimize the test case.
6. The method for analyzing test behaviors of a server according to claim 5, wherein the execution command set and the operation file set related to the current test case are determined according to the content of the current test case;
analyzing whether the executed command and the operated file in the test behavior related to the test case execution match the executed command set and the operated file set,
if yes, judging that the test behavior related to the test case execution is applied to the test case,
otherwise, judging that the test behavior related to the test case execution is not applied to the test case.
7. The method for analyzing test behaviors of a server according to claim 6, wherein after optimizing test cases according to test behaviors of the test cases, the execution command set and the operation file set are updated according to contents of the optimized test cases.
8. A server test behavior analysis apparatus, comprising: the server test behavior analysis method comprises a processing unit, a storage unit, an input unit, a display unit, an interface unit, a bus unit and a power supply unit, wherein the bus unit is connected with the processing unit, the input unit, the display unit and the interface unit, the power supply unit supplies power to the processing unit, the storage unit, the input unit, the display unit, the interface unit and the bus unit, the storage unit stores at least one instruction, and the processing unit reads and executes the instruction to realize the server test behavior analysis method according to any one of claims 1-7.
9. A storage medium for implementing a server test behavior analysis method, wherein the storage medium for implementing a server test behavior analysis method stores at least one instruction, and a computer reads and executes the instruction to implement the server test behavior analysis method according to any one of claims 1 to 7.
CN202111306373.8A 2021-11-05 2021-11-05 Server test behavior analysis method, device and storage medium Active CN114153709B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111306373.8A CN114153709B (en) 2021-11-05 2021-11-05 Server test behavior analysis method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111306373.8A CN114153709B (en) 2021-11-05 2021-11-05 Server test behavior analysis method, device and storage medium

Publications (2)

Publication Number Publication Date
CN114153709A CN114153709A (en) 2022-03-08
CN114153709B true CN114153709B (en) 2024-01-12

Family

ID=80459542

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111306373.8A Active CN114153709B (en) 2021-11-05 2021-11-05 Server test behavior analysis method, device and storage medium

Country Status (1)

Country Link
CN (1) CN114153709B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016165484A1 (en) * 2015-04-13 2016-10-20 中兴通讯股份有限公司 Server testing method, test server, and server to be tested
CN109947656A (en) * 2019-03-29 2019-06-28 北京奇艺世纪科技有限公司 A kind of testing case management and device
CN112416734A (en) * 2019-08-20 2021-02-26 北京中关村科金技术有限公司 Test method, device and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880535B (en) * 2012-07-24 2015-10-28 播思通讯技术(北京)有限公司 A kind of wireless automatic proving installation for mobile device and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016165484A1 (en) * 2015-04-13 2016-10-20 中兴通讯股份有限公司 Server testing method, test server, and server to be tested
CN109947656A (en) * 2019-03-29 2019-06-28 北京奇艺世纪科技有限公司 A kind of testing case management and device
CN112416734A (en) * 2019-08-20 2021-02-26 北京中关村科金技术有限公司 Test method, device and storage medium

Also Published As

Publication number Publication date
CN114153709A (en) 2022-03-08

Similar Documents

Publication Publication Date Title
US8516499B2 (en) Assistance in performing action responsive to detected event
US20080163003A1 (en) Method and System for Autonomic Target Testing
CN111447227A (en) Protocol analysis method and device of Internet of things equipment
CN103329108A (en) Test device
CN111474860B (en) Processing method, device and storage medium based on failure intelligent scene
CN114153709B (en) Server test behavior analysis method, device and storage medium
US8682899B2 (en) Apparatus and method for managing systems each including a plurality of configuration items
CN110245046B (en) Data statistics method and device for Android App without buried points
CN112416735A (en) Application program detection method and device, terminal equipment and storage medium
CN113112786B (en) Multi-data reading method, medium and electronic equipment for ammeter
CN113132790B (en) Video dumping method and device
CN111211973B (en) Information processing method and device in invoice field and storage medium
CN111339100B (en) Data checking method and device
CN111078738B (en) Data processing method, device, electronic equipment and storage medium
CN113836152A (en) High-efficiency data consistency checking method and device and storage medium
JP5913155B2 (en) Packet replay device and packet replay method
CN112131180A (en) Data reporting method and device and storage medium
CN113297056A (en) Test data setting method, test data application method, device and related equipment
CN117234949B (en) Test data noise reduction method and device, storage medium and computer equipment
US20210398084A1 (en) Time activity processing
CN110795297B (en) Electronic equipment testing method and device
CN107679161B (en) File processing method of electronic terminal and electronic terminal
KR101235802B1 (en) Storage media, method and apparatus for performing automatic test using the storage media
JP2023161659A (en) Computer system and method for correcting errors in time series data
CN116910079A (en) Method, system, device and storage medium for realizing delay association of Flink with respect to CDC data dimension table

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