CN114205276B - Performance test method and device for product management system and electronic equipment - Google Patents
Performance test method and device for product management system and electronic equipment Download PDFInfo
- Publication number
- CN114205276B CN114205276B CN202111511275.8A CN202111511275A CN114205276B CN 114205276 B CN114205276 B CN 114205276B CN 202111511275 A CN202111511275 A CN 202111511275A CN 114205276 B CN114205276 B CN 114205276B
- Authority
- CN
- China
- Prior art keywords
- file
- management system
- identifier
- product management
- character string
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/50—Testing arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/22—Parsing or analysis of headers
-
- Y—GENERAL 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
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02P—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
- Y02P90/00—Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
- Y02P90/30—Computing systems specially adapted for manufacturing
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention discloses a performance test method and device for a product management system and electronic equipment. The method comprises the following steps: receiving a data message, wherein the data message carries a character string for identifying a target file; calculating the length parameter of the character string; carrying out parameterization processing on each character in the character string based on the length parameter to obtain a file identifier; and carrying out performance test on file transmission of the product management system by adopting the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading files and downloading files. The invention solves the technical problems that the parameterized identifier is constructed manually in the test program, the manual workload is increased, and the uniqueness of the parameter cannot be maintained in the related art.
Description
Technical Field
The invention relates to the technical field of system testing, in particular to a performance testing method and device for a product management system and electronic equipment.
Background
In the related art, in order to ensure the performance quality of product release, a plurality of enterprises can adopt performance tests to ensure the quality of products, so that the performance tests and optimization of the IT industry are more and more important to the industry. The purpose of the performance test is to verify whether the software system can reach the performance index and find the performance bottleneck, and in the performance test of the product system of the C/S architecture, sometimes, in order to simulate the authenticity and the data consistency, the automatic generation of dynamic data is required to be realized, the result is the same as the operation of the client program, and the performance test is also required to be completed by other programming means.
Currently, in concurrent performance testing procedures, common version identifiers are often implemented by reading a preset parameterized table. The method is characterized in that a version identifier is required to be generated in a test program and is associated with a parameterized table, a plurality of parameterized files are required to be prepared in the parameterized table, and in order to conveniently construct the parameterized identifier, the parameterized identifier is generally generated by adopting a manual setting rule, so that the workload is increased, the uniqueness of parameters cannot be maintained, the script cannot be used for repeatedly and repeatedly operating the program for a plurality of times, and a corresponding database and a file library are required to be cleaned after each operation.
In view of the above problems, no effective solution has been proposed at present.
Disclosure of Invention
The embodiment of the invention provides a performance test method and device for a product management system and electronic equipment, which at least solve the technical problems that in the related art, parameterized identifiers are constructed manually in a test program, the manual workload is increased, and the uniqueness of parameters cannot be maintained.
According to an aspect of an embodiment of the present invention, there is provided a performance test method for a product management system, applied to a client of the product management system, including: receiving a data message, wherein the data message carries a character string for identifying a target file; calculating the length parameter of the character string; carrying out parameterization processing on each character in the character string based on the length parameter to obtain a file identifier; and carrying out performance test on file transmission of the product management system by adopting the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
Optionally, the step of receiving the data packet includes: receiving a data message transmitted by a server side of the product management system; analyzing the data message to determine a message identification head and message data; and identifying the character string in the message data.
Optionally, the step of identifying the character string in the message data includes: performing character segmentation processing on the message data to obtain segmented character information; deleting the character data in the file format in the character information, and deleting the underline of the separated characters in the character information to obtain the character string.
Optionally, the step of parameterizing each character in the character string to obtain a file identifier based on the length parameter includes: determining the number of characters of the parameters to be added based on the length parameter; determining the cycle number of parameterization based on the number of characters; and adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle number as a reference to obtain the file identifier.
Optionally, after obtaining the file identifier, the performance test method further includes: analyzing a current format of the file identifier; and converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
According to another aspect of the embodiment of the present invention, there is also provided a performance testing method for a product management system, applied to a client of the product management system, including: calling an objective function packaged by a preset programming language to generate a character string of an objective file; carrying out parameterization processing on each character in the character string to obtain a file identifier; and carrying out performance test on file transmission of the product management system by adopting the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
Optionally, the step of calling the target function encapsulated in the preset programming language to generate the character string of the target file includes: acquiring current clock information, a physical address and/or a communication network address of the client; calling an objective function packaged by a preset programming language to generate a plurality of fields based on the current clock information, the physical address of the client and/or the communication network address; and combining the fields based on a preset field format to obtain the character string of the target file.
Optionally, after the target function encapsulated in the preset programming language is called to generate the character string of the target file, the performance test method further comprises: analyzing a current format of the file identifier; and converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
Optionally, the step of parameterizing each character in the character string to obtain a file identifier includes: calculating the length parameter of the character string; determining the cycle number of parameterization treatment by adopting the length parameter; and adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle number as a reference to obtain the file identifier.
Optionally, after obtaining the file identifier, the performance test method further includes: analyzing a current format of the file identifier; and converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
According to another aspect of the embodiment of the present invention, there is also provided a performance test apparatus for a product management system, applied to a client of the product management system, including: the first receiving unit is used for receiving a data message, wherein the data message carries a character string for identifying a target file; a first calculation unit for calculating a length parameter of the character string; the first parameterization unit is used for parameterizing each character in the character string based on the length parameter to obtain a file identifier; the first test unit is used for carrying out the performance test of file transmission on the product management system by adopting the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
Optionally, the first receiving unit includes: the first receiving module is used for receiving the data message transmitted by the server side of the product management system; the first analysis module is used for analyzing the data message and determining a message identification head and message data; the first identification module is used for identifying the character strings in the message data.
Optionally, the first identification module includes: the first segmentation submodule is used for carrying out character segmentation processing on the message data to obtain segmented character information; and the deleting submodule is used for deleting the character data in the file format in the character information and deleting the underline of the separation characters in the character information to obtain the character string.
Optionally, the first parameterization unit includes: the first determining module is used for determining the number of characters of the parameter to be added based on the length parameter; the second determining module is used for determining the cycle times of parameterization processing based on the number of characters; and the first adding module is used for adding a preset parameter identifier to the front position of each character contained in the character string by taking the cycle number as a reference to obtain the file identifier.
Optionally, the performance testing apparatus further includes: a first analysis module, configured to analyze a current format of the file identifier after obtaining the file identifier; the first conversion module is used for converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
According to another aspect of the embodiment of the present invention, there is also provided a performance test apparatus for a product management system, applied to a client of the product management system, including: the generating unit is used for calling a target function packaged by a preset programming language to generate a character string of the target file; the second parameterization unit is used for parameterizing each character in the character string to obtain a file identifier; the second test unit is configured to perform a performance test on file transmission of the product management system by using the file identifier to obtain a performance test result, where the file transmission type at least includes: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
Optionally, the generating unit includes: the first acquisition module is used for acquiring current clock information, the physical address of the client and/or the communication network address; the first generation module is used for calling an objective function packaged by a preset programming language to generate a plurality of fields based on the current clock information, the physical address of the client and/or the communication network address; and the first combination module is used for combining the fields based on a preset field format to obtain the character string of the target file.
Optionally, the performance testing apparatus further includes: the second analysis module is used for analyzing the current format of the file identifier after calling the target function packaged by the preset programming language to generate the character string of the target file; and the second conversion module is used for converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
Optionally, the second parameterization unit includes: the first calculation module is used for calculating the length parameter of the character string; the third determining module is used for determining the cycle number of parameterization processing by adopting the length parameter; and the second adding module is used for adding a preset parameter identifier to the front position of each character contained in the character string by taking the cycle number as a reference to obtain the file identifier.
Optionally, the performance testing apparatus further includes: a third analysis module, configured to analyze a current format of the file identifier after obtaining the file identifier; and the third conversion module is used for converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
According to another aspect of the embodiment of the present invention, there is also provided an electronic device, including: a processor; and a memory for storing executable instructions of the processor; wherein the processor is configured to perform the performance testing method for a product management system of any one of the above via execution of the executable instructions.
According to another aspect of the embodiment of the present invention, there is further provided a computer readable storage medium, where the computer readable storage medium includes a stored computer program, where when the computer program runs, the device where the computer readable storage medium is controlled to execute the performance test method for a product management system according to any one of the foregoing methods.
In the embodiment of the invention, a data message is received firstly, wherein the data message carries a character string for identifying a target file, then the length parameter of the character string is calculated, each character in the character string is parameterized based on the length parameter to obtain a file identifier, the file identifier is adopted to perform the performance test of file transmission on a product management system to obtain a performance test result, and the types of file transmission at least comprise: uploading a file, wherein the uploading file is used for indicating to upload a file message containing a file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side. In the embodiment, each character in the character string can be automatically parameterized (namely, dynamic parameterization of the identifier is realized) to obtain the file identifier, the parameterized identifier is not required to be constructed manually, the workload of a tester is greatly reduced, the automation program of the test is improved, and the uniqueness of the parameter can be maintained, so that the technical problems that the parameterized identifier is constructed manually in the test program, the manual workload is increased and the uniqueness of the parameter cannot be maintained in the related technology are solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiments of the invention and together with the description serve to explain the invention and do not constitute a limitation on the invention. In the drawings:
FIG. 1 is a flow chart of an alternative performance testing method for a product management system according to an embodiment of the invention;
FIG. 2 is a flow chart of another alternative performance testing method for a product management system according to an embodiment of the invention;
FIG. 3 is a schematic diagram of an alternative performance testing apparatus for a product management system according to an embodiment of the invention;
FIG. 4 is a schematic diagram of another alternative performance testing apparatus for a product management system according to an embodiment of the invention.
Detailed Description
In order that those skilled in the art will better understand the present invention, a technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in which it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present invention and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
To facilitate an understanding of the invention by those skilled in the art, some terms or nouns relating to various embodiments of the invention are explained below:
product lifecycle management (Product Lifecycle Management, PLM for short) is a series of application solutions for creating, managing, distributing and applying information supporting a full lifecycle of a product, which can integrate human resources, processes, application systems and information related to the product, applied inside an enterprise at a single site, dispersed inside enterprises at a plurality of sites, and between enterprises having a cooperative relationship in the field of product development.
A globally unique identifier (Globally Unique Identifier, GUID for short) is a binary 128-bit long digital identifier generated by an algorithm. GUID is mainly used in a network or system having a plurality of nodes and a plurality of computers. Objects such as registry keys, classes, interface identifications, databases, system directories, etc. are identified by a globally unique identifier.
In accordance with an embodiment of the present invention, there is provided an embodiment of a performance testing method for a product management system, it being noted that the steps shown in the flowchart of the figures may be performed in a computer system, such as a set of computer executable instructions, and that, although a logical sequence is shown in the flowchart, in some cases, the steps shown or described may be performed in a different order than what is shown or described herein.
The invention can be applied to various product management systems, such as PLM systems, ERP systems (enterprise resource planning systems, systems for managing daily business activities of enterprises), MES systems (manufacturing execution systems, including whole set of software solution combinations), and the like.
The invention can generate the preset identifier at proper time according to the internal requirement of the product management system, and convert the preset identifier into a required format (such as hexadecimal format conversion) according to the format requirement, so as to ensure that the concurrent performance test (file downloading or uploading performance test and also can indicate the file ex-warehouse and warehousing performance test) executed by the embodiments of the invention is in line with the actual situation, and the performance test can be smoothly carried out.
When the performance test of the system is carried out, each character in the character string can be automatically parameterized to obtain a preset identifier, the dynamic parameterization of the identifier is realized, the identifier is split in a data packet, and a specified format such as hexadecimal format is converted. The present invention will be described in detail with reference to the following examples.
Example 1
The embodiment of the invention provides a performance test method for a product management system, which is applied to a client of the product management system.
FIG. 1 is a flow chart of an alternative performance testing method for a product management system, as shown in FIG. 1, according to an embodiment of the invention, the method comprising the steps of:
step S102, receiving a data message, wherein the data message carries a character string for identifying a target file;
Step S104, calculating the length parameter of the character string;
step S106, carrying out parameterization processing on each character in the character string based on the length parameter to obtain a file identifier;
step S108, performing a performance test of file transmission on the product management system by using the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing a file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side.
Through the steps, the data message can be received, wherein the data message carries the character string for identifying the target file; calculating the length parameter of the character string; carrying out parameterization processing on each character in the character string based on the length parameter to obtain a file identifier; and carrying out performance test on file transmission of the product management system by adopting the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing a file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side. In the embodiment, each character in the character string can be automatically parameterized (namely, dynamic parameterization of the identifier is realized) to obtain the file identifier, the parameterized identifier is not required to be constructed manually, the workload of a tester is greatly reduced, the automation program of the test is improved, and the uniqueness of the parameter can be maintained, so that the technical problems that the parameterized identifier is constructed manually in the test program, the manual workload is increased and the uniqueness of the parameter cannot be maintained in the related technology are solved.
In a product management system of a C/S architecture, in order to ensure that file names or key attributes in the system do not overlap (for example, for attribute IDs), preset identifiers (in this embodiment, a globally unique identifier GUID is used for schematic description) are often adopted, and after the preset identifiers are generated in real time, the preset identifiers are adopted by subsequent association operations and attributes. When tested with a concurrent performance tool, files may be embodied in different forms in the workflow program and data packets, and the data packets may be in different formats (e.g., hexadecimal). Because the expression modes of the data package and the file package are different, how to dynamically generate the data package and the file package are ensured to be consistent in the operation flow program and the data package, and the method is a difficulty in the concurrent performance testing tool.
Such as: when a File ex-warehouse performance test is performed in the PLM system, a server transmits a data message File_Name to a client; using the file identifier GUID name,
such as: file_834db8a5-0cbb-4fb7-8bd 1-4164da1c689. Dat. The GUID format is:
xxxxxxxx-xxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxx, wherein each x is a hexadecimal number in the range 0-9 or a-f.
During the subsequent File download (ex-warehouse), the client will re-transmit this file_name to the server to complete the ex-warehouse process on the newly generated. Dat. As can be seen from the recorded script, when the file_Name (automatic generation) is sent in the data packet sending message, x00 (preset parameter identification, which must be added in the prior art by manual operation) is added at each position in front of the GUID string, when we dynamically acquire the file_Name through association, the rule of the data packet is also followed, and after the preset parameter identification is added at each position in front of the acquired file_Name, the file_Name is sent to the server.
In the process of uploading (warehousing) the file, the client can randomly generate, and the GUID is adopted for naming as follows: the dat file of file_834db8a5-0cbb-4fb7-8bd 1-4164da1c689. Dat. The client will pass this complete dat file name to the server for completion of the warehousing process on the newly generated dat. As can be seen from the recorded script, the preset parameter identifier \x00 is added to each position before the string is transmitted in the packet transmission message. In the PLM system of the example, how to transmit the GUID string to the client side by the server during warehouse-out and warehouse-in performance test is solved, after the preset parameter identification is automatically added, the GUID naming string is automatically and randomly generated by the server and the client side is simulated, and after the preset parameter identification is automatically added, the GUID naming string is sent to the server.
The invention mainly provides a C/S architecture, in a product management system, aiming at how to keep the relevant information in an operation flow program consistent with the relevant information in a data packet when a file identifier is adopted in the system, and the information is expressed in the form of respective requirements.
The present invention will be described in detail with reference to the embodiments described above.
Step S102, a data message is received, wherein the data message carries a character string for identifying the target file.
In this embodiment, the downloading process of the File is described first, the performance test is performed on the downloading (ex-warehouse) process of the File, and it can be seen from the recorded script that when the file_name (i.e. the character string of the data packet identification target File in this embodiment) is sent in the data packet, a preset parameter identification needs to be added at each character position in front of the identifier GUID in the file_name (in this embodiment, the description is schematically given by \x00).
Optionally, the step of receiving the data packet includes: receiving a data message transmitted by a server side of a product management system; analyzing the data message to determine a message identification head and message data; character strings in the message data are identified.
In this embodiment, the file_name may be dynamically obtained in the returned data packet, where the file_name is named by using a string.
Alternatively, the step of identifying the character string in the message data includes: character segmentation processing is carried out on the message data to obtain segmented character information; deleting character data in the file format in the character information, and deleting underlines separating characters in the character information to obtain a character string.
For example, in the C/S architecture, file_name parsed by the client of the product management system is named by GUID, such as: file_834db8a5-0cbb-4fb7-8bd 1-4164da1c689. Dat. After the message data is divided, character information containing 32 characters, an underline and character data of a mark file format can be obtained, but because the divided character information contains the underline and the character data of the mark file format, dat needs to be deleted, namely ' file ', ' _and ' dat ', and a character string of 32 bits is obtained, namely ' 834db8a50cbb4fb78bd14164da11c689 '.
Step S104, calculating the length parameter of the character string.
And confirming the number of times of circularly adding the preset parameter identification by calculating the length parameter of the character string, and determining the content of the character string array.
Step S106, carrying out parameterization processing on each character in the character string based on the length parameter to obtain a file identifier.
Optionally, the step of parameterizing each character in the character string based on the length parameter to obtain the file identifier includes: determining the number of characters of the parameter to be added based on the length parameter; determining the cycle number of parameterization based on the number of characters; and adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle number as a reference to obtain a file identifier.
The preset parameter identifier indicated in this embodiment is: \x00. The preset parameter identification is required to be added at the front position of each character, and the automatic parameter identification addition is carried out to complete the parameterization. For example, x00 is added at each position in front of File_Name.
As can be seen from the recorded script, when the file_Name is sent in the data packet sending message, x00 is added to each position in front of the file_Name, when the file_Name is dynamically acquired through association, the data packet sending rule is also followed, and after x00 is added to each position in front of the acquired file_Name, the data packet is sent to the server.
In this embodiment, after obtaining the file identifier, the performance test method further includes: analyzing the current format of the file identifier; and in the case that the current format does not meet the format requirement, converting the current format of the file identifier into a predetermined format.
The predetermined format indicated in this embodiment includes, but is not limited to: hexadecimal system. The parameterization of the identifier generated by the server includes dynamic parameterization, splitting the identifier in the data packet, and converting the defined format such as hexadecimal format.
Step S108, performing a performance test of file transmission on the product management system by using the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; downloading a file, wherein the downloading file is used for indicating to download the file containing the file identifier from a server side of a product management system to a local client side; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
During the File download process, the client will re-transmit the file_name to the server to complete the delivery process on the newly generated date.
An embodiment of the present invention will be described with reference to a specific embodiment.
The server generates GUID parameterization, including dynamic parameterization, and splits GUID in data packet, and converts the specified format such as hexadecimal format.
The processing scheme and the processing flow are as follows:
1) Firstly, acquiring a return character string File_Name;
2) Calculating the string length;
3) Adding \x00 by programming;
4) Preserving parameters;
5) Transmitting the data to a server;
for the third step 3), by programming the addition \x00, it is possible to cycle through the definition of string arrays, adding \x00 at the front position of each character.
FIG. 2 is a flow chart of another alternative performance testing method for a product management system, applied to a client of the product management system, according to an embodiment of the invention, as shown in FIG. 2, the performance testing method comprising:
step S201, calling a target function packaged by a preset programming language to generate a character string of a target file;
step S203, carrying out parameterization processing on each character in the character string to obtain a file identifier;
step S205, adopting a file identifier to perform a performance test of file transmission on the product management system to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; downloading a file, wherein the downloading file is used for indicating to download the file containing the file identifier from a server side of a product management system to a local client side; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
Through the steps, a target function packaged by a preset programming language is called to generate a character string of a target file, each character in the character string is parameterized to obtain a file identifier, a file identifier is adopted to perform a performance test of file transmission on a product management system, and a performance test result is obtained, wherein the types of the file transmission at least comprise: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side. In the embodiment, each character in the character string can be automatically parameterized (namely, dynamic parameterization of the identifier is realized) to obtain the file identifier, the parameterized identifier is not required to be constructed manually, the workload of a tester is greatly reduced, the automation program of the test is improved, and the uniqueness of the parameter can be maintained, so that the technical problems that the parameterized identifier is constructed manually in the test program, the manual workload is increased and the uniqueness of the parameter cannot be maintained in the related technology are solved.
In this embodiment, for the case of performing a file upload (warehouse entry) performance test in the product management system in the C/S architecture, the client may randomly generate a string of the target file. The client generates the parameterization of the GUID of the preset character string, including dynamic parameterization, and splits the GUID in the data packet, and converts the specified format such as hexadecimal format.
Named as GUID: the dat file of file_834db8a5-0cbb-4fb7-8bd 1-4164da1c689. Dat. The client will pass this complete dat file name to the server for completion of the upload process on the newly generated dat. As can be seen from the recorded script, when the string is transmitted in the packet, the preset parameter identifier \x00 is added in each position, so that the process is simulated, the GUID string is dynamically generated first, and then the string is transmitted to the server after the preset parameter identifier is added.
Embodiments of the present invention will be described in detail below in conjunction with the foregoing steps.
Step S201, calling a target function packaged by a preset programming language to generate a character string of a target file.
Optionally, the step of calling the target function encapsulated in the preset programming language to generate the character string of the target file includes: acquiring current clock information, a physical address of a client and/or a communication network address; calling an objective function packaged by a preset programming language to generate a plurality of fields based on current clock information, a physical address of a client and/or a communication network address; and combining a plurality of fields based on a preset field format to obtain the character string of the target file.
In this embodiment, a string-GUID string of a file is generated by presetting an objective function encapsulated in a programming language, and when the string is generated, the string may be divided into a plurality of fields in a data table, and a field random number is generated into the string; the fields may be generated using clock information (the current original clock point), the physical address of the client (e.g., MAC address), and/or the communication network address (e.g., communication IP address) to ensure that the data does not repeat.
Optionally, the above-mentioned preset programming languages include, but are not limited to: the C language, python language, JAVA language, preferably C language. The target function packaged by the preset programming language can be a custom function which is programmed and set in advance, and is programmed and set by a developer or a tester.
Optionally, after the target function encapsulated in the preset programming language is called to generate the character string of the target file, the performance test method further comprises: analyzing the current format of the file identifier; and in the case that the current format does not meet the format requirement, converting the current format of the file identifier into a predetermined format.
Conversion to a recognizable parameter (which is originally a variable, the variable is saved as a recognizable parameter), for example, conversion to a 32-bit character, addition of a preset parameter identification \x00 to a position in front of each character, or conversion to 16-ary.
Step S203, parameterizing each character in the character string to obtain a file identifier.
Optionally, the step of parameterizing each character in the character string to obtain the file identifier includes: calculating the length parameter of the character string; determining the cycle times of parameterization by adopting length parameters; and adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle number as a reference to obtain a file identifier.
Optionally, after obtaining the file identifier, the performance test method further includes: analyzing the current format of the file identifier; and in the case that the current format does not meet the format requirement, converting the current format of the file identifier into a predetermined format.
Step S205, adopting a file identifier to perform a performance test of file transmission on the product management system to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing a file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side.
In this embodiment, in the file warehousing test process, the client may randomly generate the character string of the target file, and the GUID naming is as follows: the dat file of file_834db8a5-0cbb-4fb7-8bd 1-4164da1c689. Dat. The client will pass this complete dat file name to the server for completion of the warehousing process on the newly generated dat. As can be seen from the recorded script, the preset parameter identifier is added to each position before the string is transmitted in the packet transmission message. In the PLM system of the example, how to transmit the GUID string to the client side by the server during warehouse-out and warehouse-in performance test is solved, after the preset parameter identification is automatically added, the GUID naming string is automatically and randomly generated by the server and the client side is simulated, and after the preset parameter identification is automatically added, the GUID naming string is sent to the server.
An embodiment of the present invention will be described with reference to a specific embodiment.
For client-generated GUID parameterization, including dynamic parameterization, and splitting GUIDs in packets, converting a defined format, such as hexadecimal format
The processing scheme and the processing flow are as follows:
1) Generating a GUID string by calling a custom function encapsulated in a C language (dividing the custom function into a plurality of fields in an excel table, and generating a character string by using a field random number; the principle of ensuring that data is not repeated, an original clock+IP+MAC address);
2) Converting into identifiable parameters (which are originally a variable, storing the variable as an identifiable parameter), converting into 32-bit characters, adding \x00 to each character, or converting into 16-ary;
3) After adding \x00 at each position in front of the string;
4) And sending the data to a server.
Through the above embodiment, when the product management system of the C/S architecture adopts the unique GUID to identify the file and the attribute, and the data information is associated and transferred between the process execution program and the data packet, the invention can timely generate the identifier (realize the dynamic parameterization processing of the identifier) according to the internal requirement of the PLM system and convert the identifier into the required format according to the format requirement, such as: the test is converted into hexadecimal system, and the like, so that the concurrent performance test is ensured to be in line with the actual situation, and the performance test can be smoothly carried out.
The invention is described below in connection with alternative embodiments.
Example two
The present embodiment provides a performance testing apparatus for a product management system, which is applied to a client of the product management system, where each implementation unit included in the performance testing apparatus corresponds to each implementation step in the first embodiment.
FIG. 3 is a schematic diagram of an alternative performance testing apparatus for a product management system, for application to a client of the product management system, according to an embodiment of the invention, as shown in FIG. 3, the performance testing apparatus comprising: a first receiving unit 31, a first calculating unit 33, a first parameterizing unit 35, a first testing unit 37, wherein,
A first receiving unit 31, configured to receive a data packet, where the data packet carries a string for identifying a target file;
a first calculation unit 33 for calculating a length parameter of the character string;
a first parameterization unit 35, configured to perform parameterization processing on each character in the character string based on the length parameter, to obtain a file identifier;
a first test unit 37, configured to perform a performance test on file transmission of the product management system by using the file identifier, to obtain a performance test result, where a type of the file transmission at least includes: uploading a file, wherein the uploading file is used for indicating to upload a file message containing a file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side.
The performance testing device for a product management system can receive a data message through the first receiving unit 31, wherein the data message carries a character string for identifying a target file; calculating a length parameter of the character string by the first calculating unit 33; parameterizing each character in the character string based on the length parameter by a first parameterizing unit 35 to obtain a file identifier; the first test unit 37 performs a performance test of file transmission on the product management system by using the file identifier to obtain a performance test result, wherein the file transmission type at least includes: uploading a file, wherein the uploading file is used for indicating to upload a file message containing a file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side. In the embodiment, each character in the character string can be automatically parameterized (namely, dynamic parameterization of the identifier is realized) to obtain the file identifier, the parameterized identifier is not required to be constructed manually, the workload of a tester is greatly reduced, the automation program of the test is improved, and the uniqueness of the parameter can be maintained, so that the technical problems that the parameterized identifier is constructed manually in the test program, the manual workload is increased and the uniqueness of the parameter cannot be maintained in the related technology are solved.
Optionally, the first receiving unit includes: the first receiving module is used for receiving the data message transmitted by the server side of the product management system; the first analysis module is used for analyzing the data message and determining a message identification head and message data; the first identification module is used for identifying the character strings in the message data.
Optionally, the first identification module includes: the first segmentation submodule is used for carrying out character segmentation processing on the message data to obtain segmented character information; and the deleting submodule is used for deleting the character data in the file format in the character information and deleting the underline of the separation characters in the character information to obtain the character string.
Optionally, the first parameterization unit comprises: the first determining module is used for determining the number of characters to be added with parameters based on the length parameters; the second determining module is used for determining the cycle times of parameterization processing based on the number of characters; and the first adding module is used for adding a preset parameter identifier to the front position of each character contained in the character string by taking the cycle number as a reference to obtain a file identifier.
Optionally, the performance test apparatus further includes: the first analysis module is used for analyzing the current format of the file identifier after the file identifier is obtained; the first conversion module is used for converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
FIG. 4 is a schematic diagram of another alternative performance testing apparatus for a product management system, for application to a client of the product management system, in accordance with an embodiment of the invention, as shown in FIG. 4, which may include: a generation unit 41, a second parameterization unit 43, a second test unit 45, wherein,
a generating unit 41, configured to call an objective function encapsulated in a preset programming language to generate a character string of an objective file;
a second parameterization unit 43, configured to parameterize each character in the character string to obtain a file identifier;
the second testing unit 45 is configured to perform a performance test on file transmission of the product management system by using the file identifier to obtain a performance test result, where the file transmission type at least includes: uploading a file, wherein the uploading file is used for indicating to upload a file message containing a file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side.
The above performance test device for a product management system, which invokes an objective function encapsulated in a preset programming language through a generating unit 41 to generate a character string of a target file, performs parameterization processing on each character in the character string through a second parameterization unit 43 to obtain a file identifier, and performs a performance test on the product management system by using the file identifier through a second test unit 45 to obtain a performance test result, where the type of the file transmission at least includes: uploading a file, wherein the uploading file is used for indicating to upload a file message containing a file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side. In the embodiment, each character in the character string can be automatically parameterized (namely, dynamic parameterization of the identifier is realized) to obtain the file identifier, the parameterized identifier is not required to be constructed manually, the workload of a tester is greatly reduced, the automation program of the test is improved, and the uniqueness of the parameter can be maintained, so that the technical problems that the parameterized identifier is constructed manually in the test program, the manual workload is increased and the uniqueness of the parameter cannot be maintained in the related technology are solved.
Optionally, the generating unit includes: the first acquisition module is used for acquiring current clock information, the physical address of the client and/or the communication network address; the first generation module is used for calling an objective function packaged by a preset programming language to generate a plurality of fields based on current clock information, a physical address of a client and/or a communication network address; and the first combination module is used for combining the fields based on a preset field format to obtain the character string of the target file.
Optionally, the performance test apparatus further includes: the second analysis module is used for analyzing the current format of the file identifier after calling the target function packaged by the preset programming language to generate the character string of the target file; and the second conversion module is used for converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
Optionally, the second parameterization unit comprises: the first calculation module is used for calculating the length parameters of the character strings; the third determining module is used for determining the cycle times of parameterization processing by adopting the length parameters; and the second adding module is used for adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle number as a reference to obtain a file identifier.
Optionally, the performance test apparatus further includes: a third analysis module, configured to analyze a current format of the file identifier after obtaining the file identifier; and the third conversion module is used for converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
The performance test apparatus may further include a processor and a memory, wherein the first receiving unit 31, the first calculating unit 33, the first parameterizing unit 35, the first testing unit 37, the generating unit 41, the second parameterizing unit 43, the second testing unit 45, and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to implement the corresponding functions.
The processor includes a kernel, and the kernel fetches a corresponding program unit from the memory. The kernel can be provided with one or more than one, and the kernel parameters are adjusted to adopt the file identifiers to perform the performance test of file transmission on the product management system, so that the performance test result is obtained.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM), which includes at least one memory chip.
According to another aspect of the embodiment of the present invention, there is also provided an electronic device, including: a processor; and a memory for storing executable instructions of the processor; wherein the processor is configured to perform the performance testing method for the product management system of any of the above via execution of the executable instructions.
According to another aspect of the embodiments of the present invention, there is also provided a computer readable storage medium, including a stored computer program, where the computer program when executed controls a device in which the computer readable storage medium is located to perform the performance test method for a product management system according to any one of the above.
The present application also provides a computer program product adapted to perform, when executed on a data processing device, a program initialized with the method steps of: receiving a data message, wherein the data message carries a character string for identifying a target file; calculating the length parameter of the character string; carrying out parameterization processing on each character in the character string based on the length parameter to obtain a file identifier; and carrying out performance test on file transmission of the product management system by adopting the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing a file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to the local client side.
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.
In the foregoing embodiments of the present invention, the descriptions of the embodiments are emphasized, and for a portion of this disclosure that is not described in detail in this embodiment, reference is made to the related descriptions of other embodiments.
In the several embodiments provided in the present application, it should be understood that the disclosed technology content may be implemented in other manners. The above-described embodiments of the apparatus are merely exemplary, and the division of the units, for example, may be a logic function division, and may be implemented in another manner, for example, a plurality of units or components may be combined or may be 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 through some interfaces, units or modules, or may be in electrical or other forms.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of 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 integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied essentially or in part or all of the technical solution or in part in the form of a software product stored in a storage medium, including instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The foregoing is merely a preferred embodiment of the present invention and it should be noted that modifications and adaptations to those skilled in the art may be made without departing from the principles of the present invention, which are intended to be comprehended within the scope of the present invention.
Claims (13)
1. A performance testing method for a product management system, applied to a client of the product management system, comprising:
receiving a data message, wherein the data message carries a character string for identifying a target file;
calculating the length parameter of the character string;
determining the number of characters of the parameters to be added based on the length parameter; determining the cycle number of parameterization based on the number of characters; adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle times as a reference to obtain a file identifier;
and carrying out performance test on file transmission of the product management system by adopting the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
2. The performance testing method according to claim 1, wherein the step of receiving the data message comprises:
receiving a data message transmitted by a server side of the product management system;
analyzing the data message to determine a message identification head and message data;
and identifying the character string in the message data.
3. The performance testing method according to claim 2, wherein the step of identifying the character string in the message data includes:
performing character segmentation processing on the message data to obtain segmented character information;
deleting the character data in the file format in the character information, and deleting the underline of the separated characters in the character information to obtain the character string.
4. The performance testing method of claim 1, wherein after obtaining the file identifier, the performance testing method further comprises:
analyzing a current format of the file identifier;
and converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
5. A performance testing method for a product management system, applied to a client of the product management system, comprising:
Calling an objective function packaged by a preset programming language to generate a character string of an objective file;
determining the number of characters of the parameter to be added based on the length parameter; determining the cycle number of parameterization based on the number of characters; adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle number as a reference to obtain the file identifier;
and carrying out performance test on file transmission of the product management system by adopting the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
6. The performance testing method according to claim 5, wherein the step of calling the target function of the preset programming language package to generate the character string of the target file comprises:
acquiring current clock information, a physical address and/or a communication network address of the client;
Calling an objective function packaged by a preset programming language to generate a plurality of fields based on the current clock information, the physical address of the client and/or the communication network address;
and combining the fields based on a preset field format to obtain the character string of the target file.
7. The performance testing method according to claim 5, wherein after the character string of the target file is generated by calling the target function of the preset programming language package, the performance testing method further comprises:
analyzing a current format of the file identifier;
and converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
8. The performance testing method according to claim 5, wherein the step of parameterizing each character in the character string to obtain a file identifier includes:
calculating the length parameter of the character string;
determining the cycle number of parameterization treatment by adopting the length parameter;
and adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle number as a reference to obtain the file identifier.
9. The performance testing method of claim 5, wherein after obtaining the file identifier, the performance testing method further comprises:
analyzing a current format of the file identifier;
and converting the current format of the file identifier into a preset format under the condition that the current format does not meet the format requirement.
10. A performance testing apparatus for a product management system, applied to a client of the product management system, comprising:
the first receiving unit is used for receiving a data message, wherein the data message carries a character string for identifying a target file;
a first calculation unit for calculating a length parameter of the character string;
a first parameterization unit for determining the number of characters to be added with parameters based on the length parameters; determining the cycle number of parameterization based on the number of characters; adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle number as a reference to obtain the file identifier;
the first test unit is used for carrying out the performance test of file transmission on the product management system by adopting the file identifier to obtain a performance test result, wherein the file transmission type at least comprises: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
11. A performance testing apparatus for a product management system, applied to a client of the product management system, comprising:
the generating unit is used for calling a target function packaged by a preset programming language to generate a character string of the target file;
the second parameterization unit is used for determining the number of characters to be added with parameters based on the length parameters; determining the cycle number of parameterization based on the number of characters; adding a preset parameter identifier at the front position of each character contained in the character string by taking the cycle number as a reference to obtain the file identifier;
the second test unit is configured to perform a performance test on file transmission of the product management system by using the file identifier to obtain a performance test result, where the file transmission type at least includes: uploading a file, wherein the uploading file is used for indicating to upload a file message containing the file identifier to a server side of a product management system; and downloading a file, wherein the downloaded file is used for indicating that the file containing the file identifier is downloaded from a server side of the product management system to a local client side.
12. An electronic device, comprising:
A processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the performance testing method for a product management system of any one of claims 1 to 9 via execution of the executable instructions.
13. A computer readable storage medium, characterized in that the computer readable storage medium comprises a stored computer program, wherein the computer program, when run, controls a device in which the computer readable storage medium is located to perform the performance test method for a product management system according to any one of claims 1 to 9.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111511275.8A CN114205276B (en) | 2021-12-01 | 2021-12-01 | Performance test method and device for product management system and electronic equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111511275.8A CN114205276B (en) | 2021-12-01 | 2021-12-01 | Performance test method and device for product management system and electronic equipment |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114205276A CN114205276A (en) | 2022-03-18 |
CN114205276B true CN114205276B (en) | 2023-07-14 |
Family
ID=80652510
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111511275.8A Active CN114205276B (en) | 2021-12-01 | 2021-12-01 | Performance test method and device for product management system and electronic equipment |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114205276B (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2017187207A1 (en) * | 2016-04-29 | 2017-11-02 | Privitar Limited | Computer-implemented privacy engineering system and method |
CN109348304A (en) * | 2018-09-30 | 2019-02-15 | 武汉斗鱼网络科技有限公司 | A kind of method of calibration, device and the terminal of barrage data |
CN112306841A (en) * | 2019-07-26 | 2021-02-02 | 比亚迪股份有限公司 | Automatic testing method, device and equipment for track service |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110047540A1 (en) * | 2009-08-24 | 2011-02-24 | Embarcadero Technologies Inc. | System and Methodology for Automating Delivery, Licensing, and Availability of Software Products |
US8918447B2 (en) * | 2010-12-10 | 2014-12-23 | Sap Se | Methods, apparatus, systems and computer readable mediums for use in sharing information between entities |
US20140143261A1 (en) * | 2012-11-21 | 2014-05-22 | International Business Machines Corporation | Automated semantic enrichment of data |
US9767011B2 (en) * | 2015-12-01 | 2017-09-19 | International Business Machines Corporation | Globalization testing management using a set of globalization testing operations |
CN106255141A (en) * | 2016-08-03 | 2016-12-21 | 珠海市魅族科技有限公司 | A kind of method of testing and test device |
EP3511820A1 (en) * | 2018-01-15 | 2019-07-17 | Siemens Aktiengesellschaft | Cloud based artifact lifecycle management system and method thereof |
CN108804336A (en) * | 2018-06-15 | 2018-11-13 | 深圳壹账通智能科技有限公司 | Interactive system test method, device, computer equipment and storage medium |
CN112953983A (en) * | 2019-12-10 | 2021-06-11 | 中盈优创资讯科技有限公司 | SFTP transmission method and device |
CN113132489A (en) * | 2021-04-22 | 2021-07-16 | 中国工商银行股份有限公司 | Method, device, computing equipment and medium for downloading file |
-
2021
- 2021-12-01 CN CN202111511275.8A patent/CN114205276B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2017187207A1 (en) * | 2016-04-29 | 2017-11-02 | Privitar Limited | Computer-implemented privacy engineering system and method |
CN109348304A (en) * | 2018-09-30 | 2019-02-15 | 武汉斗鱼网络科技有限公司 | A kind of method of calibration, device and the terminal of barrage data |
CN112306841A (en) * | 2019-07-26 | 2021-02-02 | 比亚迪股份有限公司 | Automatic testing method, device and equipment for track service |
Non-Patent Citations (2)
Title |
---|
一种高重用性的IEC 61850服务器一致性自动测试系统的设计与实现;姬希娜;徐云松;周水斌;张保善;浮明军;刘洋;王梦琦;;南方电网技术(第08期);全文 * |
基于动态搜索的Android应用程序自动化测试方法研究;李振南;《中国优秀硕士学位论文全文数据库信息科技辑》;全文 * |
Also Published As
Publication number | Publication date |
---|---|
CN114205276A (en) | 2022-03-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107908541B (en) | Interface testing method and device, computer equipment and storage medium | |
CN110287109B (en) | Protocol interface testing method and device, computer equipment and storage medium thereof | |
US10204035B1 (en) | Systems, methods and devices for AI-driven automatic test generation | |
CN109582588B (en) | Test case generation method and device and electronic equipment | |
CN103312551B (en) | The method of testing of CGI(Common gateway interface) and testing apparatus | |
CN108628748B (en) | Automatic test management method and automatic test management system | |
CN106484611B (en) | Fuzzy test method and device based on automatic protocol adaptation | |
CN111694749A (en) | Automatic interface testing method and device, computer equipment and readable storage medium | |
JP2003091432A (en) | Software evaluation system and software evaluation tool | |
CN108459850B (en) | Method, device and system for generating test script | |
CN112363953B (en) | Interface test case generation method and system based on crawler technology and rule engine | |
CN112306881A (en) | Simulation data generation method, device, equipment and storage medium | |
CN114500690A (en) | Interface data processing method and device, electronic equipment and storage medium | |
CN114465937A (en) | Network card testing method, device, server, medium, and computer program product | |
CN112615759A (en) | Full link voltage measurement assembly, full link voltage measurement method and device | |
CN112187713B (en) | Message conversion method, device, computer equipment and storage medium | |
CN110278272B (en) | Universal method for simulating Socket request | |
CN111752820B (en) | gRPC interface pressure test method, computer equipment and storage medium | |
CN114896161A (en) | File construction method and device based on artificial intelligence, computer equipment and medium | |
CN117370203B (en) | Automatic test method, system, electronic equipment and storage medium | |
CN112379965B (en) | Sandbox file mapping system, client device, mapping end device, sandbox file mapping method and electronic equipment | |
CN116700778B (en) | Interface difference analysis method, device, storage medium and apparatus | |
CN110768860B (en) | Test method, test device and electronic equipment | |
CN114205276B (en) | Performance test method and device for product management system and electronic equipment | |
CN112346981A (en) | Joint debugging test coverage rate detection method and system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |