CN111026669B - 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
CN111026669B
CN111026669B CN201911272901.5A CN201911272901A CN111026669B CN 111026669 B CN111026669 B CN 111026669B CN 201911272901 A CN201911272901 A CN 201911272901A CN 111026669 B CN111026669 B CN 111026669B
Authority
CN
China
Prior art keywords
test
log
log management
use case
screen recording
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
CN201911272901.5A
Other languages
Chinese (zh)
Other versions
CN111026669A (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

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, a test case is constructed 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 the use case information corresponding to the test use case in an associated mode so as to inquire the log file through the use case information. The invention also discloses a test log management device and a computer readable storage medium, which achieve the effect of improving the test log management efficiency.

Description

Test log management method, test log management device and storage medium
Technical Field
The present invention relates to the field of software development, 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 the process of facilitating and authenticating the correctness, integrity, security, and quality of software.
In the traditional software testing process, test cases can be built through tools such as Jenkins (continuous integration engines). However, in the conventional testing process, viewing the Jenkins log requires opening the corresponding build connection with a browser, and the same use case name may appear at different positions in the build log. Resulting in a load time when the log is opened. And log positioning is complicated. This has the disadvantage of low efficiency in 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, which aim to achieve the effect of improving the test log management efficiency.
In order to achieve the above object, the present invention provides a test log management method, comprising the steps of:
when a test instruction is received, a test case is constructed 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 the use case information corresponding to the test use case in an associated mode so as to inquire the log file through the use case information.
Optionally, the use case information includes a use case designator, 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 building the test case by 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 so as to acquire a screen recording video;
and associating and storing the video with the use case information.
Optionally, after the step of associating and storing the video with the use case information, the method further includes:
when a query instruction sent by a target terminal is received, acquiring target application information corresponding to the query instruction;
and pushing the screen recording video associated with the target use case information to the target terminal so that the target terminal can output the screen recording video through a webpage.
Optionally, when the test case starts to be executed, the step of recording the screen of the test terminal through the screen recording tool to obtain the recorded video includes:
when the test case starts to be executed, 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 screen recording video and the use case information are stored in an associated mode, the method further comprises the following steps:
and executing the step of storing the recorded video and the case information in an associated manner when the test case execution is finished.
Optionally, after the step of storing the log file in association with the case information corresponding to the test case, the step of querying the log file through the case information further includes:
when a query instruction sent by a target terminal is received, acquiring target use case information corresponding to the query instruction;
and acquiring the log file associated with the target use case information, and pushing the log file to a target terminal so as to enable the target terminal to output the log file.
Optionally, when the test instruction is received, the step of building the test case through a preset test tool includes:
outputting a test management interface, wherein the test management interface comprises a test control;
and executing the step of constructing the test case through a preset test tool when the test control is triggered.
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 also provides a test log management device, which includes a memory, a processor, and a control program of the test log management device stored on the memory and executable on the processor, the control program of the test log management device implementing the steps of the test log management method as described above when executed by the processor.
In addition, in order 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.
When a test instruction is received, a test case is built through a preset test tool, a building address of the test case is obtained, a log file corresponding to the test case is obtained based on the building address, and then the log file is associated with case information corresponding to the test case and stored for inquiring the log file through the case information. Since the log files can be stored in association with the use case information, each log file can be associated with each specific use case information. In this way, the purpose of classifying the log files based on the use case information is achieved when the log files are managed, and the effect of improving log management efficiency is achieved.
Drawings
FIG. 1 is a schematic diagram of a terminal structure of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flow chart of an embodiment of a test log management method according to the present invention;
FIG. 3 is a schematic view of a recording area according to an embodiment of the present invention;
fig. 4 is a flow chart of a further embodiment of the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Because in the traditional software testing process, the test cases can be constructed through tools such as Jenkins (continuous integration engines). However, in the conventional testing process, viewing the Jenkins log requires opening the corresponding build connection with a browser, and the same use case name may appear at different positions in the build log. Resulting in a load time when the log is opened. And log positioning is complicated. This has the disadvantage of low efficiency in test log management.
To solve the above-mentioned drawbacks, an embodiment of the present invention provides a test log management method, a test log management device, 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, a test case is constructed 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 the use case information corresponding to the test use case in an associated mode so as to inquire the log file through the use case information.
Since the log files can be stored in association with the use case information, each log file can be associated with each specific use case information. In this way, the purpose of classifying the log files based on the use case information is achieved when the log files are managed, and the effect of improving log management efficiency is achieved.
As shown in fig. 1, fig. 1 is a schematic diagram of a terminal structure of a hardware running environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be terminal equipment such as a PC (personal computer) and the like.
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 the communication bus 1002 is used to enable connected 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 further 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 stable memory (non-volatile memory), such as a disk memory. The memory 1005 may also optionally be a storage device separate from the processor 1001 described above.
It will be appreciated by those skilled in the art that the terminal structure shown in fig. 1 is not limiting of the terminal and may include more or fewer components than shown, or may combine certain components, 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 background server and performing data communication with the background 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, a test case is constructed 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 the use case information corresponding to the test use case in an associated mode so as to inquire the log file through the use case information.
Further, the processor 1001 may call a control program of the test log management device stored in the memory 1005, and further perform the following operations:
when the test case starts to be executed, recording a screen of the test terminal through a screen recording tool so as to acquire a screen recording video;
and associating and storing the video with the use case information.
Further, the processor 1001 may call a control program of the test log management device stored in the memory 1005, and further perform the following operations:
when a query instruction sent by a target terminal is received, acquiring target application information corresponding to the query instruction;
and pushing the screen recording video associated with the target use 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 a control program of the test log management device stored in the memory 1005, and further perform the following operations:
when the test case starts to be executed, 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 screen recording video and the use case information are stored in an associated mode, the method further comprises the following steps:
and executing the step of storing the recorded video and the case information in an associated manner when the test case execution is finished.
Further, the processor 1001 may call a control program of the test log management device stored in the memory 1005, and further perform the following operations:
when a query instruction sent by a target terminal is received, acquiring target use case information corresponding to the query instruction;
and acquiring the log file associated with the target use case information, and pushing the log file to a target terminal so as to enable the target terminal to output the log file.
Further, the processor 1001 may call a control program of the test log management device stored in the memory 1005, and further perform the following operations:
outputting a test management interface, wherein the test management interface comprises a test control;
and executing the step of constructing the test case through a preset test tool when the test control is triggered.
Referring to fig. 2, in an embodiment of the test log management method of the present invention, the test log management method includes the steps of:
step S10, when a test instruction is received, a test case is constructed through a preset test tool;
step 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 use case information corresponding to the test use case in an associated mode so as to inquire the log file through the use 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 controlling a preset test tool to sequentially construct a plurality of test cases based on the test script file set by triggering the test control. Wherein, the test file may be Jenkins. Jenkins is an open source software project, a persistent integration tool developed based on Java (a computer programming language) for monitoring persistent repetitive work.
Further, after the Jenkins test item is built, a 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. The log file corresponding to each test case can be obtained according to the building address of the test case based on the log management rule of Jenkins.
After the test file is acquired, use case information corresponding to the test use case can also be acquired. 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 acquired, the log file and the use case information can be stored in an associated mode. When the use case information and the log file are stored, the use case information and the log file can be stored in the test log management device in a correlated manner.
And/or, the test file association may also be saved to a server.
Specifically, shell can be set in the test log management device in advance, then address links of test cases constructed by Jenkins are requested through a preset Shell script, and further log files corresponding to the test cases are obtained based on the address links. The log files are obtained based on the address connection, so that log files corresponding to a plurality of test cases can be obtained, and therefore, the obtained multi-log files can be screened through the case names of the target test cases (namely, the test cases needing to obtain the corresponding log files currently) to obtain the log files corresponding to the target test cases.
After the log file is obtained, obtaining application information corresponding to the target test case, and storing the application information and the log file in an associated mode.
The use case information and the log file may be stored locally, or the use case information and the log file may be associated and transmitted to a server, so that the use case information and the log file may be stored in the server.
In the technical scheme disclosed in the embodiment, when a test instruction is received, a test case is built through a preset test tool, a building address of the test case is obtained, a log file corresponding to the test case is obtained based on the building address, and then the log file is associated with case information corresponding to the test case and stored for inquiring the log file through the case information. Since the log files can be stored in association with the use case information, each log file can be associated with each specific use case information. In this way, the purpose of classifying the log files based on the use case information is achieved when the log files are managed, and the effect of improving log management efficiency is achieved.
Based on the above embodiment, in another embodiment, after the step S10, 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 associated and stored.
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 that a corresponding screen recording video of the terminal when the test case is executed is obtained. And after the screen recording video is acquired, the screen recording video and the case information of the target test case are associated and stored. Thus, the effect of associating the log file with the recorded video through use case information is achieved. In the log processing process, whether the visual determination program is normal or not can be realized.
Further, before the screen recording function is started, a preset screen recording parameter can be obtained first, 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 in the terminal as a recording area based on the recording parameters. Therefore, in the screen recording process, only the display content corresponding to the screen recording area is recorded. Therefore, the effect of reducing the size of the video recorded on the screen and improving the utilization rate of the storage space is achieved.
Optionally, in order to improve the execution efficiency, after the test item is constructed, a plurality of test cases corresponding to the test item may be respectively distributed to a plurality of terminals for execution. The recorded video can be respectively stored in the plurality of terminals. Then building a tomcat (a network program capable of providing remote access to the video recording function) in each terminal, so that each terminal can access the video recording function remotely. Therefore, the test log management device can acquire the recorded video stored in each execution terminal based on the tomcat. And the recorded video can be output in the form of webpage display.
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 associated and stored. Thus, the effect of visually outputting the execution result of the test case is achieved.
Referring to fig. 4, in a further embodiment, after the step S30, based on any one of the above embodiments, the method further includes:
step S40, when a query instruction sent by a target terminal is received, acquiring target use case information corresponding to the query instruction;
and S50, acquiring the log file associated with the target use case information, and pushing the log file to a 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, where a text input box and a query touch may be disposed in the query page. And enabling a user to input target use case information through the query input box, and sending a query instruction containing the target use case information by triggering the query touch piece. When the test log management device receives the query instruction, acquiring a log file associated with the target use case information according to the target use case information contained in the query instruction, feeding back the log file to a target terminal, and outputting the log file by the target terminal.
Optionally, when receiving the query instruction, the video recording associated with the use case information may be further obtained, and the video recording is fed back to the target terminal, so that the video recording 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 use case information corresponding to the query instruction is obtained, the log file associated with the target use case information is obtained, and the log file is pushed to the target terminal so that the target terminal can output the log file. Thus, the effect of reducing log positioning difficulty is achieved.
In addition, the embodiment of the invention also provides a test log management device, which comprises a memory, a processor and a control program of the test log management device, wherein the control program of the test log management device is stored in the memory and can run on the processor, and the control program of the test log management device realizes the steps of the test log management method in each embodiment when being executed by the processor.
In addition, the embodiment of the invention also provides a computer readable storage medium, wherein the computer readable storage medium stores a control program of the test log management device, and the control program of the test log management device realizes the steps of the test log management method in each embodiment when being executed by a processor.
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 one … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above, comprising instructions for causing a terminal device (which may be a smart phone or the like) to perform the method according to the embodiments of the present invention.
The foregoing description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the invention, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.

Claims (7)

1. A test log management method, characterized in that the test log management method comprises the steps of:
outputting a test management interface when a test instruction is received, wherein the test management interface comprises a test control and a preset test script file;
when the test control is triggered, sequentially constructing a plurality of test cases based on a test script file set through a preset test tool;
the method comprises the steps that the plurality of test cases are respectively distributed to a plurality of terminals to be executed, when the test cases start to be executed, screen recording is conducted on the test terminals through a screen recording tool, so that screen recording videos are obtained, and the screen recording videos are respectively stored in the plurality of terminals;
acquiring the video recording stored in each execution terminal based on a tomcat, and storing the video recording and the use case information in an associated manner;
when a query instruction sent by a target terminal is received, acquiring target application information corresponding to the query instruction;
pushing the screen recording video associated with the target use case information to the target terminal so that the target terminal can output the screen recording video through a webpage;
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 the use case information corresponding to the test use case in an associated mode so as to inquire the log file through the use case information.
2. The test log management method of claim 1, wherein the case information includes a case designator, a case execution result, a case name, a case path, a build identifier, and/or an execution environment.
3. The method for managing test logs according to claim 1, wherein the step of recording a test terminal by a recording tool to obtain a recorded video when the test case starts to be executed comprises:
when the test case starts to be executed, 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 screen recording video and the use case information are stored in an associated mode, the method further comprises the following steps:
and executing the step of storing the recorded video and the case information in an associated manner when the test case execution is finished.
4. The method for managing test log according to claim 1, wherein after the step of storing the log file in association with the application information corresponding to the test application for querying the log file by the application information, further comprising:
when a query instruction sent by a target terminal is received, acquiring target use case information corresponding to the query instruction;
and acquiring the log file associated with the target use case information, and pushing the log file to a target terminal so as to enable the target terminal to output the log file.
5. The test log management method of claim 1, wherein the predetermined test tool is configured as a persistent integration engine Jenkins.
6. A test log management apparatus, characterized in that the test log management apparatus comprises: a memory, a processor, and a control program of a test log management device stored on the memory and executable on the processor, which when executed by the processor, implements the steps of the test log management method according to any one of claims 1 to 5.
7. A computer-readable storage medium, wherein a control program of a test log management device is stored thereon, which when executed by a processor, implements the steps of the test log management method according to any one of claims 1 to 5.
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 CN111026669A (en) 2020-04-17
CN111026669B true 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)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

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

