CN111026669A - Test log management method, test log management device, and storage medium - Google Patents

Test log management method, test log management device, and storage medium Download PDF

Info

Publication number
CN111026669A
CN111026669A CN201911272901.5A CN201911272901A CN111026669A CN 111026669 A CN111026669 A CN 111026669A CN 201911272901 A CN201911272901 A CN 201911272901A CN 111026669 A CN111026669 A CN 111026669A
Authority
CN
China
Prior art keywords
test
case
screen recording
log management
log
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.)
Granted
Application number
CN201911272901.5A
Other languages
Chinese (zh)
Other versions
CN111026669B (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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201911272901.5A priority Critical patent/CN111026669B/en
Publication of CN111026669A publication Critical patent/CN111026669A/en
Application granted granted Critical
Publication of CN111026669B publication Critical patent/CN111026669B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • 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/3696Methods or tools to render software testable
    • 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

Abstract

The invention discloses a test log management method, which comprises the following steps: when a test instruction is received, constructing a test case through a preset test tool; acquiring a construction address of the test case, and acquiring a log file corresponding to the test case based on the construction address; and storing the log file and case information corresponding to the test case in an associated manner so as to query the log file through the case information. The invention also discloses a test log management device and a computer readable storage medium, which achieve the effect of improving the management efficiency of the test log.

Description

Test log management method, test log management device, and storage medium
Technical Field
The present invention relates to the field of software development technologies, and in particular, to a test log management method, a test log management apparatus, and a computer-readable storage medium.
Background
In the software development process, software testing is a process that facilitates and certifies the correctness, integrity, security, and quality of software.
In a traditional software testing process, a test case can be constructed through tools such as Jenkins (continuous integration engines). However, in the conventional test process, a browser is required to open a corresponding construction connection for checking the Jenkins log, and the same case name appears at different positions in the construction log. Resulting in a longer load time when the log is opened. And log location is cumbersome. This has the disadvantage of inefficient test log management.
Disclosure of Invention
The invention mainly aims to provide a test log management method, a test log management device and a computer readable storage medium, aiming at achieving the effect of improving the management efficiency of the test logs.
In order to achieve the above object, the present invention provides a test log management method, which comprises the following steps:
when a test instruction is received, constructing a test case through a preset test tool;
acquiring a construction address of the test case, and acquiring a log file corresponding to the test case based on the construction address;
and storing the log file and case information corresponding to the test case in an associated manner so as to query the log file through the case information.
Optionally, the use case information includes a use case assigner, a use case execution result, a use case name, a use case path, a construction identifier, and/or an execution environment.
Optionally, after the step of constructing the test case by using the preset test tool when the test instruction is received, the method further includes:
when the test case starts to be executed, recording a screen of the test terminal through a screen recording tool to obtain a screen recording video;
and storing the screen recording video and the case information in a correlated manner.
Optionally, after the step of storing the screen recording video in association with the use case information, the method further includes:
when a query instruction sent by a target terminal is received, acquiring target case information corresponding to the query instruction;
and pushing the screen recording video associated with the target case information to the target terminal so that the target terminal can output the screen recording video through a webpage.
Optionally, the step of recording a screen of the test terminal by using a screen recording tool when the test case starts to be executed to obtain a screen recording video includes:
when the test case starts to execute, acquiring preset screen recording parameters;
determining a screen recording area according to the screen recording parameters, and storing display contents in the screen recording area as the screen recording video;
before the associating and storing the screen recording video and the use case information, the method further comprises the following steps:
and when the test case is executed, executing the step of storing the screen recording video and the case information in a correlation manner.
Optionally, after the step of storing the log file in association with the use case information corresponding to the test use case for querying the log file through the use case information, the method further includes:
when a query instruction sent by a target terminal is received, target case information corresponding to the query instruction is obtained;
and acquiring the log file associated with the target case information, and pushing the log file to a target terminal so that the target terminal can output the log file.
Optionally, when the test instruction is received, the step of constructing the test case by using the preset test tool includes:
outputting a test management interface, wherein the test management interface comprises a test control;
and when the test control is triggered, executing the step of constructing the test case by a preset test tool.
Optionally, the preset test tool is set as a continuous integration engine Jenkins.
In addition, in order to achieve the above object, the present invention further provides a test log management apparatus, which includes a memory, a processor, and a control program of the test log management apparatus stored in the memory and operable on the processor, wherein the control program of the test log management apparatus implements the steps of the test log management method described above when executed by the processor.
Further, to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a control program of a test log management apparatus, which when executed by a processor, implements the steps of the test log management method as described above.
According to the test log management method, the test log management device and the computer readable storage medium provided by the embodiment of the invention, when a test instruction is received, a test case is constructed through a preset test tool, the construction address of the test case is obtained, a log file corresponding to the test case is obtained based on the construction address, and then the log file and case information corresponding to the test case are stored in an associated manner so as to be used for inquiring the log file through the case information. Since the log file can be stored in association with the use case information, each log file can be associated with each specific use case information. Therefore, the aim of classifying the log files based on the use case information is fulfilled when the log files are managed, and the effect of improving the log management efficiency is achieved.
Drawings
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a test log management method according to an embodiment of the present invention;
fig. 3 is a schematic view of a screen recording area according to an embodiment of the present invention;
FIG. 4 is a flow chart illustrating another embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the traditional software testing process, the test case can be constructed by tools such as Jenkins (continuous integration engines) and the like. However, in the conventional test process, a browser is required to open a corresponding construction connection for checking the Jenkins log, and the same case name appears at different positions in the construction log. Resulting in a longer load time when the log is opened. And log location is cumbersome. This has the disadvantage of inefficient test log management.
In order to solve the above-mentioned drawbacks, an embodiment of the present invention provides a test log management method, a test log management apparatus, and a computer-readable storage medium, where the main solution of the test log management method according to the embodiment of the present invention is:
when a test instruction is received, constructing a test case through a preset test tool;
acquiring a construction address of the test case, and acquiring a log file corresponding to the test case based on the construction address;
and storing the log file and case information corresponding to the test case in an associated manner so as to query the log file through the case information.
Since the log file can be stored in association with the use case information, each log file can be associated with each specific use case information. Therefore, the aim of classifying the log files based on the use case information is fulfilled when the log files are managed, and the effect of improving the log management efficiency is achieved.
As shown in fig. 1, fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be a terminal device such as a PC.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), a mouse, etc., and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the terminal structure shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a control program of the test log management apparatus.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the processor 1001 may be configured to call a control program of the test log management apparatus stored in the memory 1005, and perform the following operations:
when a test instruction is received, constructing a test case through a preset test tool;
acquiring a construction address of the test case, and acquiring a log file corresponding to the test case based on the construction address;
and storing the log file and case information corresponding to the test case in an associated manner so as to query the log file through the case information.
Further, the processor 1001 may call the control program of the test log management apparatus stored in the memory 1005, and also perform the following operations:
when the test case starts to be executed, recording a screen of the test terminal through a screen recording tool to obtain a screen recording video;
and storing the screen recording video and the case information in a correlated manner.
Further, the processor 1001 may call the control program of the test log management apparatus stored in the memory 1005, and also perform the following operations:
when a query instruction sent by a target terminal is received, acquiring target case information corresponding to the query instruction;
and pushing the screen recording video associated with the target case information to the target terminal so that the target terminal can output the screen recording video through a webpage.
Further, the processor 1001 may call the control program of the test log management apparatus stored in the memory 1005, and also perform the following operations:
when the test case starts to execute, acquiring preset screen recording parameters;
determining a screen recording area according to the screen recording parameters, and storing display contents in the screen recording area as the screen recording video;
before the associating and storing the screen recording video and the use case information, the method further comprises the following steps:
and when the test case is executed, executing the step of storing the screen recording video and the case information in a correlation manner.
Further, the processor 1001 may call the control program of the test log management apparatus stored in the memory 1005, and also perform the following operations:
when a query instruction sent by a target terminal is received, target case information corresponding to the query instruction is obtained;
and acquiring the log file associated with the target case information, and pushing the log file to a target terminal so that the target terminal can output the log file.
Further, the processor 1001 may call the control program of the test log management apparatus stored in the memory 1005, and also perform the following operations:
outputting a test management interface, wherein the test management interface comprises a test control;
and when the test control is triggered, executing the step of constructing the test case by a preset test tool.
Referring to fig. 2, in an embodiment of the test log management method of the present invention, the test log management method includes the following steps:
step S10, when a test instruction is received, constructing a test case through a preset test tool;
s20, acquiring a construction address of the test case, and acquiring a log file corresponding to the test case based on the construction address;
and step S30, storing the log file and the case information corresponding to the test case in a correlated manner, so as to query the log file through the case information.
In this embodiment, the test log management device may be provided with a user interface, which may include a display screen and an input device. The test log management device can output a test management interface through the display device. The test management interface may include a test control and a plurality of preset test script files. The user can select the test script file set corresponding to the current test through the input device. And triggering the test control to control a preset test tool to sequentially construct a plurality of test cases based on the test script file set. Wherein the test file may be Jenkins. Jenkins is an open source software project, and is a continuous integration tool developed based on Java (a computer programming language) and used for monitoring continuous and repeated work.
Further, after the Jenkins test item is built, the building address corresponding to each test case can be obtained. As each test case is executed, Jenkins can generate a log file corresponding to the test case. And acquiring the log file corresponding to each test case according to the construction address of each test case based on the Jenkins log management rule.
After the test file is obtained, case information corresponding to the test case can be obtained. The use case information may include at least one of a use case assigner, a use case execution result, a use case name, a use case path, a construction identifier, and an execution environment.
After the use case information and the log file are obtained, the log file and the use case information can be stored in an associated manner. When the use case information and the log file are saved, the use case information and the log file can be stored in the test log management device in an associated manner.
And/or the test file association can be stored in a server.
Specifically, a Shell may be set in the test log management device in advance, and then an address link of a test case constructed by Jenkins is requested through a preset Shell script, so as to obtain a log file corresponding to the test case based on the address link. The log file is obtained based on the address connection, so that the log files corresponding to the multiple test cases can be obtained, and therefore, the obtained multiple log files can be screened according to the case names of the target test cases (namely, the test cases which need to obtain the corresponding log files at present) to obtain the log files corresponding to the target test cases.
And after the log file is obtained, obtaining case information corresponding to the target test case, and storing the case information and the log file in an associated manner.
The use case information and the log file can be stored locally, or the use case information and the log file can be sent to a server in an associated manner, so that the use case information and the log file are stored in the server in the associated manner.
In the technical scheme disclosed in this embodiment, when a test instruction is received, a test case is constructed by a preset test tool, a construction address of the test case is obtained, a log file corresponding to the test case is obtained based on the construction address, and then the log file and case information corresponding to the test case are stored in an associated manner so as to be queried by the case information. Since the log file can be stored in association with the use case information, each log file can be associated with each specific use case information. Therefore, the aim of classifying the log files based on the use case information is fulfilled when the log files are managed, and the effect of improving the log management efficiency is achieved.
Based on the above embodiment, in another embodiment, after the step S10, after the test case starts to be executed, the method further includes recording a screen of the test terminal by a screen recording tool to obtain a screen recording video, and storing the screen recording video in association with the case information.
In this embodiment, the log management device is further provided with a screen recording function, so that a screen recording operation can be performed on the process of executing the test case by the terminal.
Further, when the test case starts to be executed, a screen recording function is started to record a screen so as to obtain a corresponding screen recording video when the terminal executes the test case. And after the screen recording video is acquired, storing the screen recording video and the case information of the target test case in a correlated manner. Therefore, the effect of associating the log file with the screen recording video through the use case information is achieved. So that during the log processing, the visual determination of whether the program is normal can be realized.
Furthermore, before the screen recording function is started, a preset screen recording parameter can be obtained, and then a screen recording area is determined according to the screen recording parameter. The screen recording parameters can be preset according to a display device of the terminal. For example, as shown in fig. 3, a shadow area may be determined as a screen recording area in the terminal based on the screen recording parameter. Therefore, only the display content corresponding to the screen recording area is recorded in the screen recording process. Therefore, the effects of reducing the size of the screen recording video and improving the utilization rate of the storage space are achieved.
Optionally, in order to improve execution efficiency, after the test project is constructed, the plurality of test cases corresponding to the test project may be respectively allocated to the plurality of terminals for execution. The screen recording videos can be stored in the plurality of terminals respectively. And then each terminal can remotely access the video screen recording function by building tomcat (a network program capable of providing the remote access video screen recording function) in each terminal. So that the test log management device can acquire the screen recording video saved in each execution terminal based on tomcat. And the screen recording video can be output in a display form of a webpage.
In the technical scheme disclosed in this embodiment, when the test case starts to be executed, a screen recording tool is used to record a screen of the test terminal so as to obtain a screen recording video, and the screen recording video and the case information are stored in an associated manner. Thus, the effect of visually outputting the execution result of the test case is achieved.
Referring to fig. 4, based on any one of the above embodiments, in a further embodiment, after step S30, the method further includes:
step S40, when receiving a query instruction sent by a target terminal, acquiring target case information corresponding to the query instruction;
and step S50, acquiring the log file associated with the target use case information, and pushing the log file to the target terminal so that the target terminal can output the log file.
In the technical scheme disclosed in this embodiment, the target terminal may output a query page in advance, and a text input box and a query touch element may be provided in the query page. And enabling a user to input target use case information through the query input box and send a query instruction containing the target use case information by triggering the query touch element. When the test log management device receives the query instruction, according to the target case information contained in the query instruction, a log file associated with the target case information is obtained, the log file is fed back to a target terminal, and the target terminal outputs the log file.
Optionally, when the query instruction is received, a screen recording video associated with the use case information may also be obtained, and the screen recording video is fed back to the target terminal, so that the screen recording video is output through the target terminal.
In the technical scheme disclosed in this embodiment, when a query instruction sent by a target terminal is received, target case information corresponding to the query instruction is acquired, a log file associated with the target case information is acquired, and the log file is pushed to the target terminal, so that the target terminal outputs the log file. Therefore, the effect of reducing the positioning difficulty of the log is achieved.
In addition, an embodiment of the present invention further provides a test log management apparatus, where the test log management apparatus includes a memory, a processor, and a control program of the test log management apparatus that is stored in the memory and is executable on the processor, and when the control program of the test log management apparatus is executed by the processor, the steps of the test log management method according to the above embodiments are implemented.
Furthermore, an embodiment of the present invention further provides a computer-readable storage medium, where a control program of a test log management apparatus is stored on the computer-readable storage medium, and when the control program of the test log management apparatus is executed by a processor, the steps of the test log management method described in each of the above embodiments are implemented.
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 system 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 system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
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. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g. a smart phone, etc.) to execute the method according to the embodiments of the present invention.
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 (10)

1. A test log management method is characterized by comprising the following steps:
when a test instruction is received, constructing a test case through a preset test tool;
acquiring a construction address of the test case, and acquiring a log file corresponding to the test case based on the construction address;
and storing the log file and case information corresponding to the test case in an associated manner so as to query the log file through the case information.
2. The test log management method of claim 1, wherein the use case information comprises a use case assignor, a use case execution result, a use case name, a use case path, a build identifier, and/or an execution environment.
3. The test log management method according to claim 1 or 2, wherein after the step of constructing the test case by using the preset test tool when the test instruction is received, the method further comprises:
when the test case starts to be executed, recording a screen of the test terminal through a screen recording tool to obtain a screen recording video;
and storing the screen recording video and the case information in a correlated manner.
4. The test log management method of claim 3, wherein after the step of saving the screen recording video in association with the use case information, further comprising:
when a query instruction sent by a target terminal is received, acquiring target case information corresponding to the query instruction;
and pushing the screen recording video associated with the target case information to the target terminal so that the target terminal can output the screen recording video through a webpage.
5. The test log management method of claim 1, wherein the step of recording a screen of the test terminal by a screen recording tool to obtain a screen recording video when the test case starts to be executed comprises:
when the test case starts to execute, acquiring preset screen recording parameters;
determining a screen recording area according to the screen recording parameters, and storing display contents in the screen recording area as the screen recording video;
before the associating and storing the screen recording video and the use case information, the method further comprises the following steps:
and when the test case is executed, executing the step of storing the screen recording video and the case information in a correlation manner.
6. The method for managing test logs according to claim 1, wherein after the step of storing the log file in association with the use case information corresponding to the test case for querying the log file through the use case information, the method further comprises:
when a query instruction sent by a target terminal is received, target case information corresponding to the query instruction is obtained;
and acquiring the log file associated with the target case information, and pushing the log file to a target terminal so that the target terminal can output the log file.
7. The test log management method of claim 1, wherein the step of constructing the test case through a preset test tool upon receiving the test instruction comprises:
outputting a test management interface, wherein the test management interface comprises a test control;
and when the test control is triggered, executing the step of constructing the test case by a preset test tool.
8. The test log management method of claim 1, wherein the predetermined test tool is configured as a persistent integration engine Jenkins.
9. A test log management apparatus, characterized in that the test log management apparatus comprises: memory, a processor and a control program of a test log management device stored on the memory and executable on the processor, the control program of the test log management device, when executed by the processor, implementing the steps of the test log management method according to any one of claims 1 to 8.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a control program of a test log management apparatus, which when executed by a processor, implements the steps of the test log management method according to any one of claims 1 to 8.
CN201911272901.5A 2019-12-11 2019-12-11 Test log management method, test log management device and storage medium Active CN111026669B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911272901.5A CN111026669B (en) 2019-12-11 2019-12-11 Test log management method, test log management device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911272901.5A CN111026669B (en) 2019-12-11 2019-12-11 Test log management method, test log management device and storage medium

