CN111813679B - Method and device for executing test case based on python, electronic equipment and storage medium - Google Patents

Method and device for executing test case based on python, electronic equipment and storage medium Download PDF

Info

Publication number
CN111813679B
CN111813679B CN202010663433.0A CN202010663433A CN111813679B CN 111813679 B CN111813679 B CN 111813679B CN 202010663433 A CN202010663433 A CN 202010663433A CN 111813679 B CN111813679 B CN 111813679B
Authority
CN
China
Prior art keywords
test case
python
test
test cases
executing
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
CN202010663433.0A
Other languages
Chinese (zh)
Other versions
CN111813679A (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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202010663433.0A priority Critical patent/CN111813679B/en
Publication of CN111813679A publication Critical patent/CN111813679A/en
Application granted granted Critical
Publication of CN111813679B publication Critical patent/CN111813679B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Tests Of Electronic Circuits (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The embodiment of the application provides a method, a device, electronic equipment and a storage medium for executing a test case based on python. The method for executing the test case by using the python is characterized by comprising the following steps of: obtaining a plurality of pre-configured test cases, wherein each test case comprises the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal; using a python module and reading the plurality of test cases according to a preset sequence; and each test case read in a row, and outputting response result information of each test case. The utility model can improve efficiency and reduce cost.

Description

Method and device for executing test case based on python, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer networks, and in particular, to a method, an apparatus, an electronic device, and a storage medium for executing a test case based on python.
Background
In the number portability project, it is necessary to synchronize the portability user records from the LSMS system to the integrated settlement and billing side for use by the integrated settlement and billing side. As the same data is pushed to two or more different clients for use; if data synchronization is performed with one end of the data synchronization, the request message is arranged once and test operation is executed, and the client may have slow or abnormal receiving processing, even needs continuous operation in daytime and evening, and time and labor are wasted.
In view of the above problems, no effective technical solution is currently available.
Disclosure of Invention
The embodiment of the application aims to provide a method, a device, electronic equipment and a storage medium for executing test cases based on python, which can improve efficiency and reduce cost.
In a first aspect, an embodiment of the present application provides a method for executing a test case based on python, including the steps of:
obtaining a plurality of pre-configured test cases, wherein each test case comprises the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal;
using a python module and reading the plurality of test cases according to a preset sequence;
executing each read test case, and outputting response result information of each test case.
Optionally, in the method for executing test cases based on python according to the embodiment of the present application, after the step of outputting the response result information of each test case, the method further includes:
acquiring a pre-trained review model;
and inputting the response result information of each test case into the rechecking model to recheck, thereby obtaining a rechecking result.
Optionally, in the method for executing test cases based on python according to the embodiment of the present application, the step of using a python module to read the at least one test case in a preset order includes:
sequencing the plurality of test cases according to the data volume of the record information corresponding to each test case to obtain a test case sequence;
and sequentially performing a reading operation on the test cases in the test case sequence by using a python module, wherein the test cases with smaller data quantity are preferentially read.
Optionally, in the method for executing test cases based on python according to the embodiment of the present application, the step of using a python module to read the at least one test case in a preset order includes:
sequencing the plurality of test cases according to the network transfer application time corresponding to each test case to obtain a test case sequence;
and sequentially performing reading operation on the test cases in the test case sequence by using a python module, wherein the test cases with earlier application time are preferentially read.
Optionally, in the method for executing test cases based on python according to the embodiment of the present application, the step of executing each read test case and outputting response result information of each test case includes:
a timing service crontab model is adopted to control the python module to execute each read test case, wherein the test cases are in a sequence of reading first and executing first;
and filling response result information of each test case into a response output parameter sequence for output.
In a second aspect, an embodiment of the present application further provides an apparatus for executing a test case based on python, including:
the first acquisition module is used for acquiring a plurality of pre-configured test cases, and each test case comprises the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal;
the reading module is used for reading the plurality of test cases according to a preset sequence by using the python module;
and the execution module is used for executing each read test case and outputting response result information of each test case.
Optionally, in the python-based device for executing a test case according to an embodiment of the present application, the device further includes:
the second acquisition module is used for acquiring a pre-trained review model;
and the rechecking module is used for inputting the response result information of each test case into the rechecking model to recheck, so as to obtain a rechecking result.
Optionally, in the python-based device for executing a test case according to an embodiment of the present application, the reading module includes:
the sequencing unit is used for sequencing the plurality of test cases according to the data volume of the record information corresponding to each test case to obtain a test case sequence;
and the reading unit is used for sequentially carrying out reading operation on the test cases in the test case sequence by using the python module, wherein the test cases with smaller data quantity are preferentially read.
In a third aspect, embodiments of the present application provide an electronic device comprising a processor and a memory storing computer readable instructions that, when executed by the processor, perform the steps of the method as provided in the first aspect above.
In a fourth aspect, embodiments of the present application provide a storage medium having stored thereon a computer program which, when executed by a processor, performs steps in the method as provided in the first aspect above.
As can be seen from the above, the method and apparatus for executing test cases based on python provided in the embodiments of the present application obtain a plurality of test cases configured in advance, where each test case includes the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal; using a python module and reading the plurality of test cases according to a preset sequence; each test case is read, and response result information of each test case is output; therefore, the automatic operation of a plurality of test cases for carrying numbers and turning networks is realized, the efficiency can be improved, and the labor cost can be reduced.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be apparent from the description, or may be learned by practice of the embodiments of the application. The objectives and other advantages of the application will be realized and attained by the structure particularly pointed out in the written description and claims thereof as well as the appended drawings.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a method for executing a test case based on python according to an embodiment of the present application.
Fig. 2 is a schematic diagram of a first structure of a device for executing a test case based on python according to an embodiment of the present application.
Fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. The components of the embodiments of the present application, which are generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, as provided in the accompanying drawings, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present application without making any inventive effort, are intended to be within the scope of the present application.
It should be noted that: like reference numerals and letters denote like items in the following figures, and thus once an item is defined in one figure, no further definition or explanation thereof is necessary in the following figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only to distinguish the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, fig. 1 is a flowchart of a method for executing a test case based on python in some embodiments of the present application, where the method for executing a test case based on python is used in an electronic device such as a server, a terminal, and the like. The method for executing the test case based on python comprises the following steps:
s101, acquiring a plurality of test cases which are configured in advance, wherein each test case comprises the following operations: and synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal.
S102, using a python module and reading the plurality of test cases according to a preset sequence.
S103, executing each read test case, and outputting response result information of each test case.
In this step S101, each test case is written in accordance with a customized template. Thereby facilitating subsequent execution and compounding. Each test case may include the following operations: and synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement end, the charging end, the other account storage end and the like. Of course, it is understood that it is not limited thereto. Wherein the recording information includes: call record information, short message record information, package record information, balance record information and the like.
In step S102, the test case is read by the python module and the read-write excel operation module. Of course, to increase efficiency, the reading may be multi-line Cheng Douqu or single line Cheng Douqu. Also, in some embodiments, the reading may be performed in a certain reading order.
In some embodiments, this step S102 includes the steps of: s1021, sequencing the plurality of test cases according to the data volume of the record information corresponding to each test case to obtain a test case sequence; and S1022, sequentially performing reading operation on the test cases in the test case sequence by using the python module, wherein the test cases with smaller data quantity are preferentially read.
In some embodiments, this step S102 includes the steps of: s1023, sequencing the plurality of test cases according to the network transfer application time corresponding to each test case to obtain a test case sequence; and S1024, using a python module to sequentially read the test cases in the test case sequence, wherein the test cases with earlier application time are preferentially read.
In the step S103, a timing service crontab model is adopted to control each test case read by the python module, wherein the test cases are in a sequence of reading first and executing first; and filling response result information of each test case into a response output parameter sequence for output.
It will be appreciated that in some embodiments, after this step S103 is performed, it further includes: s104, acquiring a pre-trained review model; s105, inputting the response result information of each test case into the rechecking model to recheck, and obtaining a rechecking result. The method can be based on a pre-trained neural network model for rechecking, and if the rechecking result does not pass, the corresponding test case needs to be modified and re-executed.
As can be seen from the above, the method for executing test cases based on python provided by the embodiment of the present application obtains a plurality of test cases configured in advance, where each test case includes the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal; using a python module and reading the plurality of test cases according to a preset sequence; each test case is read, and response result information of each test case is output; therefore, the automatic operation of a plurality of test cases for carrying numbers and turning networks is realized, the efficiency can be improved, and the labor cost can be reduced.
Referring to fig. 2, fig. 2 is a schematic structural diagram of an apparatus for executing a test case based on python according to some embodiments of the present application. The python-based device for executing test cases comprises: a first acquisition module 201, a reading module 202 and an execution module 203.
The first obtaining module 201 is configured to obtain a plurality of test cases configured in advance, where each test case includes the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal; each test case is written in accordance with a customized template. Thereby facilitating subsequent execution and compounding. Each test case may include the following operations: and synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement end, the charging end, the other account storage end and the like. Of course, it is understood that it is not limited thereto. Wherein the recording information includes: call record information, short message record information, package record information, balance record information and the like.
The reading module 202 is configured to use a python module and read the plurality of test cases according to a preset sequence. And reading the test case through the python module and the read-write excel operation module. Of course, to increase efficiency, the reading may be multi-line Cheng Douqu or single line Cheng Douqu. Also, in some embodiments, the reading may be performed in a certain reading order.
Optionally, in the python-based device for executing a test case according to an embodiment of the present application, the reading module includes: the sequencing unit is used for sequencing the plurality of test cases according to the data volume of the record information corresponding to each test case to obtain a test case sequence; and the reading unit is used for sequentially carrying out reading operation on the test cases in the test case sequence by using the python module, wherein the test cases with smaller data quantity are preferentially read.
The execution module 203 is configured to execute each of the read test cases, and output response result information of each test case. A timing service crontab model is adopted to control the python module to execute each read test case, wherein the test cases are in a sequence of reading first and executing first; and filling response result information of each test case into a response output parameter sequence for output.
Optionally, in the python-based device for executing a test case according to an embodiment of the present application, the device further includes: the second acquisition module is used for acquiring a pre-trained review model; and the rechecking module is used for inputting the response result information of each test case into the rechecking model to recheck, so as to obtain a rechecking result.
As can be seen from the above, the python-based test case execution device provided in the embodiment of the present application obtains a plurality of test cases configured in advance, where each test case includes the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal; using a python module and reading the plurality of test cases according to a preset sequence; each test case is read, and response result information of each test case is output; therefore, the automatic operation of a plurality of test cases for carrying numbers and turning networks is realized, the efficiency can be improved, and the labor cost can be reduced.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application, where the electronic device 3 includes: processor 301 and memory 302, the processor 301 and memory 302 being interconnected and in communication with each other by a communication bus 303 and/or other form of connection mechanism (not shown), the memory 302 storing a computer program executable by the processor 401, the processor 301 executing the computer program when the computing device is running to perform the method in any of the alternative implementations of the above embodiments to carry out the following functions: obtaining a plurality of pre-configured test cases, wherein each test case comprises the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal; using a python module and reading the plurality of test cases according to a preset sequence; and outputting response result information of each test case.
The present application provides a storage medium, which when executed by a processor, performs the method in any of the alternative implementations of the above embodiments to implement the following functions: obtaining a plurality of pre-configured test cases, wherein each test case comprises the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal; using a python module and reading the plurality of test cases according to a preset sequence; and outputting response result information of each test case. The storage medium may be implemented by any type of volatile or nonvolatile Memory device or combination thereof, such as static random access Memory (Static Random Access Memory, SRAM), electrically erasable Programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), erasable Programmable Read-Only Memory (Erasable Programmable Read Only Memory, EPROM), programmable Read-Only Memory (PROM), read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk, or optical disk.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. The above-described apparatus embodiments are merely illustrative, for example, the division of the units is merely a logical function division, and there may be other manners of division in actual implementation, and for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be through some communication interface, device or unit indirect coupling or communication connection, which may be in electrical, mechanical or other form.
Further, the units described as separate units may or may not be physically separate, and units displayed as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
Furthermore, functional modules in various embodiments of the present application may be integrated together to form a single portion, or each module may exist alone, or two or more modules may be integrated to form a single portion.
In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
The foregoing is merely exemplary embodiments of the present application and is not intended to limit the scope of the present application, and various modifications and variations may be suggested to one skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present application should be included in the protection scope of the present application.

Claims (8)

1. A method for executing a test case based on python, comprising the steps of:
obtaining a plurality of pre-configured test cases, wherein each test case comprises the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal;
using a python module and reading the plurality of test cases according to a preset sequence;
executing each read test case, and outputting response result information of each test case;
wherein the recording information includes: call record information, short message record information, package record information and balance record information;
after the step of outputting the response result information of each test case, the method further comprises the following steps:
acquiring a pre-trained review model;
and inputting the response result information of each test case into the rechecking model to recheck, thereby obtaining a rechecking result.
2. The method for executing test cases based on python according to claim 1, wherein the step of using a python module and reading the at least one test case in a preset order comprises:
sequencing the plurality of test cases according to the data volume of the record information corresponding to each test case to obtain a test case sequence;
and sequentially performing a reading operation on the test cases in the test case sequence by using a python module, wherein the test cases with smaller data quantity are preferentially read.
3. The method for executing test cases based on python according to claim 1, wherein the step of using a python module and reading the at least one test case in a preset order comprises:
sequencing the plurality of test cases according to the network transfer application time corresponding to each test case to obtain a test case sequence;
and sequentially performing reading operation on the test cases in the test case sequence by using a python module, wherein the test cases with earlier application time are preferentially read.
4. The method for executing test cases based on python according to claim 1, wherein the step of executing each of the read test cases and outputting response result information of each test case comprises:
a timing service crontab model is adopted to control the python module to execute each read test case, wherein the test cases are in a sequence of reading first and executing first;
and filling response result information of each test case into a response output parameter sequence for output.
5. An apparatus for executing test cases based on python, comprising:
the first acquisition module is used for acquiring a plurality of pre-configured test cases, and each test case comprises the following operations: synchronizing the record information of the subscriber to be numbered to the network from the LSMS system to the comprehensive settlement terminal and the charging terminal;
the reading module is used for reading the plurality of test cases according to a preset sequence by using the python module;
the execution module is used for executing each read test case and outputting response result information of each test case;
wherein the recording information includes: call record information, short message record information, package record information and balance record information;
after the step of outputting the response result information of each test case, the method further comprises the following steps:
acquiring a pre-trained review model;
and inputting the response result information of each test case into the rechecking model to recheck, thereby obtaining a rechecking result.
6. The python-based test case execution apparatus of claim 5, wherein the read module comprises:
the sequencing unit is used for sequencing the plurality of test cases according to the data volume of the record information corresponding to each test case to obtain a test case sequence;
and the reading unit is used for sequentially carrying out reading operation on the test cases in the test case sequence by using the python module, wherein the test cases with smaller data quantity are preferentially read.
7. An electronic device comprising a processor and a memory storing computer readable instructions which, when executed by the processor, perform the steps of the method of any of claims 1-4.
8. A storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method according to any of claims 1-4.
CN202010663433.0A 2020-07-10 2020-07-10 Method and device for executing test case based on python, electronic equipment and storage medium Active CN111813679B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010663433.0A CN111813679B (en) 2020-07-10 2020-07-10 Method and device for executing test case based on python, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010663433.0A CN111813679B (en) 2020-07-10 2020-07-10 Method and device for executing test case based on python, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111813679A CN111813679A (en) 2020-10-23
CN111813679B true CN111813679B (en) 2023-06-30

Family

ID=72843510

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010663433.0A Active CN111813679B (en) 2020-07-10 2020-07-10 Method and device for executing test case based on python, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111813679B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106920346A (en) * 2015-12-28 2017-07-04 航天信息股份有限公司 The automated testing method of single business is received based on POS
CN111352824A (en) * 2018-12-21 2020-06-30 北京金山云网络技术有限公司 Test method and device and computer equipment

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106155906B (en) * 2016-07-05 2019-01-15 中国银行股份有限公司 A kind of bank's host close beta system and method
CN106681930B (en) * 2017-01-23 2021-05-04 北京思特奇信息技术股份有限公司 Distributed automatic detection method and system for abnormal operation of application
CN107948942A (en) * 2017-11-23 2018-04-20 北京百悟科技有限公司 A kind of short message service automated testing method and device
CN109614315B (en) * 2018-11-06 2021-11-23 武汉达梦数据库股份有限公司 Automatic generation method and system of data synchronization test case
US11442876B2 (en) * 2019-05-30 2022-09-13 Intel Corporation System, apparatus and method for synchronizing multiple virtual link states over a package interconnect
CN114185808A (en) * 2021-12-27 2022-03-15 未来电视有限公司 Automatic testing method and device, electronic equipment and computer readable storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106920346A (en) * 2015-12-28 2017-07-04 航天信息股份有限公司 The automated testing method of single business is received based on POS
CN111352824A (en) * 2018-12-21 2020-06-30 北京金山云网络技术有限公司 Test method and device and computer equipment

Also Published As

Publication number Publication date
CN111813679A (en) 2020-10-23

Similar Documents

Publication Publication Date Title
CN111555963B (en) Message pushing method and device, electronic equipment and storage medium
CN104246767A (en) Telemetry system for a cloud synchronization system
CN113326165B (en) Data processing method and device based on block chain and computer readable storage medium
CN110134528A (en) Interface message storage call method, device and the terminal device of micro services frame
CN109120067A (en) A kind of sequence of events recording report method, device, equipment and readable storage medium storing program for executing
CN112527746A (en) Log storage method, device, equipment and storage medium
CN115129249A (en) SAS link topology identification management method, system, terminal and storage medium
CN109492856A (en) Service request processing method, device, computer equipment and storage medium
CN111831278A (en) Service element adaptive matching method and device, electronic equipment and storage medium
CN110457321A (en) Date storage method and Related product based on block chain
CN110609967B (en) List generation method and device and storage medium
CN111813679B (en) Method and device for executing test case based on python, electronic equipment and storage medium
CN112214384A (en) Hard disk serial number management method, system, terminal and storage medium
CN111124883B (en) Test case library introduction method, system and equipment based on tree form
CN109783487A (en) The storage method of securities data
CN111858590B (en) Storage system metadata organization method, system, terminal and storage medium
CN116737764A (en) Method and device for data synchronization, electronic equipment and storage medium
CN115756331B (en) Efficient storage method and device for charging data, storage medium and electronic equipment
CN111949617A (en) Aggregate file object header management method, system, terminal and storage medium
CN108509513B (en) Platform client data reflow method, electronic device, equipment and storage medium
CN101646154B (en) Authentication method of message class application gateway on SP monthly payment service and system thereof
CN105187598B (en) Backup method and device for address book
CN115081233B (en) Flow simulation method and electronic equipment
CN109033271A (en) Data insertion method, device, server and storage medium based on column storage
CN112988250B (en) Multi-mainboard USB service configuration method, system, terminal 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