Also Published As

Publication number Publication date
CN111026669A (en) 2020-04-17

Similar Documents

Publication Publication Date Title
US20170163753A1 (en) Method and apparatus for controlling play device to play video
CN106406844B (en) Method and device for realizing public number menu of communication interaction platform
CN112597020A (en) Interface testing method and device, computer equipment and storage medium
CN111026669B (en) Test log management method, test log management device and storage medium
CN111522849A (en) Database dynamic access method, server and storage medium
WO2021093673A1 (en) E-mail sending method, apparatus and device, and computer-readable storage medium
US9571557B2 (en) Script caching method and information processing device utilizing the same
CN113760763A (en) Software testing method, device, server and system
WO2021093672A1 (en) Method for embedding external system, workflow system, device and computer readable storage medium
CN113516729A (en) Chart drawing method and device and computer readable storage medium
CN111045934A (en) Page analysis method, device, client, storage medium and electronic equipment
CN111767109A (en) H5 page display method and device based on terminal application and readable storage medium
CN115062084B (en) Method and device for constructing API (application programming interface) based on database metadata
CN111090589A (en) Software testing method, software testing device and readable storage medium
CN113709187B (en) Multi-server data request method, device, equipment and storage medium
CN113590564B (en) Data storage method, device, electronic equipment and storage medium
CN115617780A (en) Data import method, device, equipment and storage medium
CN111151008B (en) Verification method and device for game operation data, configuration background and medium
CN111026637B (en) Method and device for positioning problem code
CN113961178A (en) SDK interface testing method, system and computer readable storage medium
CN109101515B (en) Rule configuration method, server and computer-readable storage medium
CN109492144B (en) Association relation analysis method, device and storage medium for software system
CN114003484A (en) Log output method, device and equipment for interface test and storage medium
CN114371866A (en) Version reconfiguration test method, device and equipment of service system
CN110780983A (en) Task exception handling method and device, computer equipment and storage medium

Legal Events

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