Publications (2)

Publication Number Publication Date
CN111026669A true CN111026669A (en) 2020-04-17
CN111026669B CN111026669B (en) 2023-08-18

Family

ID=70206246

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911272901.5A Active CN111026669B (en) 2019-12-11 2019-12-11 Test log management method, test log management device and storage medium

Country Status (1)

Country Link
CN (1) CN111026669B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113961534A (en) * 2021-12-21 2022-01-21 荣耀终端有限公司 Method and electronic equipment for generating log file
CN114745313A (en) * 2022-04-11 2022-07-12 中国电信股份有限公司 Terminal remote testing method and device, electronic equipment and readable medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101093514A (en) * 2007-08-20 2007-12-26 中兴通讯股份有限公司 Processing system for automated testing log
CN108647148A (en) * 2018-05-15 2018-10-12 深圳市同维通信技术有限公司 Test method, device, equipment and the storage medium of mobile terminal application program
CN109462695A (en) * 2018-11-16 2019-03-12 努比亚技术有限公司 Terminal record screen method, apparatus, mobile terminal and readable storage medium storing program for executing
CN109614337A (en) * 2018-12-24 2019-04-12 普华基础软件股份有限公司 A kind of Performance Test System and testing tool based on Linux system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101093514A (en) * 2007-08-20 2007-12-26 中兴通讯股份有限公司 Processing system for automated testing log
CN108647148A (en) * 2018-05-15 2018-10-12 深圳市同维通信技术有限公司 Test method, device, equipment and the storage medium of mobile terminal application program
CN109462695A (en) * 2018-11-16 2019-03-12 努比亚技术有限公司 Terminal record screen method, apparatus, mobile terminal and readable storage medium storing program for executing
CN109614337A (en) * 2018-12-24 2019-04-12 普华基础软件股份有限公司 A kind of Performance Test System and testing tool based on Linux system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113961534A (en) * 2021-12-21 2022-01-21 荣耀终端有限公司 Method and electronic equipment for generating log file
CN113961534B (en) * 2021-12-21 2022-05-10 荣耀终端有限公司 Method and electronic equipment for generating log file
CN114745313A (en) * 2022-04-11 2022-07-12 中国电信股份有限公司 Terminal remote testing method and device, electronic equipment and readable medium

Also Published As

Publication number Publication date
CN111026669B (en) 2023-08-18

Similar Documents

Publication Publication Date Title
CN110955416A (en) Interface document generation method, device, equipment and computer storage medium
CN111045952A (en) Software testing method, flow playback device, terminal equipment and readable storage medium
CN111026645B (en) User interface automatic test method and device, storage medium and electronic equipment
CN109558320B (en) System testing method, device, system, equipment and computer readable storage medium
CN112597020A (en) Interface testing method and device, computer equipment and storage medium
CN107807841B (en) Server simulation method, device, equipment and readable storage medium
CN110647471B (en) Interface test case generation method, electronic device and storage medium
CN107276842B (en) Interface test method and device and electronic equipment
CN111522849A (en) Database dynamic access method, server and storage medium
CN110674083A (en) Workflow migration method, device, equipment and computer readable storage medium
CN113127347A (en) Interface testing method, device, equipment and readable storage medium
CN111026669B (en) Test log management method, test log management device and storage medium
CN113760763A (en) Software testing method, device, server and system
CN107908679B (en) Script statement conversion method and device and computer readable storage medium
CN111045879A (en) Pressure test report generation method and device and storage medium
CN111090589A (en) Software testing method, software testing device and readable storage medium
CN111061637A (en) Interface test method, interface test device and storage medium
CN115617780A (en) Data import method, device, equipment and storage medium
CN113709187B (en) Multi-server data request method, device, equipment and storage medium
CN111151008B (en) Verification method and device for game operation data, configuration background and medium
CN109492144B (en) Association relation analysis method, device and storage medium for software system
CN113660359A (en) Management method and device for domain name resolution record, storage medium and electronic equipment
CN108563578B (en) SDK compatibility detection method, device, equipment and readable storage medium
CN114371866A (en) Version reconfiguration test method, device and equipment of service system
CN112817782A (en) Data acquisition reporting method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant